Cashu-TS - v4.5.1
    Preparing search index...

    Type Alias MintProofsConfig

    Configuration for minting operations.

    type MintProofsConfig = {
        keysetId?: string;
        onCountersReserved?: OnCountersReserved;
        privkey?: string | string[];
        proofsWeHave?: Pick<ProofLike, "amount">[];
    }
    Index

    Properties

    keysetId?: string
    onCountersReserved?: OnCountersReserved
    privkey?: string | string[]
    proofsWeHave?: Pick<ProofLike, "amount">[]