gill

getRemoveTokenMetadataKeyInstruction

function getRemoveTokenMetadataKeyInstruction<TAccountMetadata, TAccountUpdateAuthority, TProgramAddress>(input, config?): RemoveTokenMetadataKeyInstruction<TProgramAddress, TAccountMetadata, TAccountUpdateAuthority>;

Type Parameters

Type ParameterDefault type
TAccountMetadata extends string-
TAccountUpdateAuthority extends string-
TProgramAddress extends AddressAddress<"TokenzQdBNbLqP5VEhdkAS6EPFLC1PHnBqCXEpPxuEb">

Parameters

ParameterType
inputRemoveTokenMetadataKeyInput<TAccountMetadata, TAccountUpdateAuthority>
config?{ programAddress?: TProgramAddress; }
config.programAddress?TProgramAddress

Returns

RemoveTokenMetadataKeyInstruction<TProgramAddress, TAccountMetadata, TAccountUpdateAuthority>

On this page