LedgerTransactionTrace¶
Example Json Object
1{
2 "previousLedgerTransactionId": 0,
3 "nextLedgerTransactionId": 0,
4 "postExternalType": "SKIP"
5}
Properties
Name |
Type |
Required |
Restrictions |
Description |
|---|---|---|---|---|
previousLedgerTransactionId |
integer(int64) |
false |
none |
none |
nextLedgerTransactionId |
integer(int64) |
false |
none |
none |
postExternalType |
string |
false |
none |
none |
Enumerated Values
Attribute |
Value |
|---|---|
postExternalType |
POST, SKIP |