Helius SDK - v2.2.2
GitHub
npm
Helius Docs
Preparing search index...
types/types
GetTokenAccountsByOwnerV2Result
Type Alias GetTokenAccountsByOwnerV2Result
Result payload from
getTokenAccountsByOwnerV2
.
type
GetTokenAccountsByOwnerV2Result
=
{
accounts
:
ReadonlyArray
<
GtaV2Account
>
;
paginationKey
:
string
|
null
;
totalResults
?:
number
|
null
;
}
Index
Properties
accounts
pagination
Key
total
Results?
Properties
accounts
accounts
:
ReadonlyArray
<
GtaV2Account
>
pagination
Key
paginationKey
:
string
|
null
Optional
total
Results
totalResults
?:
number
|
null
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
accounts
pagination
Key
total
Results
GitHub
npm
Helius Docs
Helius SDK - v2.2.2
Loading...
Result payload from
getTokenAccountsByOwnerV2.