Cashu-TS - v4.0.0-rc3
    Preparing search index...

    Type Alias HasKeysetKeys

    Minimal key carrier shape for low level helpers.

    Any type with id, and keys can be used, including MintKeys, KeysetCache and Keyset.

    type HasKeysetKeys = {
        id: string;
        keys: Keys;
    }
    Index

    Properties

    Properties

    id: string
    keys: Keys