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

    Type Alias MintProofsConfig

    Configuration for minting operations.

    type MintProofsConfig = {
        keysetId?: string;
        onCountersReserved?: OnCountersReserved;
        privkey?: string;
        proofsWeHave?: Proof[];
    }
    Index

    Properties

    keysetId?: string
    onCountersReserved?: OnCountersReserved
    privkey?: string
    proofsWeHave?: Proof[]