public static interface AccountService.AccountInfoOrBuilder
extends com.google.protobuf.MessageLiteOrBuilder
| Modifier and Type | Method and Description |
|---|---|
Model.StellarAccountId |
getAccountId()
.kin.agora.common.v3.StellarAccountId account_id = 1; |
long |
getBalance()
The last known balance, in quarks, of the account.
|
long |
getSequenceNumber()
The last known sequence number of the account.
|
boolean |
hasAccountId()
.kin.agora.common.v3.StellarAccountId account_id = 1; |
boolean hasAccountId()
.kin.agora.common.v3.StellarAccountId account_id = 1;Model.StellarAccountId getAccountId()
.kin.agora.common.v3.StellarAccountId account_id = 1;long getSequenceNumber()
The last known sequence number of the account.
int64 sequence_number = 2 [jstype = JS_STRING];long getBalance()
The last known balance, in quarks, of the account.
int64 balance = 3 [jstype = JS_STRING];