RemoveTokenMetadataKeyInstructionData: {
    discriminator: Uint8Array;
    idempotent: boolean;
    key: string;
}

Type declaration

  • discriminator: Uint8Array
  • idempotent: boolean

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

  • key: string

    Key to remove in the additional metadata portion.

Generated using TypeDoc