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

    Type Alias PaymentRequestTransport

    type PaymentRequestTransport = {
        tags?: string[][];
        target: string;
        type: PaymentRequestTransportType;
    }
    Index

    Properties

    Properties

    tags?: string[][]
    target: string