Type alias RawTransport

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

Type declaration

Generated using TypeDoc