@neutral-trade/sdk - v1.0.0
GitHub
Preparing search index...
SetBundleCreatorAsyncInput
Type Alias SetBundleCreatorAsyncInput<TAccountAdmin, TAccountBundleMasterAccount, TAccountCreator, TAccountBundleCreatorAccount, TAccountSystemProgram>
type
SetBundleCreatorAsyncInput
<
TAccountAdmin
extends
string
=
string
,
TAccountBundleMasterAccount
extends
string
=
string
,
TAccountCreator
extends
string
=
string
,
TAccountBundleCreatorAccount
extends
string
=
string
,
TAccountSystemProgram
extends
string
=
string
,
>
=
{
admin
:
TransactionSigner
<
TAccountAdmin
>
;
allowed
:
SetBundleCreatorInstructionDataArgs
[
"allowed"
]
;
bundleCreatorAccount
?:
Address
<
TAccountBundleCreatorAccount
>
;
bundleMasterAccount
?:
Address
<
TAccountBundleMasterAccount
>
;
creator
:
Address
<
TAccountCreator
>
;
systemProgram
?:
Address
<
TAccountSystemProgram
>
;
}
Type Parameters
TAccountAdmin
extends
string
=
string
TAccountBundleMasterAccount
extends
string
=
string
TAccountCreator
extends
string
=
string
TAccountBundleCreatorAccount
extends
string
=
string
TAccountSystemProgram
extends
string
=
string
Index
Properties
admin
allowed
bundle
Creator
Account?
bundle
Master
Account?
creator
system
Program?
Properties
admin
admin
:
TransactionSigner
<
TAccountAdmin
>
allowed
allowed
:
SetBundleCreatorInstructionDataArgs
[
"allowed"
]
Optional
bundle
Creator
Account
bundleCreatorAccount
?:
Address
<
TAccountBundleCreatorAccount
>
Optional
bundle
Master
Account
bundleMasterAccount
?:
Address
<
TAccountBundleMasterAccount
>
creator
creator
:
Address
<
TAccountCreator
>
CHECK safe as only the pubkey is read
Optional
system
Program
systemProgram
?:
Address
<
TAccountSystemProgram
>
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
admin
allowed
bundle
Creator
Account
bundle
Master
Account
creator
system
Program
GitHub
@neutral-trade/sdk - v1.0.0
Loading...
CHECK safe as only the pubkey is read