Class BinaryTransactionResponse
Implements
Inherited Members
Namespace: Xrpl.Models.Transactions
Assembly: Xrpl.dll
Syntax
public class BinaryTransactionResponse : BaseTransactionResponse, IBaseTransactionResponse
Properties
| Edit this page View SourceMeta
Declaration
[JsonPropertyName("meta")]
public string Meta { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Transaction
Declaration
[JsonPropertyName("tx")]
public string Transaction { get; set; }
Property Value
| Type | Description |
|---|---|
| string |