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

    Type Alias SendConfig

    Configuration for send operations.

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

    Properties

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