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

    Type Alias MintKeys

    A mint keyset.

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

    Properties

    Properties

    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.