Coda by Ian Macalinao
Preparing search index...
@macalinao/clients-token-metadata
DeprecatedMintNewEditionFromMasterEditionViaPrintingTokenInstruction
Type Alias DeprecatedMintNewEditionFromMasterEditionViaPrintingTokenInstruction<TProgram, TAccountMetadata, TAccountEdition, TAccountMasterEdition, TAccountMint, TAccountMintAuthority, TAccountPrintingMint, TAccountMasterTokenAccount, TAccountEditionMarker, TAccountBurnAuthority, TAccountPayer, TAccountMasterUpdateAuthority, TAccountMasterMetadata, TAccountTokenProgram, TAccountSystemProgram, TAccountRent, TAccountReservationList, TRemainingAccounts>
DeprecatedMintNewEditionFromMasterEditionViaPrintingTokenInstruction
:
Instruction
<
TProgram
,
>
&
InstructionWithData
<
ReadonlyUint8Array
>
&
InstructionWithAccounts
<
[
TAccountMetadata
extends
string
?
WritableAccount
<
TAccountMetadata
>
:
TAccountMetadata
,
TAccountEdition
extends
string
?
WritableAccount
<
TAccountEdition
>
:
TAccountEdition
,
TAccountMasterEdition
extends
string
?
WritableAccount
<
TAccountMasterEdition
>
:
TAccountMasterEdition
,
TAccountMint
extends
string
?
WritableAccount
<
TAccountMint
>
:
TAccountMint
,
TAccountMintAuthority
extends
string
?
ReadonlySignerAccount
<
TAccountMintAuthority
>
&
AccountSignerMeta
<
TAccountMintAuthority
,
>
:
TAccountMintAuthority
,
TAccountPrintingMint
extends
string
?
WritableAccount
<
TAccountPrintingMint
>
:
TAccountPrintingMint
,
TAccountMasterTokenAccount
extends
string
?
WritableAccount
<
TAccountMasterTokenAccount
>
:
TAccountMasterTokenAccount
,
TAccountEditionMarker
extends
string
?
WritableAccount
<
TAccountEditionMarker
>
:
TAccountEditionMarker
,
TAccountBurnAuthority
extends
string
?
ReadonlySignerAccount
<
TAccountBurnAuthority
>
&
AccountSignerMeta
<
TAccountBurnAuthority
,
>
:
TAccountBurnAuthority
,
TAccountPayer
extends
string
?
ReadonlySignerAccount
<
TAccountPayer
>
&
AccountSignerMeta
<
TAccountPayer
,
>
:
TAccountPayer
,
TAccountMasterUpdateAuthority
extends
string
?
ReadonlyAccount
<
TAccountMasterUpdateAuthority
>
:
TAccountMasterUpdateAuthority
,
TAccountMasterMetadata
extends
string
?
ReadonlyAccount
<
TAccountMasterMetadata
>
:
TAccountMasterMetadata
,
TAccountTokenProgram
extends
string
?
ReadonlyAccount
<
TAccountTokenProgram
>
:
TAccountTokenProgram
,
TAccountSystemProgram
extends
string
?
ReadonlyAccount
<
TAccountSystemProgram
>
:
TAccountSystemProgram
,
TAccountRent
extends
string
?
ReadonlyAccount
<
TAccountRent
>
:
TAccountRent
,
...
(
TAccountReservationList
extends
undefined
?
[
]
:
[
TAccountReservationList
extends
string
?
WritableAccount
<
TAccountReservationList
>
:
TAccountReservationList
,
]
)
,
...
TRemainingAccounts
,
]
,
>
Type Parameters
TProgram
extends
string
=
typeof
TOKEN_METADATA_PROGRAM_ADDRESS
TAccountMetadata
extends
string
|
AccountMeta
=
string
TAccountEdition
extends
string
|
AccountMeta
=
string
TAccountMasterEdition
extends
string
|
AccountMeta
=
string
TAccountMint
extends
string
|
AccountMeta
=
string
TAccountMintAuthority
extends
string
|
AccountMeta
=
string
TAccountPrintingMint
extends
string
|
AccountMeta
=
string
TAccountMasterTokenAccount
extends
string
|
AccountMeta
=
string
TAccountEditionMarker
extends
string
|
AccountMeta
=
string
TAccountBurnAuthority
extends
string
|
AccountMeta
=
string
TAccountPayer
extends
string
|
AccountMeta
=
string
TAccountMasterUpdateAuthority
extends
string
|
AccountMeta
=
string
TAccountMasterMetadata
extends
string
|
AccountMeta
=
string
TAccountTokenProgram
extends
string
|
AccountMeta
=
"TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA"
TAccountSystemProgram
extends
string
|
AccountMeta
=
"11111111111111111111111111111111"
TAccountRent
extends
string
|
AccountMeta
=
"SysvarRent111111111111111111111111111111111"
TAccountReservationList
extends
string
|
AccountMeta
|
undefined
=
undefined
TRemainingAccounts
extends
readonly
AccountMeta
[]
=
[
]
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
Coda by Ian Macalinao
Loading...