Cashu-TS - v3.3.0
    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