Type alias RfqDataBeta

RfqData: {
    claimsHash?: string;
    offeringId: string;
    payin: SelectedPayinMethod;
    payout: SelectedPayoutMethod;
}

Data contained in a RFQ message

Type declaration

  • Optional claimsHash?: string

    Hashes of claims that fulfill the requirements declared in an Offering

  • offeringId: string

    Offering which Alice would like to get a quote for

  • payin: SelectedPayinMethod

    Selected payment method that Alice will use to send the listed payin currency to the PFI.

  • payout: SelectedPayoutMethod

    Selected payment method that the PFI will use to send the listed base currency to Alice