Cashu-TS - v3.3.0
    Preparing search index...

    Type Alias SendConfig

    Configuration for send operations.

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

    Properties

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