@cashu/cashu-ts
    Preparing search index...

    Type Alias KeysetPair

    type KeysetPair = {
        keysetId: string;
        privKeys: RawMintKeys;
        pubKeys: RawMintKeys;
    }
    Index

    Properties

    keysetId: string
    privKeys: RawMintKeys
    pubKeys: RawMintKeys