Cashu-TS - v3.3.0
    Preparing search index...

    Type Alias MintKeys

    A mint keyset.

    type MintKeys = {
        active?: boolean;
        final_expiry?: number;
        id: string;
        input_fee_ppk?: number;
        keys: Keys;
        unit: string;
    }
    Index

    Properties

    active?: boolean

    Whether the keyset is active or not.

    final_expiry?: number

    Expiry of the keyset.

    id: string

    Keyset ID.

    input_fee_ppk?: number

    Input fee for keyset (in ppk)

    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.