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

    Type Alias SendOfflineConfig

    Configuration for offline send operations.

    type SendOfflineConfig = {
        exactMatch?: boolean;
        includeFees?: boolean;
        requireDleq?: boolean;
    }
    Index

    Properties

    exactMatch?: boolean
    includeFees?: boolean
    requireDleq?: boolean