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

    Type Alias ReceiveConfig

    Configuration for receive operations.

    type ReceiveConfig = {
        keysetId?: string;
        onCountersReserved?: OnCountersReserved;
        privkey?: string | string[];
        proofsWeHave?: Proof[];
        requireDleq?: boolean;
    }
    Index

    Properties

    keysetId?: string
    onCountersReserved?: OnCountersReserved
    privkey?: string | string[]
    proofsWeHave?: Proof[]
    requireDleq?: boolean