gill
gill/programs/token/Type aliases

RemoveTokenMetadataKeyInstructionData

type RemoveTokenMetadataKeyInstructionData = {
  discriminator: ReadonlyUint8Array;
  idempotent: boolean;
  key: string;
};

Properties

discriminator

discriminator: ReadonlyUint8Array;

idempotent

idempotent: boolean;

If the idempotent flag is set to true, then the instruction will not error if the key does not exist


key

key: string;

Key to remove in the additional metadata portion.

On this page