ParsedCreateMetadataAccountV3Instruction
Type Parameters
Type Parameter | Default type |
---|---|
TProgram extends string | typeof TOKEN_METADATA_PROGRAM_ADDRESS |
TAccountMetas extends readonly IAccountMeta [] | readonly IAccountMeta [] |
Properties
accounts
Name | Type | Description |
---|---|---|
metadata | TAccountMetas [0 ] | Metadata key (pda of ['metadata', program id, mint id]) |
mint | TAccountMetas [1 ] | Mint of token asset |
mintAuthority | TAccountMetas [2 ] | Mint authority |
payer | TAccountMetas [3 ] | payer |
rent? | TAccountMetas [6 ] | Rent info |
systemProgram | TAccountMetas [5 ] | System program |
updateAuthority | TAccountMetas [4 ] | update authority info |