add DepositPreauth fields

This commit is contained in:
Matthew Fettig
2018-09-28 14:45:22 -05:00
parent e0a6473814
commit e99031d6af
5 changed files with 99 additions and 1 deletions

View File

@@ -36,6 +36,7 @@
"FeeSettings": 115,
"Escrow": 117,
"PayChannel": 120,
"DepositPreauth": 112,
"Check": 67,
"Nickname": 110,
"Contract": 99,
@@ -1062,6 +1063,26 @@
"type": "AccountID"
}
],
[
"Authorize",
{
"nth": 5,
"isVLEncoded": true,
"isSerialized": true,
"isSigningField": true,
"type": "AccountID"
}
],
[
"Unauthorize",
{
"nth": 6,
"isVLEncoded": true,
"isSerialized": true,
"isSigningField": true,
"type": "AccountID"
}
],
[
"Target",
{
@@ -1610,7 +1631,8 @@
"tecOVERSIZE": 145,
"tecCRYPTOCONDITION_ERROR": 146,
"tecINVARIANT_FAILED": 147,
"tecEXPIRED": 148
"tecEXPIRED": 148,
"tecDUPLICATE": 149
},
"TRANSACTION_TYPES": {
"Invalid": -1,
@@ -1633,6 +1655,7 @@
"CheckCreate": 16,
"CheckCash": 17,
"CheckCancel": 18,
"DepositPreauth": 19,
"TrustSet": 20,
"EnableAmendment": 100,
"SetFee": 101