@neutral-trade/sdk - v1.0.0
GitHub
Preparing search index...
ParsedStartDistributionInstruction
Type Alias ParsedStartDistributionInstruction<TProgram, TAccountMetas>
type
ParsedStartDistributionInstruction
<
TProgram
extends
string
=
typeof
NTBUNDLE_PROGRAM_ADDRESS
,
TAccountMetas
extends
readonly
AccountMeta
[]
=
readonly
AccountMeta
[]
,
>
=
{
accounts
:
{
bundleAccount
:
TAccountMetas
[
1
]
;
bundleTempData
:
TAccountMetas
[
2
]
;
keeper
:
TAccountMetas
[
0
]
;
oracleData
:
TAccountMetas
[
3
]
;
}
;
data
:
StartDistributionInstructionData
;
programAddress
:
Address
<
TProgram
>
;
}
Type Parameters
TProgram
extends
string
=
typeof
NTBUNDLE_PROGRAM_ADDRESS
TAccountMetas
extends
readonly
AccountMeta
[]
=
readonly
AccountMeta
[]
Index
Properties
accounts
data
program
Address
Properties
accounts
accounts
:
{
bundleAccount
:
TAccountMetas
[
1
]
;
bundleTempData
:
TAccountMetas
[
2
]
;
keeper
:
TAccountMetas
[
0
]
;
oracleData
:
TAccountMetas
[
3
]
;
}
data
data
:
StartDistributionInstructionData
program
Address
programAddress
:
Address
<
TProgram
>
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
accounts
data
program
Address
GitHub
@neutral-trade/sdk - v1.0.0
Loading...