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

    Type Alias RawTransport

    type RawTransport = {
        a: string;
        g?: string[][];
        t: PaymentRequestTransportType;
    }
    Index

    Properties

    a g? t

    Properties

    a: string
    g?: string[][]