@neutral-trade/sdk - v1.0.0
GitHub
Preparing search index...
ParsedSetBundleCreatorInstruction
Type Alias ParsedSetBundleCreatorInstruction<TProgram, TAccountMetas>
type
ParsedSetBundleCreatorInstruction
<
TProgram
extends
string
=
typeof
NTBUNDLE_PROGRAM_ADDRESS
,
TAccountMetas
extends
readonly
AccountMeta
[]
=
readonly
AccountMeta
[]
,
>
=
{
accounts
:
{
admin
:
TAccountMetas
[
0
]
;
bundleCreatorAccount
:
TAccountMetas
[
3
]
;
bundleMasterAccount
:
TAccountMetas
[
1
]
;
creator
:
TAccountMetas
[
2
]
;
systemProgram
:
TAccountMetas
[
4
]
;
}
;
data
:
SetBundleCreatorInstructionData
;
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
:
{
admin
:
TAccountMetas
[
0
]
;
bundleCreatorAccount
:
TAccountMetas
[
3
]
;
bundleMasterAccount
:
TAccountMetas
[
1
]
;
creator
:
TAccountMetas
[
2
]
;
systemProgram
:
TAccountMetas
[
4
]
;
}
Type Declaration
admin
:
TAccountMetas
[
0
]
bundleCreatorAccount
:
TAccountMetas
[
3
]
bundleMasterAccount
:
TAccountMetas
[
1
]
creator
:
TAccountMetas
[
2
]
CHECK safe as only the pubkey is read
systemProgram
:
TAccountMetas
[
4
]
data
data
:
SetBundleCreatorInstructionData
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...
CHECK safe as only the pubkey is read