Skip to content

Commit 12ac4a8

Browse files
committed
update definitions.json
1 parent 43d0e33 commit 12ac4a8

File tree

1 file changed

+28
-16
lines changed

1 file changed

+28
-16
lines changed

xrpl/core/binarycodec/definitions/definitions.json

Lines changed: 28 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -692,6 +692,16 @@
692692
],
693693
[
694694
"MutableFlags",
695+
{
696+
"isSerialized": true,
697+
"isSigningField": true,
698+
"isVLEncoded": false,
699+
"nth": 53,
700+
"type": "UInt32"
701+
}
702+
],
703+
[
704+
"StartDate",
695705
{
696706
"isSerialized": true,
697707
"isSigningField": true,
@@ -721,7 +731,7 @@
721731
}
722732
],
723733
[
724-
"PreviousPaymentDate",
734+
"PreviousPaymentDueDate",
725735
{
726736
"isSerialized": true,
727737
"isSigningField": true,
@@ -2419,7 +2429,8 @@
24192429
"nth": 12,
24202430
"type": "Number"
24212431
}
2422-
], [
2432+
],
2433+
[
24232434
"PrincipalOutstanding",
24242435
{
24252436
"isSerialized": true,
@@ -2469,6 +2480,16 @@
24692480
"type": "Number"
24702481
}
24712482
],
2483+
[
2484+
"LoanScale",
2485+
{
2486+
"isSerialized": true,
2487+
"isSigningField": true,
2488+
"isVLEncoded": false,
2489+
"nth": 1,
2490+
"type": "Int32"
2491+
}
2492+
],
24722493
[
24732494
"TransactionMetaData",
24742495
{
@@ -3089,16 +3110,6 @@
30893110
"type": "UInt8"
30903111
}
30913112
],
3092-
[
3093-
"LoanScale",
3094-
{
3095-
"isSerialized": true,
3096-
"isSigningField": true,
3097-
"isVLEncoded": false,
3098-
"nth": 1,
3099-
"type": "Int32"
3100-
}
3101-
],
31023113
[
31033114
"Method",
31043115
{
@@ -3638,6 +3649,7 @@
36383649
"terNO_ACCOUNT": -96,
36393650
"terNO_AMM": -87,
36403651
"terNO_AUTH": -95,
3652+
"terNO_DELEGATE_PERMISSION": -85,
36413653
"terNO_LINE": -94,
36423654
"terNO_RIPPLE": -90,
36433655
"terOWNERS": -93,
@@ -3676,15 +3688,15 @@
36763688
"EscrowFinish": 2,
36773689
"Invalid": -1,
36783690
"LedgerStateFix": 53,
3679-
"LoanBrokerSet": 74,
3680-
"LoanBrokerDelete": 75,
3691+
"LoanBrokerCoverClawback": 78,
36813692
"LoanBrokerCoverDeposit": 76,
36823693
"LoanBrokerCoverWithdraw": 77,
3683-
"LoanBrokerCoverClawback": 78,
3684-
"LoanSet": 80,
3694+
"LoanBrokerDelete": 75,
3695+
"LoanBrokerSet": 74,
36853696
"LoanDelete": 81,
36863697
"LoanManage": 82,
36873698
"LoanPay": 84,
3699+
"LoanSet": 80,
36883700
"MPTokenAuthorize": 57,
36893701
"MPTokenIssuanceCreate": 54,
36903702
"MPTokenIssuanceDestroy": 55,

0 commit comments

Comments
 (0)