RemoveTokenMetadataKeyInstructionArgs: {
    idempotent?: undefined | boolean;
    key: string;
}

Type declaration

  • Optional idempotent?: undefined | 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