Type alias MintKeyset

MintKeyset: {
    active: boolean;
    id: string;
    unit: string;
}

A mint keyset entry.

Type declaration

  • active: boolean

    Whether the keyset is active or not.

  • id: string

    Keyset ID

  • unit: string

    Unit of the keyset.

Generated using TypeDoc