mirror of
https://github.com/Xahau/xahau.js.git
synced 2025-11-21 04:35:49 +00:00
add DepositPreauth fields
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user