gill
gill/programs/token/Type aliases

RemoveTokenMetadataKeyInstruction

type RemoveTokenMetadataKeyInstruction<TProgram, TAccountMetadata, TAccountUpdateAuthority, TRemainingAccounts> = IInstruction<TProgram> & IInstructionWithData<Uint8Array> & IInstructionWithAccounts<[TAccountMetadata extends string ? WritableAccount<TAccountMetadata> : TAccountMetadata, TAccountUpdateAuthority extends string ? ReadonlySignerAccount<TAccountUpdateAuthority> & IAccountSignerMeta<TAccountUpdateAuthority> : TAccountUpdateAuthority, ...TRemainingAccounts]>;

Type Parameters

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

On this page