@Deprecated
public interface AccountHoldable
Modifier and Type | Method and Description |
---|---|
Account |
getAccount()
Deprecated.
Get a current account.
|
AccountState |
getAccountState()
Deprecated.
Get state of current account.
|
long |
getRecentlyUsedNonce()
Deprecated.
Get recently used nonce value.
|
StakeInfo |
getStakingInfo()
Deprecated.
Get staking information of current account.
|
AccountTotalVote |
getVotes()
Deprecated.
Get votes which current account votes for.
|
long |
incrementAndGetNonce()
Deprecated.
Increment an nonce and get it.
|
Account getAccount()
AccountState getAccountState()
StakeInfo getStakingInfo()
AccountTotalVote getVotes()
long getRecentlyUsedNonce()
long incrementAndGetNonce()