Coda by Ian Macalinao
Preparing search index...
@macalinao/clients-token-metadata
BubblegumSetCollectionSizeInstruction
Type Alias BubblegumSetCollectionSizeInstruction<TProgram, TAccountCollectionMetadata, TAccountCollectionAuthority, TAccountCollectionMint, TAccountBubblegumSigner, TAccountCollectionAuthorityRecord, TRemainingAccounts>
BubblegumSetCollectionSizeInstruction
:
Instruction
<
TProgram
>
&
InstructionWithData
<
ReadonlyUint8Array
,
>
&
InstructionWithAccounts
<
[
TAccountCollectionMetadata
extends
string
?
WritableAccount
<
TAccountCollectionMetadata
>
:
TAccountCollectionMetadata
,
TAccountCollectionAuthority
extends
string
?
ReadonlySignerAccount
<
TAccountCollectionAuthority
>
&
AccountSignerMeta
<
TAccountCollectionAuthority
,
>
:
TAccountCollectionAuthority
,
TAccountCollectionMint
extends
string
?
ReadonlyAccount
<
TAccountCollectionMint
>
:
TAccountCollectionMint
,
TAccountBubblegumSigner
extends
string
?
ReadonlySignerAccount
<
TAccountBubblegumSigner
>
&
AccountSignerMeta
<
TAccountBubblegumSigner
,
>
:
TAccountBubblegumSigner
,
...
(
TAccountCollectionAuthorityRecord
extends
undefined
?
[
]
:
[
TAccountCollectionAuthorityRecord
extends
string
?
ReadonlyAccount
<
TAccountCollectionAuthorityRecord
>
:
TAccountCollectionAuthorityRecord
,
]
)
,
...
TRemainingAccounts
,
]
,
>
Type Parameters
TProgram
extends
string
=
typeof
TOKEN_METADATA_PROGRAM_ADDRESS
TAccountCollectionMetadata
extends
string
|
AccountMeta
=
string
TAccountCollectionAuthority
extends
string
|
AccountMeta
=
string
TAccountCollectionMint
extends
string
|
AccountMeta
=
string
TAccountBubblegumSigner
extends
string
|
AccountMeta
=
string
TAccountCollectionAuthorityRecord
extends
string
|
AccountMeta
|
undefined
=
undefined
TRemainingAccounts
extends
readonly
AccountMeta
[]
=
[
]
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
Coda by Ian Macalinao
Loading...