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 SourceInvoiceId
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 |
SignedTxBlob
Hex-encoded signed transaction blob produced by the XRPL wallet.
Declaration
[JsonPropertyName("signedTxBlob")]
public string SignedTxBlob { get; set; }
Property Value
| Type | Description |
|---|---|
| string |