gill
gill/programs/token/Type aliases

UpdateMetadataPointerInstruction

type UpdateMetadataPointerInstruction<TProgram, TAccountMint, TAccountMetadataPointerAuthority, TRemainingAccounts> = IInstruction<TProgram> & IInstructionWithData<Uint8Array> & IInstructionWithAccounts<[TAccountMint extends string ? WritableAccount<TAccountMint> : TAccountMint, TAccountMetadataPointerAuthority extends string ? ReadonlyAccount<TAccountMetadataPointerAuthority> : TAccountMetadataPointerAuthority, ...TRemainingAccounts]>;

Type Parameters

Type ParameterDefault type
TProgram extends stringtypeof TOKEN_2022_PROGRAM_ADDRESS
TAccountMint extends string | IAccountMeta<string>string
TAccountMetadataPointerAuthority extends string | IAccountMeta<string>string
TRemainingAccounts extends readonly IAccountMeta<string>[][]

On this page