public static interface AccountService.ResolveTokenAccountsResponseOrBuilder
extends com.google.protobuf.MessageLiteOrBuilder
| Modifier and Type | Method and Description |
|---|---|
AccountService.AccountInfo |
getTokenAccountInfos(int index)
Zero or more account infos that are owned by the provided account id.
|
int |
getTokenAccountInfosCount()
Zero or more account infos that are owned by the provided account id.
|
java.util.List<AccountService.AccountInfo> |
getTokenAccountInfosList()
Zero or more account infos that are owned by the provided account id.
|
Model.SolanaAccountId |
getTokenAccounts(int index)
Deprecated.
|
int |
getTokenAccountsCount()
Deprecated.
|
java.util.List<Model.SolanaAccountId> |
getTokenAccountsList()
Deprecated.
|
@Deprecated java.util.List<Model.SolanaAccountId> getTokenAccountsList()
Zero or more accounts that are owned by the provided account id. If the provided account is also a token account, it will be first in the list. Otherwise, the list order should not be depended on, as there is no reliable way to sort accounts based on creation time. Deprecated in favour of token_account_infos.
repeated .kin.agora.common.v4.SolanaAccountId token_accounts = 1 [deprecated = true];@Deprecated Model.SolanaAccountId getTokenAccounts(int index)
Zero or more accounts that are owned by the provided account id. If the provided account is also a token account, it will be first in the list. Otherwise, the list order should not be depended on, as there is no reliable way to sort accounts based on creation time. Deprecated in favour of token_account_infos.
repeated .kin.agora.common.v4.SolanaAccountId token_accounts = 1 [deprecated = true];@Deprecated int getTokenAccountsCount()
Zero or more accounts that are owned by the provided account id. If the provided account is also a token account, it will be first in the list. Otherwise, the list order should not be depended on, as there is no reliable way to sort accounts based on creation time. Deprecated in favour of token_account_infos.
repeated .kin.agora.common.v4.SolanaAccountId token_accounts = 1 [deprecated = true];java.util.List<AccountService.AccountInfo> getTokenAccountInfosList()
Zero or more account infos that are owned by the provided account id. In the case where include_account_info is false, token_account_infos will still be provided. However, they will not include any data requiring account lookups. That is, only account_id and owner will be set. Note: the ordering of token_account_infos is identical to token_accounts.
repeated .kin.agora.account.v4.AccountInfo token_account_infos = 2;AccountService.AccountInfo getTokenAccountInfos(int index)
Zero or more account infos that are owned by the provided account id. In the case where include_account_info is false, token_account_infos will still be provided. However, they will not include any data requiring account lookups. That is, only account_id and owner will be set. Note: the ordering of token_account_infos is identical to token_accounts.
repeated .kin.agora.account.v4.AccountInfo token_account_infos = 2;int getTokenAccountInfosCount()
Zero or more account infos that are owned by the provided account id. In the case where include_account_info is false, token_account_infos will still be provided. However, they will not include any data requiring account lookups. That is, only account_id and owner will be set. Note: the ordering of token_account_infos is identical to token_accounts.
repeated .kin.agora.account.v4.AccountInfo token_account_infos = 2;