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

    Type Alias MintKeys

    A mint keyset.

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

    Properties

    final_expiry?: number

    Expiry of the keyset.

    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.