Cashu-TS - v4.0.0-rc3
    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