public interface EosApi
| 限定符和类型 | 字段和说明 |
|---|---|
static String |
CHAIN_ID_JUNGLE |
static String |
CHAIN_ID_MAINET |
ChainInfo getChainInfo()
AbiBinToJson abiBinToJson(String code, String action, String binargs)
<T> AbiJsonToBin abiJsonToBin(String code, String action, T args)
PushedTransaction pushTransaction(String compression, SignedPackedTransaction packedTransaction)
PushedTransaction pushTransaction(PushTransactionRequest pushTransactionRequest)
List<PushedTransaction> pushTransactions(List<PushTransactionRequest> pushTransactionRequests)
RequiredKeys getRequiredKeys(PackedTransaction transaction, List<String> keys)
Map<String,CurrencyStats> getCurrencyStats(String code, String symbol)
void openWallet(String walletName)
void lockWallet(String walletName)
void lockAllWallets()
SignedPackedTransaction signTransaction(PackedTransaction unsignedTransaction, List<String> publicKeys, String chainId)
void setWalletTimeout(Integer timeout)
String createKey(String walletName, WalletKeyType walletKeyType)
Object getTransaction(TransactionRequest transactionRequest)
KeyAccounts getKeyAccounts(String publicKey)
ControlledAccounts getControlledAccounts(String controllingAccountName)
com.fasterxml.jackson.databind.ObjectMapper getObjectMapper()
SignArg getSignArg(int expiredSecond)
Copyright © 2019. All rights reserved.