Type alias MintKeys

MintKeys: {
    id: string;
    keys: Keys;
    unit: string;
}

A mint keyset.

Type declaration

  • id: string

    Keyset ID

  • keys: Keys

    Public keys are a dictionary of number and string. The number represents the amount that the key signs for.

  • unit: string

    Unit of the keyset.

Generated using TypeDoc