gill
gill/programs/token/Type aliases

RemoveTokenMetadataKeyInstructionDataArgs

type RemoveTokenMetadataKeyInstructionDataArgs = {
  idempotent?: boolean;
  key: string;
};

Properties

idempotent?

optional 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