Show / Hide Table of Contents

Class BinaryTransactionResponse

Inheritance
object
BaseTransactionResponse
BinaryTransactionResponse
Implements
IBaseTransactionResponse
Inherited Members
BaseTransactionResponse.Date
BaseTransactionResponse.Hash
BaseTransactionResponse.InLedger
BaseTransactionResponse.LedgerIndex
BaseTransactionResponse.Validated
Namespace: Xrpl.Models.Transactions
Assembly: Xrpl.dll
Syntax
public class BinaryTransactionResponse : BaseTransactionResponse, IBaseTransactionResponse

Properties

| Edit this page View Source

Meta

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

Transaction

Declaration
[JsonPropertyName("tx")]
public string Transaction { get; set; }
Property Value
Type Description
string

Implements

IBaseTransactionResponse
  • Edit this page
  • View Source
In this article
Back to top Generated by DocFX