Helius SDK - v2.2.2
GitHub
npm
Helius Docs
Preparing search index...
rpc/methods/getAllTokenAccountsByOwner
GetAllTokenAccountsByOwnerFn
Type Alias GetAllTokenAccountsByOwnerFn
GetAllTokenAccountsByOwnerFn
:
(
owner
:
string
,
filter
?:
GetTokenAccountsByOwnerV2Request
[
1
]
,
options
?:
Omit
<
GetTokenAccountsByOwnerV2Config
,
"paginationKey"
|
"limit"
>
,
)
=>
Promise
<
ReadonlyArray
<
GtaV2Account
>
>
Type Declaration
(
owner
:
string
,
filter
?:
GetTokenAccountsByOwnerV2Request
[
1
]
,
options
?:
Omit
<
GetTokenAccountsByOwnerV2Config
,
"paginationKey"
|
"limit"
>
,
)
:
Promise
<
ReadonlyArray
<
GtaV2Account
>
>
Parameters
owner
:
string
Optional
filter
:
GetTokenAccountsByOwnerV2Request
[
1
]
Optional
options
:
Omit
<
GetTokenAccountsByOwnerV2Config
,
"paginationKey"
|
"limit"
>
Returns
Promise
<
ReadonlyArray
<
GtaV2Account
>
>
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
GitHub
npm
Helius Docs
Helius SDK - v2.2.2
Loading...