@triadxyz/triad-protocol 3.2.3-beta → 3.2.5-beta
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -3203,10 +3203,14 @@
|
|
|
3203
3203
|
"array": ["u8", 32]
|
|
3204
3204
|
}
|
|
3205
3205
|
},
|
|
3206
|
+
{
|
|
3207
|
+
"name": "ts",
|
|
3208
|
+
"type": "i64"
|
|
3209
|
+
},
|
|
3206
3210
|
{
|
|
3207
3211
|
"name": "padding",
|
|
3208
3212
|
"type": {
|
|
3209
|
-
"array": ["u8",
|
|
3213
|
+
"array": ["u8", 24]
|
|
3210
3214
|
}
|
|
3211
3215
|
}
|
|
3212
3216
|
]
|
|
@@ -3265,6 +3269,10 @@
|
|
|
3265
3269
|
"name": "is_first_come_first_served",
|
|
3266
3270
|
"type": "bool"
|
|
3267
3271
|
},
|
|
3272
|
+
{
|
|
3273
|
+
"name": "timestamp",
|
|
3274
|
+
"type": "i64"
|
|
3275
|
+
},
|
|
3268
3276
|
{
|
|
3269
3277
|
"name": "merkle_root",
|
|
3270
3278
|
"type": {
|
|
@@ -4190,10 +4190,14 @@ export type TriadProtocol = {
|
|
|
4190
4190
|
array: ['u8', 32];
|
|
4191
4191
|
};
|
|
4192
4192
|
},
|
|
4193
|
+
{
|
|
4194
|
+
name: 'ts';
|
|
4195
|
+
type: 'i64';
|
|
4196
|
+
},
|
|
4193
4197
|
{
|
|
4194
4198
|
name: 'padding';
|
|
4195
4199
|
type: {
|
|
4196
|
-
array: ['u8',
|
|
4200
|
+
array: ['u8', 24];
|
|
4197
4201
|
};
|
|
4198
4202
|
}
|
|
4199
4203
|
];
|
|
@@ -4252,6 +4256,10 @@ export type TriadProtocol = {
|
|
|
4252
4256
|
name: 'isFirstComeFirstServed';
|
|
4253
4257
|
type: 'bool';
|
|
4254
4258
|
},
|
|
4259
|
+
{
|
|
4260
|
+
name: 'timestamp';
|
|
4261
|
+
type: 'i64';
|
|
4262
|
+
},
|
|
4255
4263
|
{
|
|
4256
4264
|
name: 'merkleRoot';
|
|
4257
4265
|
type: {
|