public static interface AccountService.ResolveTokenAccountsRequestOrBuilder
extends com.google.protobuf.MessageLiteOrBuilder
| Modifier and Type | Method and Description |
|---|---|
Model.SolanaAccountId |
getAccountId()
.kin.agora.common.v4.SolanaAccountId account_id = 1; |
boolean |
getIncludeAccountInfo()
Specifies whether or not detailed account info for each token account should
be returned.
|
boolean |
hasAccountId()
.kin.agora.common.v4.SolanaAccountId account_id = 1; |
boolean hasAccountId()
.kin.agora.common.v4.SolanaAccountId account_id = 1;Model.SolanaAccountId getAccountId()
.kin.agora.common.v4.SolanaAccountId account_id = 1;boolean getIncludeAccountInfo()
Specifies whether or not detailed account info for each token account should be returned. This should only be specified if needed, as it requires extra lookups.
bool include_account_info = 2;