Show / Hide Table of Contents

Class BinaryTransaction

Inheritance
object
BinaryTransaction
Namespace: Xrpl.Models.Transactions
Assembly: Xrpl.dll
Syntax
public class BinaryTransaction

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

TransactionBlob

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