@sentio/sdk 2.46.0-rc.1 → 2.46.0
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.
- package/lib/aptos/builtin/0x1.d.ts +65 -65
- package/lib/aptos/builtin/0x1.js +27 -27
- package/lib/aptos/builtin/0x3.d.ts +1 -1
- package/lib/aptos/builtin/0x4.d.ts +34 -34
- package/lib/sui/builtin/0x1.d.ts +172 -311
- package/lib/sui/builtin/0x1.d.ts.map +1 -1
- package/lib/sui/builtin/0x1.js +17 -17
- package/lib/sui/builtin/0x1.js.map +1 -1
- package/lib/sui/builtin/0x2.d.ts +673 -1589
- package/lib/sui/builtin/0x2.d.ts.map +1 -1
- package/lib/sui/builtin/0x2.js +106 -106
- package/lib/sui/builtin/0x2.js.map +1 -1
- package/lib/sui/builtin/0x3.d.ts +359 -831
- package/lib/sui/builtin/0x3.d.ts.map +1 -1
- package/lib/sui/builtin/0x3.js +20 -20
- package/lib/sui/builtin/0x3.js.map +1 -1
- package/package.json +6 -6
- package/src/aptos/builtin/0x1.ts +78 -78
- package/src/aptos/builtin/0x3.ts +1 -1
- package/src/aptos/builtin/0x4.ts +34 -34
- package/src/sui/builtin/0x1.ts +178 -317
- package/src/sui/builtin/0x2.ts +752 -1668
- package/src/sui/builtin/0x3.ts +374 -846
@@ -15,7 +15,7 @@ export declare class token extends AptosBaseProcessor {
|
|
15
15
|
}
|
16
16
|
export declare namespace token {
|
17
17
|
interface BurnRef {
|
18
|
-
inner: _0x1.option.Option<_0x1.
|
18
|
+
inner: _0x1.option.Option<_0x1.object$.DeleteRef>;
|
19
19
|
self: _0x1.option.Option<MoveAddressType>;
|
20
20
|
}
|
21
21
|
namespace BurnRef {
|
@@ -73,7 +73,7 @@ export declare namespace token {
|
|
73
73
|
type_arguments: [];
|
74
74
|
}
|
75
75
|
interface Token {
|
76
|
-
collection: _0x1.
|
76
|
+
collection: _0x1.object$.Object<collection.Collection>;
|
77
77
|
index: bigint;
|
78
78
|
description: string;
|
79
79
|
name: string;
|
@@ -101,7 +101,7 @@ export declare class royalty extends AptosBaseProcessor {
|
|
101
101
|
}
|
102
102
|
export declare namespace royalty {
|
103
103
|
interface MutatorRef {
|
104
|
-
inner: _0x1.
|
104
|
+
inner: _0x1.object$.ExtendRef;
|
105
105
|
}
|
106
106
|
namespace MutatorRef {
|
107
107
|
const TYPE_QNAME = "0x4::royalty::MutatorRef";
|
@@ -246,7 +246,7 @@ export declare namespace collection {
|
|
246
246
|
}
|
247
247
|
interface Mutation {
|
248
248
|
mutated_field_name: string;
|
249
|
-
collection: _0x1.
|
249
|
+
collection: _0x1.object$.Object<collection.Collection>;
|
250
250
|
old_value: string;
|
251
251
|
new_value: string;
|
252
252
|
}
|
@@ -281,7 +281,7 @@ export declare namespace collection {
|
|
281
281
|
type_arguments: [];
|
282
282
|
}
|
283
283
|
interface SetMaxSupply {
|
284
|
-
collection: _0x1.
|
284
|
+
collection: _0x1.object$.Object<collection.Collection>;
|
285
285
|
old_max_supply: bigint;
|
286
286
|
new_max_supply: bigint;
|
287
287
|
}
|
@@ -345,7 +345,7 @@ export declare namespace aptos_token {
|
|
345
345
|
}
|
346
346
|
interface AptosToken {
|
347
347
|
burn_ref: _0x1.option.Option<token.BurnRef>;
|
348
|
-
transfer_ref: _0x1.option.Option<_0x1.
|
348
|
+
transfer_ref: _0x1.option.Option<_0x1.object$.TransferRef>;
|
349
349
|
mutator_ref: _0x1.option.Option<token.MutatorRef>;
|
350
350
|
property_mutator_ref: property_map.MutatorRef;
|
351
351
|
}
|
@@ -354,20 +354,20 @@ export declare namespace aptos_token {
|
|
354
354
|
function type(): TypeDescriptor<AptosToken>;
|
355
355
|
}
|
356
356
|
interface AddPropertyPayload<T0 = any> extends TypedFunctionPayload<[
|
357
|
-
_0x1.
|
357
|
+
_0x1.object$.Object<T0>,
|
358
358
|
string,
|
359
359
|
string,
|
360
360
|
string
|
361
361
|
]> {
|
362
|
-
arguments_decoded: [_0x1.
|
362
|
+
arguments_decoded: [_0x1.object$.Object<T0>, string, string, string];
|
363
363
|
type_arguments: [string];
|
364
364
|
}
|
365
|
-
interface AddTypedPropertyPayload<T0 = any, T1 = any> extends TypedFunctionPayload<[_0x1.
|
366
|
-
arguments_decoded: [_0x1.
|
365
|
+
interface AddTypedPropertyPayload<T0 = any, T1 = any> extends TypedFunctionPayload<[_0x1.object$.Object<T0>, string, T1]> {
|
366
|
+
arguments_decoded: [_0x1.object$.Object<T0>, string, T1];
|
367
367
|
type_arguments: [string, string];
|
368
368
|
}
|
369
|
-
interface BurnPayload<T0 = any> extends TypedFunctionPayload<[_0x1.
|
370
|
-
arguments_decoded: [_0x1.
|
369
|
+
interface BurnPayload<T0 = any> extends TypedFunctionPayload<[_0x1.object$.Object<T0>]> {
|
370
|
+
arguments_decoded: [_0x1.object$.Object<T0>];
|
371
371
|
type_arguments: [string];
|
372
372
|
}
|
373
373
|
interface CreateCollectionPayload extends TypedFunctionPayload<[
|
@@ -406,8 +406,8 @@ export declare namespace aptos_token {
|
|
406
406
|
];
|
407
407
|
type_arguments: [];
|
408
408
|
}
|
409
|
-
interface FreezeTransferPayload<T0 = any> extends TypedFunctionPayload<[_0x1.
|
410
|
-
arguments_decoded: [_0x1.
|
409
|
+
interface FreezeTransferPayload<T0 = any> extends TypedFunctionPayload<[_0x1.object$.Object<T0>]> {
|
410
|
+
arguments_decoded: [_0x1.object$.Object<T0>];
|
411
411
|
type_arguments: [string];
|
412
412
|
}
|
413
413
|
interface MintPayload extends TypedFunctionPayload<[
|
@@ -452,59 +452,59 @@ export declare namespace aptos_token {
|
|
452
452
|
];
|
453
453
|
type_arguments: [];
|
454
454
|
}
|
455
|
-
interface RemovePropertyPayload<T0 = any> extends TypedFunctionPayload<[_0x1.
|
456
|
-
arguments_decoded: [_0x1.
|
455
|
+
interface RemovePropertyPayload<T0 = any> extends TypedFunctionPayload<[_0x1.object$.Object<T0>, string]> {
|
456
|
+
arguments_decoded: [_0x1.object$.Object<T0>, string];
|
457
457
|
type_arguments: [string];
|
458
458
|
}
|
459
|
-
interface SetCollectionDescriptionPayload<T0 = any> extends TypedFunctionPayload<[_0x1.
|
460
|
-
arguments_decoded: [_0x1.
|
459
|
+
interface SetCollectionDescriptionPayload<T0 = any> extends TypedFunctionPayload<[_0x1.object$.Object<T0>, string]> {
|
460
|
+
arguments_decoded: [_0x1.object$.Object<T0>, string];
|
461
461
|
type_arguments: [string];
|
462
462
|
}
|
463
463
|
interface SetCollectionRoyaltiesCallPayload<T0 = any> extends TypedFunctionPayload<[
|
464
|
-
_0x1.
|
464
|
+
_0x1.object$.Object<T0>,
|
465
465
|
bigint,
|
466
466
|
bigint,
|
467
467
|
MoveAddressType
|
468
468
|
]> {
|
469
469
|
arguments_decoded: [
|
470
|
-
_0x1.
|
470
|
+
_0x1.object$.Object<T0>,
|
471
471
|
bigint,
|
472
472
|
bigint,
|
473
473
|
MoveAddressType
|
474
474
|
];
|
475
475
|
type_arguments: [string];
|
476
476
|
}
|
477
|
-
interface SetCollectionUriPayload<T0 = any> extends TypedFunctionPayload<[_0x1.
|
478
|
-
arguments_decoded: [_0x1.
|
477
|
+
interface SetCollectionUriPayload<T0 = any> extends TypedFunctionPayload<[_0x1.object$.Object<T0>, string]> {
|
478
|
+
arguments_decoded: [_0x1.object$.Object<T0>, string];
|
479
479
|
type_arguments: [string];
|
480
480
|
}
|
481
|
-
interface SetDescriptionPayload<T0 = any> extends TypedFunctionPayload<[_0x1.
|
482
|
-
arguments_decoded: [_0x1.
|
481
|
+
interface SetDescriptionPayload<T0 = any> extends TypedFunctionPayload<[_0x1.object$.Object<T0>, string]> {
|
482
|
+
arguments_decoded: [_0x1.object$.Object<T0>, string];
|
483
483
|
type_arguments: [string];
|
484
484
|
}
|
485
|
-
interface SetNamePayload<T0 = any> extends TypedFunctionPayload<[_0x1.
|
486
|
-
arguments_decoded: [_0x1.
|
485
|
+
interface SetNamePayload<T0 = any> extends TypedFunctionPayload<[_0x1.object$.Object<T0>, string]> {
|
486
|
+
arguments_decoded: [_0x1.object$.Object<T0>, string];
|
487
487
|
type_arguments: [string];
|
488
488
|
}
|
489
|
-
interface SetUriPayload<T0 = any> extends TypedFunctionPayload<[_0x1.
|
490
|
-
arguments_decoded: [_0x1.
|
489
|
+
interface SetUriPayload<T0 = any> extends TypedFunctionPayload<[_0x1.object$.Object<T0>, string]> {
|
490
|
+
arguments_decoded: [_0x1.object$.Object<T0>, string];
|
491
491
|
type_arguments: [string];
|
492
492
|
}
|
493
|
-
interface UnfreezeTransferPayload<T0 = any> extends TypedFunctionPayload<[_0x1.
|
494
|
-
arguments_decoded: [_0x1.
|
493
|
+
interface UnfreezeTransferPayload<T0 = any> extends TypedFunctionPayload<[_0x1.object$.Object<T0>]> {
|
494
|
+
arguments_decoded: [_0x1.object$.Object<T0>];
|
495
495
|
type_arguments: [string];
|
496
496
|
}
|
497
497
|
interface UpdatePropertyPayload<T0 = any> extends TypedFunctionPayload<[
|
498
|
-
_0x1.
|
498
|
+
_0x1.object$.Object<T0>,
|
499
499
|
string,
|
500
500
|
string,
|
501
501
|
string
|
502
502
|
]> {
|
503
|
-
arguments_decoded: [_0x1.
|
503
|
+
arguments_decoded: [_0x1.object$.Object<T0>, string, string, string];
|
504
504
|
type_arguments: [string];
|
505
505
|
}
|
506
|
-
interface UpdateTypedPropertyPayload<T0 = any, T1 = any> extends TypedFunctionPayload<[_0x1.
|
507
|
-
arguments_decoded: [_0x1.
|
506
|
+
interface UpdateTypedPropertyPayload<T0 = any, T1 = any> extends TypedFunctionPayload<[_0x1.object$.Object<T0>, string, T1]> {
|
507
|
+
arguments_decoded: [_0x1.object$.Object<T0>, string, T1];
|
508
508
|
type_arguments: [string, string];
|
509
509
|
}
|
510
510
|
}
|