Type alias MintKeyset

MintKeyset: {
    active: boolean;
    id: string;
    input_fee_ppk?: number;
    unit: string;
}

A mint keyset entry.

Type declaration

  • active: boolean

    Whether the keyset is active or not.

  • id: string

    Keyset ID

  • Optional input_fee_ppk?: number

    Input fee for keyset (in ppk)

  • unit: string

    Unit of the keyset.

Generated using TypeDoc