Skip to content

Commit db013f3

Browse files
committed
merge from contract
2 parents bdab69e + d12a182 commit db013f3

1 file changed

Lines changed: 62 additions & 1 deletion

File tree

src/enums/definitions.json

Lines changed: 62 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,16 @@
101101
"type": "UInt16"
102102
}
103103
],
104+
[
105+
"ContractOpType",
106+
{
107+
"nth": 51,
108+
"isVLEncoded": false,
109+
"isSerialized": true,
110+
"isSigningField": true,
111+
"type": "UInt16"
112+
}
113+
],
104114
[
105115
"Flags",
106116
{
@@ -461,6 +471,16 @@
461471
"type": "UInt32"
462472
}
463473
],
474+
[
475+
"Gas",
476+
{
477+
"nth": 55,
478+
"isVLEncoded": false,
479+
"isSerialized": true,
480+
"isSigningField": true,
481+
"type": "UInt32"
482+
}
483+
],
464484
[
465485
"IndexNext",
466486
{
@@ -851,6 +871,16 @@
851871
"type": "Amount"
852872
}
853873
],
874+
[
875+
"ContractValue",
876+
{
877+
"nth": 19,
878+
"isVLEncoded": false,
879+
"isSerialized": true,
880+
"isSigningField": true,
881+
"type": "Amount"
882+
}
883+
],
854884
[
855885
"taker_gets_funded",
856886
{
@@ -1131,6 +1161,26 @@
11311161
"type": "Blob"
11321162
}
11331163
],
1164+
[
1165+
"ContractCode",
1166+
{
1167+
"nth": 64,
1168+
"isVLEncoded": true,
1169+
"isSerialized": true,
1170+
"isSigningField": true,
1171+
"type": "Blob"
1172+
}
1173+
],
1174+
[
1175+
"ContractData",
1176+
{
1177+
"nth": 65,
1178+
"isVLEncoded": true,
1179+
"isSerialized": true,
1180+
"isSigningField": true,
1181+
"type": "Blob"
1182+
}
1183+
],
11341184
[
11351185
"Fulfillment",
11361186
{
@@ -1231,6 +1281,16 @@
12311281
"type": "AccountID"
12321282
}
12331283
],
1284+
[
1285+
"ContractAddress",
1286+
{
1287+
"nth": 52,
1288+
"isVLEncoded": true,
1289+
"isSerialized": true,
1290+
"isSigningField": true,
1291+
"type": "AccountID"
1292+
}
1293+
],
12341294
[
12351295
"ObjectEndMarker",
12361296
{
@@ -1771,7 +1831,7 @@
17711831
"AccountSet": 3,
17721832
"OfferCreate": 7,
17731833
"SignerListSet": 12,
1774-
"Contract": 9,
1834+
"no_longer_used": 9,
17751835
"EscrowCreate": 1,
17761836
"EscrowFinish": 2,
17771837
"EscrowCancel": 4,
@@ -1781,6 +1841,7 @@
17811841
"TableListSet":21,
17821842
"SQLStatement":22,
17831843
"SQLTransaction":23,
1844+
"Contract":24,
17841845
"Invalid": -1
17851846
}
17861847
}

0 commit comments

Comments
 (0)