Cashu-TS - v4.0.0-rc3
    Preparing search index...

    Type Alias ReceiveConfig

    Configuration for receive operations.

    type ReceiveConfig = {
        keysetId?: string;
        onCountersReserved?: OnCountersReserved;
        privkey?: string | string[];
        proofsWeHave?: Pick<Proof, "amount">[];
        requireDleq?: boolean;
    }
    Index

    Properties

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