Class LedgerBinaryEntity
Inheritance
object
LedgerBinaryEntity
Assembly: Xrpl.dll
Syntax
public class LedgerBinaryEntity : BaseLedgerEntity, IBaseLedgerEntity
Properties
|
Edit this page
View Source
LedgerData
Declaration
[JsonPropertyName("ledger_data")]
public string LedgerData { get; set; }
Property Value
|
Edit this page
View Source
Transactions
Declaration
[JsonPropertyName("transactions")]
public List<string> Transactions { get; set; }
Property Value
| Type |
Description |
| List<string> |
|
Implements