CHAIN_ID_JUNGLE, CHAIN_ID_MAINET| 构造器和说明 |
|---|
EosApiRestClientImpl(String baseUrl) |
EosApiRestClientImpl(String walletBaseUrl,
String chainBaseUrl,
String historyBaseUrl) |
public EosApiRestClientImpl(String baseUrl)
public ChainInfo getChainInfo()
getChainInfo 在接口中 EosApipublic Account getAccount(String accountName)
getAccount 在接口中 EosApipublic TableRow getTableRows(String scope, String code, String table)
getTableRows 在接口中 EosApipublic List<String> getCurrencyBalance(String code, String accountName, String symbol)
getCurrencyBalance 在接口中 EosApipublic AbiBinToJson abiBinToJson(String code, String action, String binargs)
abiBinToJson 在接口中 EosApipublic <T> AbiJsonToBin abiJsonToBin(String code, String action, T args)
abiJsonToBin 在接口中 EosApipublic PushedTransaction pushTransaction(String compression, SignedPackedTransaction packedTransaction)
pushTransaction 在接口中 EosApipublic PushedTransaction pushTransaction(PushTransactionRequest pushTransactionRequest)
pushTransaction 在接口中 EosApipublic List<PushedTransaction> pushTransactions(List<PushTransactionRequest> pushTransactionRequests)
pushTransactions 在接口中 EosApipublic RequiredKeys getRequiredKeys(PackedTransaction transaction, List<String> keys)
getRequiredKeys 在接口中 EosApipublic Map<String,CurrencyStats> getCurrencyStats(String code, String symbol)
getCurrencyStats 在接口中 EosApipublic String createWallet(String walletName)
createWallet 在接口中 EosApipublic void openWallet(String walletName)
openWallet 在接口中 EosApipublic void lockWallet(String walletName)
lockWallet 在接口中 EosApipublic void lockAllWallets()
lockAllWallets 在接口中 EosApipublic void unlockWallet(String walletName, String walletPassword)
unlockWallet 在接口中 EosApipublic void importKeyIntoWallet(String walletName, String key)
importKeyIntoWallet 在接口中 EosApipublic List<String> listWallets()
listWallets 在接口中 EosApipublic List<String> getPublicKeys()
getPublicKeys 在接口中 EosApipublic SignedPackedTransaction signTransaction(PackedTransaction packedTransaction, List<String> publicKeys, String chainId)
signTransaction 在接口中 EosApipublic void setWalletTimeout(Integer timeout)
setWalletTimeout 在接口中 EosApipublic String signDigest(String digest, String publicKey)
signDigest 在接口中 EosApipublic String createKey(String walletName, WalletKeyType keyType)
public Actions getActions(String accountName, Integer pos, Integer offset)
getActions 在接口中 EosApipublic Object getTransaction(TransactionRequest transactionRequest)
getTransaction 在接口中 EosApipublic KeyAccounts getKeyAccounts(String publicKey)
getKeyAccounts 在接口中 EosApipublic ControlledAccounts getControlledAccounts(String controllingAccountName)
getControlledAccounts 在接口中 EosApipublic com.fasterxml.jackson.databind.ObjectMapper getObjectMapper()
getObjectMapper 在接口中 EosApipublic SignArg getSignArg(int expiredSecond)
getSignArg 在接口中 EosApiCopyright © 2018. All rights reserved.