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

    Type Alias KeyChainCache

    Cached view of a KeyChain.

    This is the preferred format for persisting and restoring keychain state.

    type KeyChainCache = {
        keysets: KeysetCache[];
        mintUrl: string;
        unit: string;
    }
    Index

    Properties

    Properties

    keysets: KeysetCache[]

    Flattened keysets and, optionally, their keys.

    mintUrl: string

    Mint URL that this cache belongs to.

    unit: string

    The unit this keychain is for, for example 'sat', 'usd'.