Cashu-TS - v3.3.0
    Preparing search index...

    Type Alias HasKeysetId

    Minimal key carrier shape for low level helpers.

    Any type with Keyset id can be used, including MintKeyset, MintKeys, HasKeysetKeys, Keyset, KeysetCache.

    type HasKeysetId = {
        id: string;
    }
    Index

    Properties

    Properties

    id: string