Interface getPathPaymentsStrictReceiveParsed

interface getPathPaymentsStrictReceiveParsed {
    destAsset?: string;
    destMin?: string;
    from?: string;
    sendAmount?: string;
    sendAsset?: string;
    to?: string;
}

Properties

destAsset?: string
destMin?: string
from?: string
sendAmount?: string
sendAsset?: string
to?: string