@cashu/cashu-ts
    Preparing search index...

    Type Alias MintKeyset

    A mint keyset entry.

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

    Properties

    active: boolean

    Whether the keyset is active or not.

    id: string

    Keyset ID.

    input_fee_ppk?: number

    Input fee for keyset (in ppk)

    unit: string

    Unit of the keyset.