Class LedgerBinaryEntity
Inherited Members
Namespace: Xrpl.Models.Ledger
Assembly: Xrpl.dll
Syntax
public class LedgerBinaryEntity : BaseLedgerEntity
Properties
| Improve this Doc View SourceLedgerData
Declaration
public string LedgerData { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Transactions
Declaration
public List<string> Transactions { get; set; }
Property Value
| Type | Description |
|---|---|
| List<System.String> |