public class BlockChainAccountRepository
extends <any>
| Modifier and Type | Class and Description |
|---|---|
static class |
BlockChainAccountRepository.CoinBalanceDeserializer |
| Constructor and Description |
|---|
BlockChainAccountRepository(ApiService.Builder apiBuilder) |
| Modifier and Type | Method and Description |
|---|---|
<any> |
getBalance(MinterAddress key) |
<any> |
getBalance(java.lang.String address)
Returns balance result data for specified address
|
protected java.lang.Class<BlockChainAccountEndpoint> |
getServiceClass() |
<any> |
getTransactionCount(MinterAddress key) |
<any> |
getTransactionCount(java.lang.String address)
Returns the number of transactions sent from an address
|
<any> |
sendTransaction(TransactionSign transactionSign)
SendCoin transaction
|
public BlockChainAccountRepository(ApiService.Builder apiBuilder)
public <any> getBalance(MinterAddress key)
public <any> getBalance(java.lang.String address)
address - public <any> getTransactionCount(MinterAddress key)
public <any> getTransactionCount(java.lang.String address)
address - fq addresspublic <any> sendTransaction(TransactionSign transactionSign)
transactionSign - Raw signed TXTransactionSendResultprotected java.lang.Class<BlockChainAccountEndpoint> getServiceClass()