Helius SDK - v2.2.2
GitHub
npm
Helius Docs
Preparing search index...
rpc/methods/getAllProgramAccounts
GetAllProgramAccountsFn
Type Alias GetAllProgramAccountsFn
GetAllProgramAccountsFn
:
(
programId
:
string
,
options
?:
Omit
<
GetProgramAccountsV2Config
,
"paginationKey"
|
"limit"
>
,
)
=>
Promise
<
ReadonlyArray
<
GpaV2Account
>
>
Type Declaration
(
programId
:
string
,
options
?:
Omit
<
GetProgramAccountsV2Config
,
"paginationKey"
|
"limit"
>
,
)
:
Promise
<
ReadonlyArray
<
GpaV2Account
>
>
Parameters
programId
:
string
Optional
options
:
Omit
<
GetProgramAccountsV2Config
,
"paginationKey"
|
"limit"
>
Returns
Promise
<
ReadonlyArray
<
GpaV2Account
>
>
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
GitHub
npm
Helius Docs
Helius SDK - v2.2.2
Loading...