Preparing search index...
The search index is not available
Solana JavaScript SDK
Solana JavaScript SDK
@solana/web3.js
GetTokenLargestAccountsApi
Type Alias GetTokenLargestAccountsApi
GetTokenLargestAccountsApi
:
{
getTokenLargestAccounts
(
tokenMint
:
Address
,
config
?:
Readonly
<
{
commitment
?:
Commitment
}
>
,
)
:
Readonly
<
{
context
:
Readonly
<
{
slot
:
Slot
}
>
;
value
:
TValue
}
>
;
}
Type declaration
getTokenLargestAccounts
:
function
getTokenLargestAccounts
(
tokenMint
:
Address
,
config
?:
Readonly
<
{
commitment
?:
Commitment
}
>
,
)
:
Readonly
<
{
context
:
Readonly
<
{
slot
:
Slot
}
>
;
value
:
TValue
}
>
Returns the 20 largest accounts of a particular SPL Token type.
Parameters
tokenMint
:
Address
Optional
config
:
Readonly
<
{
commitment
?:
Commitment
}
>
Returns
Readonly
<
{
context
:
Readonly
<
{
slot
:
Slot
}
>
;
value
:
TValue
}
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
Solana JavaScript SDK
Loading...
Returns the 20 largest accounts of a particular SPL Token type.