Show / Hide Table of Contents

Class SignedPayload

Holds the signed XRPL transaction blob and the raw invoice id submitted by the client as payment proof.

Inheritance
object
SignedPayload
Namespace: Xrpl.X402.Wire
Assembly: Xrpl.X402.dll
Syntax
public sealed class SignedPayload

Properties

| Edit this page View Source

InvoiceId

Raw invoice id string from extra.invoiceId (any non-empty string). Required by the t54 facilitator.

Declaration
[JsonPropertyName("invoiceId")]
public string? InvoiceId { get; set; }
Property Value
Type Description
string
| Edit this page View Source

SignedTxBlob

Hex-encoded signed transaction blob produced by the XRPL wallet.

Declaration
[JsonPropertyName("signedTxBlob")]
public string SignedTxBlob { get; set; }
Property Value
Type Description
string
  • Edit this page
  • View Source
In this article
Back to top Generated by DocFX