@sentio/sdk 2.45.3 → 2.46.0-rc.2
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/eth/builtin/internal/factories/EACAggregatorProxy__factory.d.ts.map +1 -1
- package/lib/eth/builtin/internal/factories/EACAggregatorProxy__factory.js +3 -3
- package/lib/eth/builtin/internal/factories/EACAggregatorProxy__factory.js.map +1 -1
- package/lib/eth/builtin/internal/factories/ERC1155__factory.d.ts.map +1 -1
- package/lib/eth/builtin/internal/factories/ERC1155__factory.js +3 -3
- package/lib/eth/builtin/internal/factories/ERC1155__factory.js.map +1 -1
- package/lib/eth/builtin/internal/factories/ERC20Bytes__factory.d.ts.map +1 -1
- package/lib/eth/builtin/internal/factories/ERC20Bytes__factory.js +3 -3
- package/lib/eth/builtin/internal/factories/ERC20Bytes__factory.js.map +1 -1
- package/lib/eth/builtin/internal/factories/ERC20__factory.d.ts.map +1 -1
- package/lib/eth/builtin/internal/factories/ERC20__factory.js +3 -3
- package/lib/eth/builtin/internal/factories/ERC20__factory.js.map +1 -1
- package/lib/eth/builtin/internal/factories/ERC721__factory.d.ts.map +1 -1
- package/lib/eth/builtin/internal/factories/ERC721__factory.js +3 -3
- package/lib/eth/builtin/internal/factories/ERC721__factory.js.map +1 -1
- package/lib/eth/builtin/internal/factories/WETH9__factory.d.ts.map +1 -1
- package/lib/eth/builtin/internal/factories/WETH9__factory.js +3 -3
- package/lib/eth/builtin/internal/factories/WETH9__factory.js.map +1 -1
- package/lib/eth/codegen/ethers-sentio.d.ts.map +1 -1
- package/lib/eth/codegen/ethers-sentio.js +4 -1
- package/lib/eth/codegen/ethers-sentio.js.map +1 -1
- package/lib/eth/eth.d.ts +3 -1
- package/lib/eth/eth.d.ts.map +1 -1
- package/lib/eth/eth.js +7 -1
- package/lib/eth/eth.js.map +1 -1
- 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/lib/sui/index.d.ts +1 -1
- package/lib/sui/index.d.ts.map +1 -1
- package/lib/sui/index.js +1 -1
- package/lib/sui/index.js.map +1 -1
- package/lib/sui/sui-object-processor.d.ts +19 -4
- package/lib/sui/sui-object-processor.d.ts.map +1 -1
- package/lib/sui/sui-object-processor.js +38 -4
- package/lib/sui/sui-object-processor.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/eth/builtin/internal/factories/EACAggregatorProxy__factory.ts +3 -2
- package/src/eth/builtin/internal/factories/ERC1155__factory.ts +3 -2
- package/src/eth/builtin/internal/factories/ERC20Bytes__factory.ts +3 -2
- package/src/eth/builtin/internal/factories/ERC20__factory.ts +3 -2
- package/src/eth/builtin/internal/factories/ERC721__factory.ts +3 -2
- package/src/eth/builtin/internal/factories/WETH9__factory.ts +3 -2
- package/src/eth/codegen/ethers-sentio.ts +4 -1
- package/src/eth/eth.ts +24 -1
- package/src/sui/builtin/0x1.ts +178 -317
- package/src/sui/builtin/0x2.ts +752 -1668
- package/src/sui/builtin/0x3.ts +374 -846
- package/src/sui/index.ts +3 -1
- package/src/sui/sui-object-processor.ts +61 -9
@@ -22,13 +22,13 @@ export declare namespace acl {
|
|
22
22
|
type_arguments: [];
|
23
23
|
}
|
24
24
|
}
|
25
|
-
export declare class
|
25
|
+
export declare class any$ extends AptosBaseProcessor {
|
26
26
|
constructor(options: AptosBindOptions);
|
27
27
|
static DEFAULT_OPTIONS: AptosBindOptions;
|
28
|
-
static bind(options?: Partial<AptosBindOptions>):
|
29
|
-
onEventAny(func: (event:
|
28
|
+
static bind(options?: Partial<AptosBindOptions>): any$;
|
29
|
+
onEventAny(func: (event: any$.AnyInstance, ctx: AptosContext) => void, fetchConfig?: Partial<MoveFetchConfig>): any$;
|
30
30
|
}
|
31
|
-
export declare namespace
|
31
|
+
export declare namespace any$ {
|
32
32
|
interface Any {
|
33
33
|
type_name: string;
|
34
34
|
data: string;
|
@@ -240,7 +240,7 @@ export declare namespace coin {
|
|
240
240
|
function type<T0>(arg0?: TypeDescriptor<T0>): TypeDescriptor<BurnCapability<T0>>;
|
241
241
|
}
|
242
242
|
interface BurnRefReceipt {
|
243
|
-
metadata:
|
243
|
+
metadata: object$.Object<fungible_asset.Metadata>;
|
244
244
|
}
|
245
245
|
namespace BurnRefReceipt {
|
246
246
|
const TYPE_QNAME = "0x1::coin::BurnRefReceipt";
|
@@ -254,7 +254,7 @@ export declare namespace coin {
|
|
254
254
|
function type<T0>(arg0?: TypeDescriptor<T0>): TypeDescriptor<Coin<T0>>;
|
255
255
|
}
|
256
256
|
interface CoinConversionMap {
|
257
|
-
coin_to_fungible_asset_map: table.Table<type_info.TypeInfo,
|
257
|
+
coin_to_fungible_asset_map: table.Table<type_info.TypeInfo, object$.Object<fungible_asset.Metadata>>;
|
258
258
|
}
|
259
259
|
namespace CoinConversionMap {
|
260
260
|
const TYPE_QNAME = "0x1::coin::CoinConversionMap";
|
@@ -364,7 +364,7 @@ export declare namespace coin {
|
|
364
364
|
function type<T0>(arg0?: TypeDescriptor<T0>): TypeDescriptor<MintCapability<T0>>;
|
365
365
|
}
|
366
366
|
interface MintRefReceipt {
|
367
|
-
metadata:
|
367
|
+
metadata: object$.Object<fungible_asset.Metadata>;
|
368
368
|
}
|
369
369
|
namespace MintRefReceipt {
|
370
370
|
const TYPE_QNAME = "0x1::coin::MintRefReceipt";
|
@@ -406,7 +406,7 @@ export declare namespace coin {
|
|
406
406
|
function type(): TypeDescriptor<SupplyConfig>;
|
407
407
|
}
|
408
408
|
interface TransferRefReceipt {
|
409
|
-
metadata:
|
409
|
+
metadata: object$.Object<fungible_asset.Metadata>;
|
410
410
|
}
|
411
411
|
namespace TransferRefReceipt {
|
412
412
|
const TYPE_QNAME = "0x1::coin::TransferRefReceipt";
|
@@ -1354,24 +1354,24 @@ export declare namespace table {
|
|
1354
1354
|
}
|
1355
1355
|
}
|
1356
1356
|
export declare namespace math64 { }
|
1357
|
-
export declare class
|
1357
|
+
export declare class object$ extends AptosBaseProcessor {
|
1358
1358
|
constructor(options: AptosBindOptions);
|
1359
1359
|
static DEFAULT_OPTIONS: AptosBindOptions;
|
1360
|
-
static bind(options?: Partial<AptosBindOptions>):
|
1361
|
-
onEntryBurn(func: (call:
|
1362
|
-
onEntryTransfer(func: (call:
|
1363
|
-
onEntryTransferCall(func: (call:
|
1364
|
-
onEntryTransferToObject(func: (call:
|
1365
|
-
onEntryUnburn(func: (call:
|
1366
|
-
onEventDeleteRef(func: (event:
|
1367
|
-
onEventDeriveRef(func: (event:
|
1368
|
-
onEventExtendRef(func: (event:
|
1369
|
-
onEventObject(func: (event:
|
1370
|
-
onEventTransfer(func: (event:
|
1371
|
-
onEventTransferEvent(func: (event:
|
1372
|
-
onEventTransferRef(func: (event:
|
1373
|
-
}
|
1374
|
-
export declare namespace
|
1360
|
+
static bind(options?: Partial<AptosBindOptions>): object$;
|
1361
|
+
onEntryBurn(func: (call: object$.BurnPayload, ctx: AptosContext) => void, filter?: CallFilter, fetchConfig?: Partial<MoveFetchConfig>): object$;
|
1362
|
+
onEntryTransfer(func: (call: object$.TransferPayload, ctx: AptosContext) => void, filter?: CallFilter, fetchConfig?: Partial<MoveFetchConfig>): object$;
|
1363
|
+
onEntryTransferCall(func: (call: object$.TransferCallPayload, ctx: AptosContext) => void, filter?: CallFilter, fetchConfig?: Partial<MoveFetchConfig>): object$;
|
1364
|
+
onEntryTransferToObject(func: (call: object$.TransferToObjectPayload, ctx: AptosContext) => void, filter?: CallFilter, fetchConfig?: Partial<MoveFetchConfig>): object$;
|
1365
|
+
onEntryUnburn(func: (call: object$.UnburnPayload, ctx: AptosContext) => void, filter?: CallFilter, fetchConfig?: Partial<MoveFetchConfig>): object$;
|
1366
|
+
onEventDeleteRef(func: (event: object$.DeleteRefInstance, ctx: AptosContext) => void, fetchConfig?: Partial<MoveFetchConfig>): object$;
|
1367
|
+
onEventDeriveRef(func: (event: object$.DeriveRefInstance, ctx: AptosContext) => void, fetchConfig?: Partial<MoveFetchConfig>): object$;
|
1368
|
+
onEventExtendRef(func: (event: object$.ExtendRefInstance, ctx: AptosContext) => void, fetchConfig?: Partial<MoveFetchConfig>): object$;
|
1369
|
+
onEventObject(func: (event: object$.ObjectInstance, ctx: AptosContext) => void, fetchConfig?: Partial<MoveFetchConfig>): object$;
|
1370
|
+
onEventTransfer(func: (event: object$.TransferInstance, ctx: AptosContext) => void, fetchConfig?: Partial<MoveFetchConfig>): object$;
|
1371
|
+
onEventTransferEvent(func: (event: object$.TransferEventInstance, ctx: AptosContext) => void, fetchConfig?: Partial<MoveFetchConfig>): object$;
|
1372
|
+
onEventTransferRef(func: (event: object$.TransferRefInstance, ctx: AptosContext) => void, fetchConfig?: Partial<MoveFetchConfig>): object$;
|
1373
|
+
}
|
1374
|
+
export declare namespace object$ {
|
1375
1375
|
interface ConstructorRef {
|
1376
1376
|
self: MoveAddressType;
|
1377
1377
|
can_delete: boolean;
|
@@ -1436,7 +1436,7 @@ export declare namespace object_ {
|
|
1436
1436
|
guid_creation_num: bigint;
|
1437
1437
|
owner: MoveAddressType;
|
1438
1438
|
allow_ungated_transfer: boolean;
|
1439
|
-
transfer_events: event.EventHandle<
|
1439
|
+
transfer_events: event.EventHandle<object$.TransferEvent>;
|
1440
1440
|
}
|
1441
1441
|
namespace ObjectCore {
|
1442
1442
|
const TYPE_QNAME = "0x1::object::ObjectCore";
|
@@ -1500,24 +1500,24 @@ export declare namespace object_ {
|
|
1500
1500
|
const TYPE_QNAME = "0x1::object::Untransferable";
|
1501
1501
|
function type(): TypeDescriptor<Untransferable>;
|
1502
1502
|
}
|
1503
|
-
interface BurnPayload<T0 = any> extends TypedFunctionPayload<[
|
1504
|
-
arguments_decoded: [
|
1503
|
+
interface BurnPayload<T0 = any> extends TypedFunctionPayload<[object$.Object<T0>]> {
|
1504
|
+
arguments_decoded: [object$.Object<T0>];
|
1505
1505
|
type_arguments: [string];
|
1506
1506
|
}
|
1507
|
-
interface TransferPayload<T0 = any> extends TypedFunctionPayload<[
|
1508
|
-
arguments_decoded: [
|
1507
|
+
interface TransferPayload<T0 = any> extends TypedFunctionPayload<[object$.Object<T0>, MoveAddressType]> {
|
1508
|
+
arguments_decoded: [object$.Object<T0>, MoveAddressType];
|
1509
1509
|
type_arguments: [string];
|
1510
1510
|
}
|
1511
1511
|
interface TransferCallPayload extends TypedFunctionPayload<[MoveAddressType, MoveAddressType]> {
|
1512
1512
|
arguments_decoded: [MoveAddressType, MoveAddressType];
|
1513
1513
|
type_arguments: [];
|
1514
1514
|
}
|
1515
|
-
interface TransferToObjectPayload<T0 = any, T1 = any> extends TypedFunctionPayload<[
|
1516
|
-
arguments_decoded: [
|
1515
|
+
interface TransferToObjectPayload<T0 = any, T1 = any> extends TypedFunctionPayload<[object$.Object<T0>, object$.Object<T1>]> {
|
1516
|
+
arguments_decoded: [object$.Object<T0>, object$.Object<T1>];
|
1517
1517
|
type_arguments: [string, string];
|
1518
1518
|
}
|
1519
|
-
interface UnburnPayload<T0 = any> extends TypedFunctionPayload<[
|
1520
|
-
arguments_decoded: [
|
1519
|
+
interface UnburnPayload<T0 = any> extends TypedFunctionPayload<[object$.Object<T0>]> {
|
1520
|
+
arguments_decoded: [object$.Object<T0>];
|
1521
1521
|
type_arguments: [string];
|
1522
1522
|
}
|
1523
1523
|
}
|
@@ -1541,13 +1541,13 @@ export declare namespace option {
|
|
1541
1541
|
}
|
1542
1542
|
}
|
1543
1543
|
export declare namespace signer { }
|
1544
|
-
export declare class
|
1544
|
+
export declare class string$ extends AptosBaseProcessor {
|
1545
1545
|
constructor(options: AptosBindOptions);
|
1546
1546
|
static DEFAULT_OPTIONS: AptosBindOptions;
|
1547
|
-
static bind(options?: Partial<AptosBindOptions>):
|
1548
|
-
onEventString(func: (event:
|
1547
|
+
static bind(options?: Partial<AptosBindOptions>): string$;
|
1548
|
+
onEventString(func: (event: string$.StringInstance, ctx: AptosContext) => void, fetchConfig?: Partial<MoveFetchConfig>): string$;
|
1549
1549
|
}
|
1550
|
-
export declare namespace
|
1550
|
+
export declare namespace string$ {
|
1551
1551
|
interface String {
|
1552
1552
|
bytes: string;
|
1553
1553
|
}
|
@@ -3423,7 +3423,7 @@ export declare namespace bn254_algebra {
|
|
3423
3423
|
}
|
3424
3424
|
export declare namespace config_buffer {
|
3425
3425
|
interface PendingConfigs {
|
3426
|
-
configs: simple_map.SimpleMap<string,
|
3426
|
+
configs: simple_map.SimpleMap<string, any$.Any>;
|
3427
3427
|
}
|
3428
3428
|
namespace PendingConfigs {
|
3429
3429
|
const TYPE_QNAME = "0x1::config_buffer::PendingConfigs";
|
@@ -3643,7 +3643,7 @@ export declare class fungible_asset extends AptosBaseProcessor {
|
|
3643
3643
|
}
|
3644
3644
|
export declare namespace fungible_asset {
|
3645
3645
|
interface BurnRef {
|
3646
|
-
metadata:
|
3646
|
+
metadata: object$.Object<fungible_asset.Metadata>;
|
3647
3647
|
}
|
3648
3648
|
namespace BurnRef {
|
3649
3649
|
const TYPE_QNAME = "0x1::fungible_asset::BurnRef";
|
@@ -3730,7 +3730,7 @@ export declare namespace fungible_asset {
|
|
3730
3730
|
type_arguments: [];
|
3731
3731
|
}
|
3732
3732
|
interface FungibleAsset {
|
3733
|
-
metadata:
|
3733
|
+
metadata: object$.Object<fungible_asset.Metadata>;
|
3734
3734
|
amount: bigint;
|
3735
3735
|
}
|
3736
3736
|
namespace FungibleAsset {
|
@@ -3747,7 +3747,7 @@ export declare namespace fungible_asset {
|
|
3747
3747
|
function type(): TypeDescriptor<FungibleAssetEvents>;
|
3748
3748
|
}
|
3749
3749
|
interface FungibleStore {
|
3750
|
-
metadata:
|
3750
|
+
metadata: object$.Object<fungible_asset.Metadata>;
|
3751
3751
|
balance: bigint;
|
3752
3752
|
frozen: boolean;
|
3753
3753
|
}
|
@@ -3767,7 +3767,7 @@ export declare namespace fungible_asset {
|
|
3767
3767
|
function type(): TypeDescriptor<Metadata>;
|
3768
3768
|
}
|
3769
3769
|
interface MintRef {
|
3770
|
-
metadata:
|
3770
|
+
metadata: object$.Object<fungible_asset.Metadata>;
|
3771
3771
|
}
|
3772
3772
|
namespace MintRef {
|
3773
3773
|
const TYPE_QNAME = "0x1::fungible_asset::MintRef";
|
@@ -3778,7 +3778,7 @@ export declare namespace fungible_asset {
|
|
3778
3778
|
type_arguments: [];
|
3779
3779
|
}
|
3780
3780
|
interface MutateMetadataRef {
|
3781
|
-
metadata:
|
3781
|
+
metadata: object$.Object<fungible_asset.Metadata>;
|
3782
3782
|
}
|
3783
3783
|
namespace MutateMetadataRef {
|
3784
3784
|
const TYPE_QNAME = "0x1::fungible_asset::MutateMetadataRef";
|
@@ -3797,7 +3797,7 @@ export declare namespace fungible_asset {
|
|
3797
3797
|
function type(): TypeDescriptor<Supply>;
|
3798
3798
|
}
|
3799
3799
|
interface TransferRef {
|
3800
|
-
metadata:
|
3800
|
+
metadata: object$.Object<fungible_asset.Metadata>;
|
3801
3801
|
}
|
3802
3802
|
namespace TransferRef {
|
3803
3803
|
const TYPE_QNAME = "0x1::fungible_asset::TransferRef";
|
@@ -3838,15 +3838,15 @@ export declare namespace fungible_asset {
|
|
3838
3838
|
type_arguments: [];
|
3839
3839
|
}
|
3840
3840
|
interface TransferPayload<T0 = any> extends TypedFunctionPayload<[
|
3841
|
-
|
3842
|
-
|
3841
|
+
object$.Object<T0>,
|
3842
|
+
object$.Object<T0>,
|
3843
3843
|
bigint
|
3844
3844
|
]> {
|
3845
|
-
arguments_decoded: [
|
3845
|
+
arguments_decoded: [object$.Object<T0>, object$.Object<T0>, bigint];
|
3846
3846
|
type_arguments: [string];
|
3847
3847
|
}
|
3848
|
-
interface UpgradeStoreToConcurrentPayload<T0 = any> extends TypedFunctionPayload<[
|
3849
|
-
arguments_decoded: [
|
3848
|
+
interface UpgradeStoreToConcurrentPayload<T0 = any> extends TypedFunctionPayload<[object$.Object<T0>]> {
|
3849
|
+
arguments_decoded: [object$.Object<T0>];
|
3850
3850
|
type_arguments: [string];
|
3851
3851
|
}
|
3852
3852
|
}
|
@@ -6256,7 +6256,7 @@ export declare namespace object_code_deployment {
|
|
6256
6256
|
type_arguments: [];
|
6257
6257
|
}
|
6258
6258
|
interface ManagingRefs {
|
6259
|
-
extend_ref:
|
6259
|
+
extend_ref: object$.ExtendRef;
|
6260
6260
|
}
|
6261
6261
|
namespace ManagingRefs {
|
6262
6262
|
const TYPE_QNAME = "0x1::object_code_deployment::ManagingRefs";
|
@@ -6284,8 +6284,8 @@ export declare namespace object_code_deployment {
|
|
6284
6284
|
data_decoded: Upgrade;
|
6285
6285
|
type_arguments: [];
|
6286
6286
|
}
|
6287
|
-
interface FreezeCodeObjectPayload extends TypedFunctionPayload<[
|
6288
|
-
arguments_decoded: [
|
6287
|
+
interface FreezeCodeObjectPayload extends TypedFunctionPayload<[object$.Object<code.PackageRegistry>]> {
|
6288
|
+
arguments_decoded: [object$.Object<code.PackageRegistry>];
|
6289
6289
|
type_arguments: [];
|
6290
6290
|
}
|
6291
6291
|
interface PublishPayload extends TypedFunctionPayload<[string, string[]]> {
|
@@ -6295,9 +6295,9 @@ export declare namespace object_code_deployment {
|
|
6295
6295
|
interface UpgradePayload extends TypedFunctionPayload<[
|
6296
6296
|
string,
|
6297
6297
|
string[],
|
6298
|
-
|
6298
|
+
object$.Object<code.PackageRegistry>
|
6299
6299
|
]> {
|
6300
|
-
arguments_decoded: [string, string[],
|
6300
|
+
arguments_decoded: [string, string[], object$.Object<code.PackageRegistry>];
|
6301
6301
|
type_arguments: [];
|
6302
6302
|
}
|
6303
6303
|
}
|
@@ -6310,27 +6310,27 @@ export declare class primary_fungible_store extends AptosBaseProcessor {
|
|
6310
6310
|
}
|
6311
6311
|
export declare namespace primary_fungible_store {
|
6312
6312
|
interface DeriveRefPod {
|
6313
|
-
metadata_derive_ref:
|
6313
|
+
metadata_derive_ref: object$.DeriveRef;
|
6314
6314
|
}
|
6315
6315
|
namespace DeriveRefPod {
|
6316
6316
|
const TYPE_QNAME = "0x1::primary_fungible_store::DeriveRefPod";
|
6317
6317
|
function type(): TypeDescriptor<DeriveRefPod>;
|
6318
6318
|
}
|
6319
6319
|
interface TransferPayload<T0 = any> extends TypedFunctionPayload<[
|
6320
|
-
|
6320
|
+
object$.Object<T0>,
|
6321
6321
|
MoveAddressType,
|
6322
6322
|
bigint
|
6323
6323
|
]> {
|
6324
|
-
arguments_decoded: [
|
6324
|
+
arguments_decoded: [object$.Object<T0>, MoveAddressType, bigint];
|
6325
6325
|
type_arguments: [string];
|
6326
6326
|
}
|
6327
6327
|
interface TransferAssertMinimumDepositPayload<T0 = any> extends TypedFunctionPayload<[
|
6328
|
-
|
6328
|
+
object$.Object<T0>,
|
6329
6329
|
MoveAddressType,
|
6330
6330
|
bigint,
|
6331
6331
|
bigint
|
6332
6332
|
]> {
|
6333
|
-
arguments_decoded: [
|
6333
|
+
arguments_decoded: [object$.Object<T0>, MoveAddressType, bigint, bigint];
|
6334
6334
|
type_arguments: [string];
|
6335
6335
|
}
|
6336
6336
|
}
|
@@ -6455,20 +6455,20 @@ export declare namespace dispatchable_fungible_asset {
|
|
6455
6455
|
function type(): TypeDescriptor<TransferRefStore>;
|
6456
6456
|
}
|
6457
6457
|
interface TransferPayload<T0 = any> extends TypedFunctionPayload<[
|
6458
|
-
|
6459
|
-
|
6458
|
+
object$.Object<T0>,
|
6459
|
+
object$.Object<T0>,
|
6460
6460
|
bigint
|
6461
6461
|
]> {
|
6462
|
-
arguments_decoded: [
|
6462
|
+
arguments_decoded: [object$.Object<T0>, object$.Object<T0>, bigint];
|
6463
6463
|
type_arguments: [string];
|
6464
6464
|
}
|
6465
6465
|
interface TransferAssertMinimumDepositPayload<T0 = any> extends TypedFunctionPayload<[
|
6466
|
-
|
6467
|
-
|
6466
|
+
object$.Object<T0>,
|
6467
|
+
object$.Object<T0>,
|
6468
6468
|
bigint,
|
6469
6469
|
bigint
|
6470
6470
|
]> {
|
6471
|
-
arguments_decoded: [
|
6471
|
+
arguments_decoded: [object$.Object<T0>, object$.Object<T0>, bigint, bigint];
|
6472
6472
|
type_arguments: [string];
|
6473
6473
|
}
|
6474
6474
|
}
|
package/lib/aptos/builtin/0x1.js
CHANGED
@@ -31,7 +31,7 @@ export class acl extends AptosBaseProcessor {
|
|
31
31
|
ACL.type = type;
|
32
32
|
})(ACL = acl.ACL || (acl.ACL = {}));
|
33
33
|
})(acl || (acl = {}));
|
34
|
-
export class
|
34
|
+
export class any$ extends AptosBaseProcessor {
|
35
35
|
constructor(options) {
|
36
36
|
super("any", options);
|
37
37
|
}
|
@@ -40,14 +40,14 @@ export class any_ extends AptosBaseProcessor {
|
|
40
40
|
network: AptosNetwork.MAIN_NET,
|
41
41
|
};
|
42
42
|
static bind(options = {}) {
|
43
|
-
return new
|
43
|
+
return new any$({ ...any$.DEFAULT_OPTIONS, ...options });
|
44
44
|
}
|
45
45
|
onEventAny(func, fetchConfig) {
|
46
46
|
this.onMoveEvent(func, { type: "any::Any" }, fetchConfig);
|
47
47
|
return this;
|
48
48
|
}
|
49
49
|
}
|
50
|
-
(function (
|
50
|
+
(function (any$) {
|
51
51
|
let Any;
|
52
52
|
(function (Any) {
|
53
53
|
Any.TYPE_QNAME = "0x1::any::Any";
|
@@ -56,8 +56,8 @@ export class any_ extends AptosBaseProcessor {
|
|
56
56
|
return TYPE.apply();
|
57
57
|
}
|
58
58
|
Any.type = type;
|
59
|
-
})(Any =
|
60
|
-
})(
|
59
|
+
})(Any = any$.Any || (any$.Any = {}));
|
60
|
+
})(any$ || (any$ = {}));
|
61
61
|
export class dkg extends AptosBaseProcessor {
|
62
62
|
constructor(options) {
|
63
63
|
super("dkg", options);
|
@@ -1455,7 +1455,7 @@ export class table extends AptosBaseProcessor {
|
|
1455
1455
|
Table.type = type;
|
1456
1456
|
})(Table = table.Table || (table.Table = {}));
|
1457
1457
|
})(table || (table = {}));
|
1458
|
-
export class
|
1458
|
+
export class object$ extends AptosBaseProcessor {
|
1459
1459
|
constructor(options) {
|
1460
1460
|
super("object", options);
|
1461
1461
|
}
|
@@ -1464,7 +1464,7 @@ export class object_ extends AptosBaseProcessor {
|
|
1464
1464
|
network: AptosNetwork.MAIN_NET,
|
1465
1465
|
};
|
1466
1466
|
static bind(options = {}) {
|
1467
|
-
return new
|
1467
|
+
return new object$({ ...object$.DEFAULT_OPTIONS, ...options });
|
1468
1468
|
}
|
1469
1469
|
onEntryBurn(func, filter, fetchConfig) {
|
1470
1470
|
this.onEntryFunctionCall(func, {
|
@@ -1530,7 +1530,7 @@ export class object_ extends AptosBaseProcessor {
|
|
1530
1530
|
return this;
|
1531
1531
|
}
|
1532
1532
|
}
|
1533
|
-
(function (
|
1533
|
+
(function (object$) {
|
1534
1534
|
let ConstructorRef;
|
1535
1535
|
(function (ConstructorRef) {
|
1536
1536
|
ConstructorRef.TYPE_QNAME = "0x1::object::ConstructorRef";
|
@@ -1539,7 +1539,7 @@ export class object_ extends AptosBaseProcessor {
|
|
1539
1539
|
return TYPE.apply();
|
1540
1540
|
}
|
1541
1541
|
ConstructorRef.type = type;
|
1542
|
-
})(ConstructorRef =
|
1542
|
+
})(ConstructorRef = object$.ConstructorRef || (object$.ConstructorRef = {}));
|
1543
1543
|
let DeleteRef;
|
1544
1544
|
(function (DeleteRef) {
|
1545
1545
|
DeleteRef.TYPE_QNAME = "0x1::object::DeleteRef";
|
@@ -1548,7 +1548,7 @@ export class object_ extends AptosBaseProcessor {
|
|
1548
1548
|
return TYPE.apply();
|
1549
1549
|
}
|
1550
1550
|
DeleteRef.type = type;
|
1551
|
-
})(DeleteRef =
|
1551
|
+
})(DeleteRef = object$.DeleteRef || (object$.DeleteRef = {}));
|
1552
1552
|
let DeriveRef;
|
1553
1553
|
(function (DeriveRef) {
|
1554
1554
|
DeriveRef.TYPE_QNAME = "0x1::object::DeriveRef";
|
@@ -1557,7 +1557,7 @@ export class object_ extends AptosBaseProcessor {
|
|
1557
1557
|
return TYPE.apply();
|
1558
1558
|
}
|
1559
1559
|
DeriveRef.type = type;
|
1560
|
-
})(DeriveRef =
|
1560
|
+
})(DeriveRef = object$.DeriveRef || (object$.DeriveRef = {}));
|
1561
1561
|
let ExtendRef;
|
1562
1562
|
(function (ExtendRef) {
|
1563
1563
|
ExtendRef.TYPE_QNAME = "0x1::object::ExtendRef";
|
@@ -1566,7 +1566,7 @@ export class object_ extends AptosBaseProcessor {
|
|
1566
1566
|
return TYPE.apply();
|
1567
1567
|
}
|
1568
1568
|
ExtendRef.type = type;
|
1569
|
-
})(ExtendRef =
|
1569
|
+
})(ExtendRef = object$.ExtendRef || (object$.ExtendRef = {}));
|
1570
1570
|
let LinearTransferRef;
|
1571
1571
|
(function (LinearTransferRef) {
|
1572
1572
|
LinearTransferRef.TYPE_QNAME = "0x1::object::LinearTransferRef";
|
@@ -1575,7 +1575,7 @@ export class object_ extends AptosBaseProcessor {
|
|
1575
1575
|
return TYPE.apply();
|
1576
1576
|
}
|
1577
1577
|
LinearTransferRef.type = type;
|
1578
|
-
})(LinearTransferRef =
|
1578
|
+
})(LinearTransferRef = object$.LinearTransferRef || (object$.LinearTransferRef = {}));
|
1579
1579
|
let Object;
|
1580
1580
|
(function (Object) {
|
1581
1581
|
Object.TYPE_QNAME = "0x1::object::Object";
|
@@ -1584,7 +1584,7 @@ export class object_ extends AptosBaseProcessor {
|
|
1584
1584
|
return TYPE.apply(arg0);
|
1585
1585
|
}
|
1586
1586
|
Object.type = type;
|
1587
|
-
})(Object =
|
1587
|
+
})(Object = object$.Object || (object$.Object = {}));
|
1588
1588
|
let ObjectCore;
|
1589
1589
|
(function (ObjectCore) {
|
1590
1590
|
ObjectCore.TYPE_QNAME = "0x1::object::ObjectCore";
|
@@ -1593,7 +1593,7 @@ export class object_ extends AptosBaseProcessor {
|
|
1593
1593
|
return TYPE.apply();
|
1594
1594
|
}
|
1595
1595
|
ObjectCore.type = type;
|
1596
|
-
})(ObjectCore =
|
1596
|
+
})(ObjectCore = object$.ObjectCore || (object$.ObjectCore = {}));
|
1597
1597
|
let ObjectGroup;
|
1598
1598
|
(function (ObjectGroup) {
|
1599
1599
|
ObjectGroup.TYPE_QNAME = "0x1::object::ObjectGroup";
|
@@ -1602,7 +1602,7 @@ export class object_ extends AptosBaseProcessor {
|
|
1602
1602
|
return TYPE.apply();
|
1603
1603
|
}
|
1604
1604
|
ObjectGroup.type = type;
|
1605
|
-
})(ObjectGroup =
|
1605
|
+
})(ObjectGroup = object$.ObjectGroup || (object$.ObjectGroup = {}));
|
1606
1606
|
let TombStone;
|
1607
1607
|
(function (TombStone) {
|
1608
1608
|
TombStone.TYPE_QNAME = "0x1::object::TombStone";
|
@@ -1611,7 +1611,7 @@ export class object_ extends AptosBaseProcessor {
|
|
1611
1611
|
return TYPE.apply();
|
1612
1612
|
}
|
1613
1613
|
TombStone.type = type;
|
1614
|
-
})(TombStone =
|
1614
|
+
})(TombStone = object$.TombStone || (object$.TombStone = {}));
|
1615
1615
|
let Transfer;
|
1616
1616
|
(function (Transfer) {
|
1617
1617
|
Transfer.TYPE_QNAME = "0x1::object::Transfer";
|
@@ -1620,7 +1620,7 @@ export class object_ extends AptosBaseProcessor {
|
|
1620
1620
|
return TYPE.apply();
|
1621
1621
|
}
|
1622
1622
|
Transfer.type = type;
|
1623
|
-
})(Transfer =
|
1623
|
+
})(Transfer = object$.Transfer || (object$.Transfer = {}));
|
1624
1624
|
let TransferEvent;
|
1625
1625
|
(function (TransferEvent) {
|
1626
1626
|
TransferEvent.TYPE_QNAME = "0x1::object::TransferEvent";
|
@@ -1629,7 +1629,7 @@ export class object_ extends AptosBaseProcessor {
|
|
1629
1629
|
return TYPE.apply();
|
1630
1630
|
}
|
1631
1631
|
TransferEvent.type = type;
|
1632
|
-
})(TransferEvent =
|
1632
|
+
})(TransferEvent = object$.TransferEvent || (object$.TransferEvent = {}));
|
1633
1633
|
let TransferRef;
|
1634
1634
|
(function (TransferRef) {
|
1635
1635
|
TransferRef.TYPE_QNAME = "0x1::object::TransferRef";
|
@@ -1638,7 +1638,7 @@ export class object_ extends AptosBaseProcessor {
|
|
1638
1638
|
return TYPE.apply();
|
1639
1639
|
}
|
1640
1640
|
TransferRef.type = type;
|
1641
|
-
})(TransferRef =
|
1641
|
+
})(TransferRef = object$.TransferRef || (object$.TransferRef = {}));
|
1642
1642
|
let Untransferable;
|
1643
1643
|
(function (Untransferable) {
|
1644
1644
|
Untransferable.TYPE_QNAME = "0x1::object::Untransferable";
|
@@ -1647,8 +1647,8 @@ export class object_ extends AptosBaseProcessor {
|
|
1647
1647
|
return TYPE.apply();
|
1648
1648
|
}
|
1649
1649
|
Untransferable.type = type;
|
1650
|
-
})(Untransferable =
|
1651
|
-
})(
|
1650
|
+
})(Untransferable = object$.Untransferable || (object$.Untransferable = {}));
|
1651
|
+
})(object$ || (object$ = {}));
|
1652
1652
|
export class option extends AptosBaseProcessor {
|
1653
1653
|
constructor(options) {
|
1654
1654
|
super("option", options);
|
@@ -1676,7 +1676,7 @@ export class option extends AptosBaseProcessor {
|
|
1676
1676
|
Option.type = type;
|
1677
1677
|
})(Option = option.Option || (option.Option = {}));
|
1678
1678
|
})(option || (option = {}));
|
1679
|
-
export class
|
1679
|
+
export class string$ extends AptosBaseProcessor {
|
1680
1680
|
constructor(options) {
|
1681
1681
|
super("string", options);
|
1682
1682
|
}
|
@@ -1685,14 +1685,14 @@ export class string_ extends AptosBaseProcessor {
|
|
1685
1685
|
network: AptosNetwork.MAIN_NET,
|
1686
1686
|
};
|
1687
1687
|
static bind(options = {}) {
|
1688
|
-
return new
|
1688
|
+
return new string$({ ...string$.DEFAULT_OPTIONS, ...options });
|
1689
1689
|
}
|
1690
1690
|
onEventString(func, fetchConfig) {
|
1691
1691
|
this.onMoveEvent(func, { type: "string::String" }, fetchConfig);
|
1692
1692
|
return this;
|
1693
1693
|
}
|
1694
1694
|
}
|
1695
|
-
(function (
|
1695
|
+
(function (string$) {
|
1696
1696
|
let String;
|
1697
1697
|
(function (String) {
|
1698
1698
|
String.TYPE_QNAME = "0x1::string::String";
|
@@ -1701,8 +1701,8 @@ export class string_ extends AptosBaseProcessor {
|
|
1701
1701
|
return TYPE.apply();
|
1702
1702
|
}
|
1703
1703
|
String.type = type;
|
1704
|
-
})(String =
|
1705
|
-
})(
|
1704
|
+
})(String = string$.String || (string$.String = {}));
|
1705
|
+
})(string$ || (string$ = {}));
|
1706
1706
|
export class voting extends AptosBaseProcessor {
|
1707
1707
|
constructor(options) {
|
1708
1708
|
super("voting", options);
|
@@ -1081,7 +1081,7 @@ export declare namespace token_event_store {
|
|
1081
1081
|
description_mutate_events: _0x1.event.EventHandle<token_event_store.DescriptionMutateEvent>;
|
1082
1082
|
royalty_mutate_events: _0x1.event.EventHandle<token_event_store.RoyaltyMutateEvent>;
|
1083
1083
|
maximum_mutate_events: _0x1.event.EventHandle<token_event_store.MaxiumMutateEvent>;
|
1084
|
-
extension: _0x1.option.Option<_0x1.
|
1084
|
+
extension: _0x1.option.Option<_0x1.any$.Any>;
|
1085
1085
|
}
|
1086
1086
|
namespace TokenEventStoreV1 {
|
1087
1087
|
const TYPE_QNAME = "0x3::token_event_store::TokenEventStoreV1";
|