@sentio/sdk 2.59.0-rc.3 → 2.59.0-rc.30
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/api.d.ts +1 -0
- package/lib/aptos/api.d.ts.map +1 -1
- package/lib/aptos/api.js +13 -1
- package/lib/aptos/api.js.map +1 -1
- package/lib/aptos/aptos-plugin.d.ts +8 -4
- package/lib/aptos/aptos-plugin.d.ts.map +1 -1
- package/lib/aptos/aptos-plugin.js +51 -8
- package/lib/aptos/aptos-plugin.js.map +1 -1
- package/lib/aptos/aptos-processor.d.ts +21 -19
- package/lib/aptos/aptos-processor.d.ts.map +1 -1
- package/lib/aptos/aptos-processor.js +102 -50
- package/lib/aptos/aptos-processor.js.map +1 -1
- package/lib/aptos/aptos-resource-processor-template.d.ts +5 -4
- package/lib/aptos/aptos-resource-processor-template.d.ts.map +1 -1
- package/lib/aptos/aptos-resource-processor-template.js +8 -8
- package/lib/aptos/aptos-resource-processor-template.js.map +1 -1
- package/lib/aptos/builtin/0x1.d.ts +803 -317
- package/lib/aptos/builtin/0x1.d.ts.map +1 -1
- package/lib/aptos/builtin/0x1.js +1458 -635
- package/lib/aptos/builtin/0x1.js.map +1 -1
- package/lib/aptos/builtin/0x3.d.ts +66 -65
- package/lib/aptos/builtin/0x3.d.ts.map +1 -1
- package/lib/aptos/builtin/0x3.js +131 -131
- package/lib/aptos/builtin/0x3.js.map +1 -1
- package/lib/aptos/builtin/0x4.d.ts +29 -28
- package/lib/aptos/builtin/0x4.d.ts.map +1 -1
- package/lib/aptos/builtin/0x4.js +57 -57
- package/lib/aptos/builtin/0x4.js.map +1 -1
- package/lib/aptos/codegen/codegen.js +31 -4
- package/lib/aptos/codegen/codegen.js.map +1 -1
- package/lib/aptos/data.d.ts +45 -0
- package/lib/aptos/data.d.ts.map +1 -0
- package/lib/aptos/data.js +99 -0
- package/lib/aptos/data.js.map +1 -0
- package/lib/aptos/index.d.ts +1 -0
- package/lib/aptos/index.d.ts.map +1 -1
- package/lib/aptos/index.js.map +1 -1
- package/lib/aptos/models.d.ts +1 -0
- package/lib/aptos/models.d.ts.map +1 -1
- package/lib/aptos/move-coder.d.ts +8 -2
- package/lib/aptos/move-coder.d.ts.map +1 -1
- package/lib/aptos/move-coder.js +84 -1
- package/lib/aptos/move-coder.js.map +1 -1
- package/lib/aptos/network.d.ts +1 -0
- package/lib/aptos/network.d.ts.map +1 -1
- package/lib/aptos/network.js +1 -0
- package/lib/aptos/network.js.map +1 -1
- package/lib/btc/btc-plugin.d.ts +4 -1
- package/lib/btc/btc-plugin.d.ts.map +1 -1
- package/lib/btc/btc-plugin.js +27 -0
- package/lib/btc/btc-plugin.js.map +1 -1
- package/lib/btc/btc-processor.d.ts +6 -5
- package/lib/btc/btc-processor.d.ts.map +1 -1
- package/lib/btc/btc-processor.js +35 -9
- package/lib/btc/btc-processor.js.map +1 -1
- package/lib/btc/types.d.ts +2 -1
- package/lib/btc/types.d.ts.map +1 -1
- package/lib/core/base-context.d.ts +4 -2
- package/lib/core/base-context.d.ts.map +1 -1
- package/lib/core/base-context.js +8 -3
- package/lib/core/base-context.js.map +1 -1
- package/lib/core/event-logger.d.ts +5 -0
- package/lib/core/event-logger.d.ts.map +1 -1
- package/lib/core/event-logger.js +36 -1
- package/lib/core/event-logger.js.map +1 -1
- package/lib/core/handler-options.d.ts +25 -0
- package/lib/core/handler-options.d.ts.map +1 -0
- package/lib/core/handler-options.js +21 -0
- package/lib/core/handler-options.js.map +1 -0
- package/lib/core/index.d.ts +3 -1
- package/lib/core/index.d.ts.map +1 -1
- package/lib/core/index.js +3 -1
- package/lib/core/index.js.map +1 -1
- package/lib/core/meter.d.ts +45 -2
- package/lib/core/meter.d.ts.map +1 -1
- package/lib/core/meter.js +124 -2
- package/lib/core/meter.js.map +1 -1
- package/lib/core/numberish.d.ts +2 -1
- package/lib/core/numberish.d.ts.map +1 -1
- package/lib/core/numberish.js +35 -1
- package/lib/core/numberish.js.map +1 -1
- package/lib/core/partition-handler-manager.d.ts +44 -0
- package/lib/core/partition-handler-manager.d.ts.map +1 -0
- package/lib/core/partition-handler-manager.js +76 -0
- package/lib/core/partition-handler-manager.js.map +1 -0
- package/lib/cosmos/cosmos-processor.d.ts +3 -2
- package/lib/cosmos/cosmos-processor.d.ts.map +1 -1
- package/lib/cosmos/cosmos-processor.js +11 -1
- package/lib/cosmos/cosmos-processor.js.map +1 -1
- package/lib/cosmos/types.d.ts +1 -0
- package/lib/cosmos/types.d.ts.map +1 -1
- package/lib/eth/base-processor.d.ts +23 -17
- package/lib/eth/base-processor.d.ts.map +1 -1
- package/lib/eth/base-processor.js +173 -34
- package/lib/eth/base-processor.js.map +1 -1
- package/lib/eth/bind-options.d.ts +6 -0
- package/lib/eth/bind-options.d.ts.map +1 -1
- package/lib/eth/bind-options.js +2 -0
- package/lib/eth/bind-options.js.map +1 -1
- package/lib/eth/builtin/internal/eacaggregatorproxy-processor.d.ts +32 -31
- package/lib/eth/builtin/internal/eacaggregatorproxy-processor.d.ts.map +1 -1
- package/lib/eth/builtin/internal/eacaggregatorproxy-processor.js +62 -62
- package/lib/eth/builtin/internal/eacaggregatorproxy-processor.js.map +1 -1
- package/lib/eth/builtin/internal/erc1155-processor.d.ts +17 -16
- package/lib/eth/builtin/internal/erc1155-processor.d.ts.map +1 -1
- package/lib/eth/builtin/internal/erc1155-processor.js +32 -32
- package/lib/eth/builtin/internal/erc1155-processor.js.map +1 -1
- package/lib/eth/builtin/internal/erc20-processor.d.ts +25 -24
- package/lib/eth/builtin/internal/erc20-processor.d.ts.map +1 -1
- package/lib/eth/builtin/internal/erc20-processor.js +48 -48
- package/lib/eth/builtin/internal/erc20-processor.js.map +1 -1
- package/lib/eth/builtin/internal/erc20bytes-processor.d.ts +14 -13
- package/lib/eth/builtin/internal/erc20bytes-processor.d.ts.map +1 -1
- package/lib/eth/builtin/internal/erc20bytes-processor.js +26 -26
- package/lib/eth/builtin/internal/erc20bytes-processor.js.map +1 -1
- package/lib/eth/builtin/internal/erc721-processor.d.ts +21 -20
- package/lib/eth/builtin/internal/erc721-processor.d.ts.map +1 -1
- package/lib/eth/builtin/internal/erc721-processor.js +40 -40
- package/lib/eth/builtin/internal/erc721-processor.js.map +1 -1
- package/lib/eth/builtin/internal/weth9-processor.d.ts +20 -19
- package/lib/eth/builtin/internal/weth9-processor.d.ts.map +1 -1
- package/lib/eth/builtin/internal/weth9-processor.js +38 -38
- package/lib/eth/builtin/internal/weth9-processor.js.map +1 -1
- package/lib/eth/codegen/event-handler.js +2 -2
- package/lib/eth/codegen/event-handler.js.map +1 -1
- package/lib/eth/codegen/file.d.ts.map +1 -1
- package/lib/eth/codegen/file.js +1 -0
- package/lib/eth/codegen/file.js.map +1 -1
- package/lib/eth/codegen/functions-handler.js +2 -2
- package/lib/eth/codegen/functions-handler.js.map +1 -1
- package/lib/eth/eth-plugin.d.ts +5 -1
- package/lib/eth/eth-plugin.d.ts.map +1 -1
- package/lib/eth/eth-plugin.js +53 -5
- package/lib/eth/eth-plugin.js.map +1 -1
- package/lib/eth/eth.d.ts +2 -7
- package/lib/eth/eth.d.ts.map +1 -1
- package/lib/eth/eth.js +8 -1
- package/lib/eth/eth.js.map +1 -1
- package/lib/fuel/codegen/codegen.js +5 -5
- package/lib/fuel/codegen/codegen.js.map +1 -1
- package/lib/fuel/fuel-plugin.d.ts +4 -1
- package/lib/fuel/fuel-plugin.d.ts.map +1 -1
- package/lib/fuel/fuel-plugin.js +41 -0
- package/lib/fuel/fuel-plugin.js.map +1 -1
- package/lib/fuel/fuel-processor-template.d.ts +7 -4
- package/lib/fuel/fuel-processor-template.d.ts.map +1 -1
- package/lib/fuel/fuel-processor-template.js +11 -9
- package/lib/fuel/fuel-processor-template.js.map +1 -1
- package/lib/fuel/fuel-processor.d.ts +7 -7
- package/lib/fuel/fuel-processor.d.ts.map +1 -1
- package/lib/fuel/fuel-processor.js +91 -28
- package/lib/fuel/fuel-processor.js.map +1 -1
- package/lib/fuel/types.d.ts +3 -0
- package/lib/fuel/types.d.ts.map +1 -1
- package/lib/move/filter.d.ts +5 -0
- package/lib/move/filter.d.ts.map +1 -1
- package/lib/move/filter.js +5 -0
- package/lib/move/filter.js.map +1 -1
- package/lib/move/shared-network-codegen.d.ts.map +1 -1
- package/lib/move/shared-network-codegen.js +5 -4
- package/lib/move/shared-network-codegen.js.map +1 -1
- package/lib/solana/solana-processor.d.ts +10 -4
- package/lib/solana/solana-processor.d.ts.map +1 -1
- package/lib/solana/solana-processor.js +13 -4
- package/lib/solana/solana-processor.js.map +1 -1
- package/lib/stark/starknet-processor.d.ts +3 -1
- package/lib/stark/starknet-processor.d.ts.map +1 -1
- package/lib/stark/starknet-processor.js +32 -14
- package/lib/stark/starknet-processor.js.map +1 -1
- package/lib/store/codegen.d.ts.map +1 -1
- package/lib/store/codegen.js +36 -2
- package/lib/store/codegen.js.map +1 -1
- package/lib/store/schema.d.ts.map +1 -1
- package/lib/store/schema.js +3 -1
- package/lib/store/schema.js.map +1 -1
- package/lib/store/store.d.ts +4 -3
- package/lib/store/store.d.ts.map +1 -1
- package/lib/store/store.js +41 -1
- package/lib/store/store.js.map +1 -1
- package/lib/store/types.d.ts +20 -1
- package/lib/store/types.d.ts.map +1 -1
- package/lib/store/types.js +22 -0
- package/lib/store/types.js.map +1 -1
- package/lib/sui/builtin/0x1.d.ts +11 -6
- package/lib/sui/builtin/0x1.d.ts.map +1 -1
- package/lib/sui/builtin/0x1.js +13 -13
- package/lib/sui/builtin/0x1.js.map +1 -1
- package/lib/sui/builtin/0x2.d.ts +123 -59
- package/lib/sui/builtin/0x2.d.ts.map +1 -1
- package/lib/sui/builtin/0x2.js +397 -119
- package/lib/sui/builtin/0x2.js.map +1 -1
- package/lib/sui/builtin/0x3.d.ts +89 -61
- package/lib/sui/builtin/0x3.d.ts.map +1 -1
- package/lib/sui/builtin/0x3.js +222 -104
- package/lib/sui/builtin/0x3.js.map +1 -1
- package/lib/sui/models.d.ts +1 -0
- package/lib/sui/models.d.ts.map +1 -1
- package/lib/sui/sui-object-processor-template.js +1 -1
- package/lib/sui/sui-object-processor-template.js.map +1 -1
- package/lib/sui/sui-object-processor.d.ts +2 -0
- package/lib/sui/sui-object-processor.d.ts.map +1 -1
- package/lib/sui/sui-object-processor.js +4 -0
- package/lib/sui/sui-object-processor.js.map +1 -1
- package/lib/sui/sui-plugin.d.ts +6 -3
- package/lib/sui/sui-plugin.d.ts.map +1 -1
- package/lib/sui/sui-plugin.js +68 -24
- package/lib/sui/sui-plugin.js.map +1 -1
- package/lib/sui/sui-processor.d.ts +6 -4
- package/lib/sui/sui-processor.d.ts.map +1 -1
- package/lib/sui/sui-processor.js +48 -11
- package/lib/sui/sui-processor.js.map +1 -1
- package/lib/testing/eth-facet.d.ts +2 -1
- package/lib/testing/eth-facet.d.ts.map +1 -1
- package/lib/testing/eth-facet.js.map +1 -1
- package/lib/utils/block.d.ts +2 -0
- package/lib/utils/block.d.ts.map +1 -1
- package/lib/utils/block.js +13 -0
- package/lib/utils/block.js.map +1 -1
- package/package.json +9 -8
- package/src/aptos/abis/0x1.json +9650 -5284
- package/src/aptos/abis/0x3.json +13 -13
- package/src/aptos/abis/0x4.json +42 -42
- package/src/aptos/api.ts +13 -1
- package/src/aptos/aptos-plugin.ts +62 -13
- package/src/aptos/aptos-processor.ts +114 -74
- package/src/aptos/aptos-resource-processor-template.ts +9 -8
- package/src/aptos/builtin/0x1.ts +3105 -705
- package/src/aptos/builtin/0x3.ts +304 -131
- package/src/aptos/builtin/0x4.ts +125 -57
- package/src/aptos/codegen/codegen.ts +40 -5
- package/src/aptos/data.ts +123 -0
- package/src/aptos/index.ts +2 -0
- package/src/aptos/models.ts +2 -0
- package/src/aptos/move-coder.ts +96 -3
- package/src/aptos/network.ts +1 -0
- package/src/btc/btc-plugin.ts +38 -0
- package/src/btc/btc-processor.ts +35 -10
- package/src/btc/types.ts +2 -1
- package/src/core/base-context.ts +8 -3
- package/src/core/event-logger.ts +45 -1
- package/src/core/handler-options.ts +40 -0
- package/src/core/index.ts +17 -1
- package/src/core/meter.ts +159 -4
- package/src/core/numberish.ts +34 -1
- package/src/core/partition-handler-manager.ts +94 -0
- package/src/cosmos/cosmos-processor.ts +12 -1
- package/src/cosmos/types.ts +1 -0
- package/src/eth/base-processor.ts +163 -41
- package/src/eth/bind-options.ts +7 -0
- package/src/eth/builtin/internal/eacaggregatorproxy-processor.ts +118 -62
- package/src/eth/builtin/internal/erc1155-processor.ts +76 -32
- package/src/eth/builtin/internal/erc20-processor.ts +79 -48
- package/src/eth/builtin/internal/erc20bytes-processor.ts +47 -26
- package/src/eth/builtin/internal/erc721-processor.ts +77 -40
- package/src/eth/builtin/internal/weth9-processor.ts +79 -38
- package/src/eth/codegen/event-handler.ts +2 -2
- package/src/eth/codegen/file.ts +1 -0
- package/src/eth/codegen/functions-handler.ts +2 -2
- package/src/eth/eth-plugin.ts +76 -10
- package/src/eth/eth.ts +12 -1
- package/src/fuel/codegen/codegen.ts +5 -5
- package/src/fuel/fuel-plugin.ts +56 -0
- package/src/fuel/fuel-processor-template.ts +17 -10
- package/src/fuel/fuel-processor.ts +90 -22
- package/src/fuel/types.ts +3 -0
- package/src/move/filter.ts +5 -0
- package/src/move/shared-network-codegen.ts +5 -4
- package/src/solana/solana-processor.ts +28 -6
- package/src/stark/starknet-processor.ts +31 -13
- package/src/store/codegen.ts +50 -2
- package/src/store/schema.ts +3 -1
- package/src/store/store.ts +57 -4
- package/src/store/types.ts +30 -1
- package/src/sui/abis/0x1.json +8 -0
- package/src/sui/abis/0x2.json +437 -0
- package/src/sui/abis/0x3.json +116 -5
- package/src/sui/builtin/0x1.ts +28 -13
- package/src/sui/builtin/0x2.ts +631 -119
- package/src/sui/builtin/0x3.ts +450 -116
- package/src/sui/models.ts +2 -0
- package/src/sui/sui-object-processor-template.ts +1 -1
- package/src/sui/sui-object-processor.ts +6 -0
- package/src/sui/sui-plugin.ts +77 -26
- package/src/sui/sui-processor.ts +50 -11
- package/src/testing/eth-facet.ts +2 -1
- package/src/utils/block.ts +15 -0
@@ -1,4 +1,5 @@
|
|
1
1
|
import { CallFilter, MoveFetchConfig, EventFilter } from "@sentio/sdk/move";
|
2
|
+
import { HandlerOptions } from "@sentio/sdk";
|
2
3
|
import { AptosBindOptions, AptosBaseProcessor, TypedFunctionPayload, AptosContext } from "@sentio/sdk/aptos";
|
3
4
|
import { TypeDescriptor } from "@typemove/move";
|
4
5
|
import { MoveCoder, TypedEventInstance } from "@typemove/aptos";
|
@@ -30,11 +31,21 @@ export declare namespace bcs {
|
|
30
31
|
namespace entry { }
|
31
32
|
namespace view { }
|
32
33
|
}
|
34
|
+
export declare namespace cmp {
|
35
|
+
interface Ordering {
|
36
|
+
}
|
37
|
+
namespace Ordering {
|
38
|
+
const TYPE_QNAME = "0x1::cmp::Ordering";
|
39
|
+
function type(): TypeDescriptor<Ordering>;
|
40
|
+
}
|
41
|
+
namespace entry { }
|
42
|
+
namespace view { }
|
43
|
+
}
|
33
44
|
export declare class dkg extends AptosBaseProcessor {
|
34
45
|
constructor(options: AptosBindOptions);
|
35
46
|
static DEFAULT_OPTIONS: AptosBindOptions;
|
36
47
|
static bind(options?: Partial<AptosBindOptions>): dkg;
|
37
|
-
onEventDKGStartEvent(func: (event: dkg.DKGStartEventInstance, ctx: AptosContext) => void,
|
48
|
+
onEventDKGStartEvent(func: (event: dkg.DKGStartEventInstance, ctx: AptosContext) => void, handlerOptions?: HandlerOptions<MoveFetchConfig, dkg.DKGStartEventInstance>, eventFilter?: Omit<EventFilter, "type" | "account">): dkg;
|
38
49
|
}
|
39
50
|
export declare namespace dkg {
|
40
51
|
interface DKGSessionMetadata {
|
@@ -87,8 +98,8 @@ export declare class code extends AptosBaseProcessor {
|
|
87
98
|
constructor(options: AptosBindOptions);
|
88
99
|
static DEFAULT_OPTIONS: AptosBindOptions;
|
89
100
|
static bind(options?: Partial<AptosBindOptions>): code;
|
90
|
-
onEntryPublishPackageTxn(func: (call: code.PublishPackageTxnPayload, ctx: AptosContext) => void, filter?: CallFilter,
|
91
|
-
onEventPublishPackage(func: (event: code.PublishPackageInstance, ctx: AptosContext) => void,
|
101
|
+
onEntryPublishPackageTxn(func: (call: code.PublishPackageTxnPayload, ctx: AptosContext) => void, filter?: CallFilter, handlerOptions?: HandlerOptions<MoveFetchConfig, code.PublishPackageTxnPayload>): code;
|
102
|
+
onEventPublishPackage(func: (event: code.PublishPackageInstance, ctx: AptosContext) => void, handlerOptions?: HandlerOptions<MoveFetchConfig, code.PublishPackageInstance>, eventFilter?: Omit<EventFilter, "type" | "account">): code;
|
92
103
|
}
|
93
104
|
export declare namespace code {
|
94
105
|
interface AllowedDep {
|
@@ -99,6 +110,13 @@ export declare namespace code {
|
|
99
110
|
const TYPE_QNAME = "0x1::code::AllowedDep";
|
100
111
|
function type(): TypeDescriptor<AllowedDep>;
|
101
112
|
}
|
113
|
+
interface CodePublishingPermission {
|
114
|
+
dummy_field: boolean;
|
115
|
+
}
|
116
|
+
namespace CodePublishingPermission {
|
117
|
+
const TYPE_QNAME = "0x1::code::CodePublishingPermission";
|
118
|
+
function type(): TypeDescriptor<CodePublishingPermission>;
|
119
|
+
}
|
102
120
|
interface ModuleMetadata {
|
103
121
|
name: string;
|
104
122
|
source: string;
|
@@ -173,20 +191,21 @@ export declare class coin extends AptosBaseProcessor {
|
|
173
191
|
constructor(options: AptosBindOptions);
|
174
192
|
static DEFAULT_OPTIONS: AptosBindOptions;
|
175
193
|
static bind(options?: Partial<AptosBindOptions>): coin;
|
176
|
-
onEntryTransfer(func: (call: coin.TransferPayload, ctx: AptosContext) => void, filter?: CallFilter,
|
177
|
-
onEntryCreateCoinConversionMap(func: (call: coin.CreateCoinConversionMapPayload, ctx: AptosContext) => void, filter?: CallFilter,
|
178
|
-
onEntryCreatePairing(func: (call: coin.CreatePairingPayload, ctx: AptosContext) => void, filter?: CallFilter,
|
179
|
-
onEntryFreezeCoinStore(func: (call: coin.FreezeCoinStorePayload, ctx: AptosContext) => void, filter?: CallFilter,
|
180
|
-
onEntryMigrateCoinStoreToFungibleStore(func: (call: coin.MigrateCoinStoreToFungibleStorePayload, ctx: AptosContext) => void, filter?: CallFilter,
|
181
|
-
onEntryMigrateToFungibleStore(func: (call: coin.MigrateToFungibleStorePayload, ctx: AptosContext) => void, filter?: CallFilter,
|
182
|
-
onEntryUnfreezeCoinStore(func: (call: coin.UnfreezeCoinStorePayload, ctx: AptosContext) => void, filter?: CallFilter,
|
183
|
-
onEntryUpgradeSupply(func: (call: coin.UpgradeSupplyPayload, ctx: AptosContext) => void, filter?: CallFilter,
|
184
|
-
onEventDepositEvent(func: (event: coin.DepositEventInstance, ctx: AptosContext) => void,
|
185
|
-
onEventWithdrawEvent(func: (event: coin.WithdrawEventInstance, ctx: AptosContext) => void,
|
186
|
-
onEventCoinDeposit(func: (event: coin.CoinDepositInstance, ctx: AptosContext) => void,
|
187
|
-
onEventCoinEventHandleDeletion(func: (event: coin.CoinEventHandleDeletionInstance, ctx: AptosContext) => void,
|
188
|
-
|
189
|
-
|
194
|
+
onEntryTransfer(func: (call: coin.TransferPayload, ctx: AptosContext) => void, filter?: CallFilter, handlerOptions?: HandlerOptions<MoveFetchConfig, coin.TransferPayload>): coin;
|
195
|
+
onEntryCreateCoinConversionMap(func: (call: coin.CreateCoinConversionMapPayload, ctx: AptosContext) => void, filter?: CallFilter, handlerOptions?: HandlerOptions<MoveFetchConfig, coin.CreateCoinConversionMapPayload>): coin;
|
196
|
+
onEntryCreatePairing(func: (call: coin.CreatePairingPayload, ctx: AptosContext) => void, filter?: CallFilter, handlerOptions?: HandlerOptions<MoveFetchConfig, coin.CreatePairingPayload>): coin;
|
197
|
+
onEntryFreezeCoinStore(func: (call: coin.FreezeCoinStorePayload, ctx: AptosContext) => void, filter?: CallFilter, handlerOptions?: HandlerOptions<MoveFetchConfig, coin.FreezeCoinStorePayload>): coin;
|
198
|
+
onEntryMigrateCoinStoreToFungibleStore(func: (call: coin.MigrateCoinStoreToFungibleStorePayload, ctx: AptosContext) => void, filter?: CallFilter, handlerOptions?: HandlerOptions<MoveFetchConfig, coin.MigrateCoinStoreToFungibleStorePayload>): coin;
|
199
|
+
onEntryMigrateToFungibleStore(func: (call: coin.MigrateToFungibleStorePayload, ctx: AptosContext) => void, filter?: CallFilter, handlerOptions?: HandlerOptions<MoveFetchConfig, coin.MigrateToFungibleStorePayload>): coin;
|
200
|
+
onEntryUnfreezeCoinStore(func: (call: coin.UnfreezeCoinStorePayload, ctx: AptosContext) => void, filter?: CallFilter, handlerOptions?: HandlerOptions<MoveFetchConfig, coin.UnfreezeCoinStorePayload>): coin;
|
201
|
+
onEntryUpgradeSupply(func: (call: coin.UpgradeSupplyPayload, ctx: AptosContext) => void, filter?: CallFilter, handlerOptions?: HandlerOptions<MoveFetchConfig, coin.UpgradeSupplyPayload>): coin;
|
202
|
+
onEventDepositEvent(func: (event: coin.DepositEventInstance, ctx: AptosContext) => void, handlerOptions?: HandlerOptions<MoveFetchConfig, coin.DepositEventInstance>, eventFilter?: Omit<EventFilter, "type" | "account">): coin;
|
203
|
+
onEventWithdrawEvent(func: (event: coin.WithdrawEventInstance, ctx: AptosContext) => void, handlerOptions?: HandlerOptions<MoveFetchConfig, coin.WithdrawEventInstance>, eventFilter?: Omit<EventFilter, "type" | "account">): coin;
|
204
|
+
onEventCoinDeposit(func: (event: coin.CoinDepositInstance, ctx: AptosContext) => void, handlerOptions?: HandlerOptions<MoveFetchConfig, coin.CoinDepositInstance>, eventFilter?: Omit<EventFilter, "type" | "account">): coin;
|
205
|
+
onEventCoinEventHandleDeletion(func: (event: coin.CoinEventHandleDeletionInstance, ctx: AptosContext) => void, handlerOptions?: HandlerOptions<MoveFetchConfig, coin.CoinEventHandleDeletionInstance>, eventFilter?: Omit<EventFilter, "type" | "account">): coin;
|
206
|
+
onEventCoinStoreDeletion(func: (event: coin.CoinStoreDeletionInstance, ctx: AptosContext) => void, handlerOptions?: HandlerOptions<MoveFetchConfig, coin.CoinStoreDeletionInstance>, eventFilter?: Omit<EventFilter, "type" | "account">): coin;
|
207
|
+
onEventCoinWithdraw(func: (event: coin.CoinWithdrawInstance, ctx: AptosContext) => void, handlerOptions?: HandlerOptions<MoveFetchConfig, coin.CoinWithdrawInstance>, eventFilter?: Omit<EventFilter, "type" | "account">): coin;
|
208
|
+
onEventPairCreation(func: (event: coin.PairCreationInstance, ctx: AptosContext) => void, handlerOptions?: HandlerOptions<MoveFetchConfig, coin.PairCreationInstance>, eventFilter?: Omit<EventFilter, "type" | "account">): coin;
|
190
209
|
}
|
191
210
|
export declare namespace coin {
|
192
211
|
interface Deposit<T0> {
|
@@ -308,6 +327,20 @@ export declare namespace coin {
|
|
308
327
|
const TYPE_QNAME = "0x1::coin::CoinStore";
|
309
328
|
function type<T0>(arg0?: TypeDescriptor<T0>): TypeDescriptor<CoinStore<T0>>;
|
310
329
|
}
|
330
|
+
interface CoinStoreDeletion {
|
331
|
+
coin_type: string;
|
332
|
+
event_handle_creation_address: MoveAddressType;
|
333
|
+
deleted_deposit_event_handle_creation_number: bigint;
|
334
|
+
deleted_withdraw_event_handle_creation_number: bigint;
|
335
|
+
}
|
336
|
+
namespace CoinStoreDeletion {
|
337
|
+
const TYPE_QNAME = "0x1::coin::CoinStoreDeletion";
|
338
|
+
function type(): TypeDescriptor<CoinStoreDeletion>;
|
339
|
+
}
|
340
|
+
type CoinStoreDeletionInstance = TypedEventInstance<CoinStoreDeletion> & {
|
341
|
+
data_decoded: CoinStoreDeletion;
|
342
|
+
type_arguments: [];
|
343
|
+
};
|
311
344
|
interface CoinWithdraw {
|
312
345
|
coin_type: string;
|
313
346
|
account: MoveAddressType;
|
@@ -536,8 +569,8 @@ export declare class jwks extends AptosBaseProcessor {
|
|
536
569
|
constructor(options: AptosBindOptions);
|
537
570
|
static DEFAULT_OPTIONS: AptosBindOptions;
|
538
571
|
static bind(options?: Partial<AptosBindOptions>): jwks;
|
539
|
-
onEntryUpdateFederatedJwkSet(func: (call: jwks.UpdateFederatedJwkSetPayload, ctx: AptosContext) => void, filter?: CallFilter,
|
540
|
-
onEventObservedJWKsUpdated(func: (event: jwks.ObservedJWKsUpdatedInstance, ctx: AptosContext) => void,
|
572
|
+
onEntryUpdateFederatedJwkSet(func: (call: jwks.UpdateFederatedJwkSetPayload, ctx: AptosContext) => void, filter?: CallFilter, handlerOptions?: HandlerOptions<MoveFetchConfig, jwks.UpdateFederatedJwkSetPayload>): jwks;
|
573
|
+
onEventObservedJWKsUpdated(func: (event: jwks.ObservedJWKsUpdatedInstance, ctx: AptosContext) => void, handlerOptions?: HandlerOptions<MoveFetchConfig, jwks.ObservedJWKsUpdatedInstance>, eventFilter?: Omit<EventFilter, "type" | "account">): jwks;
|
541
574
|
}
|
542
575
|
export declare namespace jwks {
|
543
576
|
interface AllProvidersJWKs {
|
@@ -700,10 +733,10 @@ export declare class block extends AptosBaseProcessor {
|
|
700
733
|
constructor(options: AptosBindOptions);
|
701
734
|
static DEFAULT_OPTIONS: AptosBindOptions;
|
702
735
|
static bind(options?: Partial<AptosBindOptions>): block;
|
703
|
-
onEventNewBlock(func: (event: block.NewBlockInstance, ctx: AptosContext) => void,
|
704
|
-
onEventNewBlockEvent(func: (event: block.NewBlockEventInstance, ctx: AptosContext) => void,
|
705
|
-
onEventUpdateEpochInterval(func: (event: block.UpdateEpochIntervalInstance, ctx: AptosContext) => void,
|
706
|
-
onEventUpdateEpochIntervalEvent(func: (event: block.UpdateEpochIntervalEventInstance, ctx: AptosContext) => void,
|
736
|
+
onEventNewBlock(func: (event: block.NewBlockInstance, ctx: AptosContext) => void, handlerOptions?: HandlerOptions<MoveFetchConfig, block.NewBlockInstance>, eventFilter?: Omit<EventFilter, "type" | "account">): block;
|
737
|
+
onEventNewBlockEvent(func: (event: block.NewBlockEventInstance, ctx: AptosContext) => void, handlerOptions?: HandlerOptions<MoveFetchConfig, block.NewBlockEventInstance>, eventFilter?: Omit<EventFilter, "type" | "account">): block;
|
738
|
+
onEventUpdateEpochInterval(func: (event: block.UpdateEpochIntervalInstance, ctx: AptosContext) => void, handlerOptions?: HandlerOptions<MoveFetchConfig, block.UpdateEpochIntervalInstance>, eventFilter?: Omit<EventFilter, "type" | "account">): block;
|
739
|
+
onEventUpdateEpochIntervalEvent(func: (event: block.UpdateEpochIntervalEventInstance, ctx: AptosContext) => void, handlerOptions?: HandlerOptions<MoveFetchConfig, block.UpdateEpochIntervalEventInstance>, eventFilter?: Omit<EventFilter, "type" | "account">): block;
|
707
740
|
}
|
708
741
|
export declare namespace block {
|
709
742
|
interface BlockResource {
|
@@ -815,43 +848,43 @@ export declare class stake extends AptosBaseProcessor {
|
|
815
848
|
constructor(options: AptosBindOptions);
|
816
849
|
static DEFAULT_OPTIONS: AptosBindOptions;
|
817
850
|
static bind(options?: Partial<AptosBindOptions>): stake;
|
818
|
-
onEntryWithdraw(func: (call: stake.WithdrawPayload, ctx: AptosContext) => void, filter?: CallFilter,
|
819
|
-
onEntryAddStake(func: (call: stake.AddStakePayload, ctx: AptosContext) => void, filter?: CallFilter,
|
820
|
-
onEntryIncreaseLockup(func: (call: stake.IncreaseLockupPayload, ctx: AptosContext) => void, filter?: CallFilter,
|
821
|
-
onEntryInitializeStakeOwner(func: (call: stake.InitializeStakeOwnerPayload, ctx: AptosContext) => void, filter?: CallFilter,
|
822
|
-
onEntryInitializeValidator(func: (call: stake.InitializeValidatorPayload, ctx: AptosContext) => void, filter?: CallFilter,
|
823
|
-
onEntryJoinValidatorSet(func: (call: stake.JoinValidatorSetPayload, ctx: AptosContext) => void, filter?: CallFilter,
|
824
|
-
onEntryLeaveValidatorSet(func: (call: stake.LeaveValidatorSetPayload, ctx: AptosContext) => void, filter?: CallFilter,
|
825
|
-
onEntryReactivateStake(func: (call: stake.ReactivateStakePayload, ctx: AptosContext) => void, filter?: CallFilter,
|
826
|
-
onEntryRotateConsensusKey(func: (call: stake.RotateConsensusKeyPayload, ctx: AptosContext) => void, filter?: CallFilter,
|
827
|
-
onEntrySetDelegatedVoter(func: (call: stake.SetDelegatedVoterPayload, ctx: AptosContext) => void, filter?: CallFilter,
|
828
|
-
onEntrySetOperator(func: (call: stake.SetOperatorPayload, ctx: AptosContext) => void, filter?: CallFilter,
|
829
|
-
onEntryUnlock(func: (call: stake.UnlockPayload, ctx: AptosContext) => void, filter?: CallFilter,
|
830
|
-
onEntryUpdateNetworkAndFullnodeAddresses(func: (call: stake.UpdateNetworkAndFullnodeAddressesPayload, ctx: AptosContext) => void, filter?: CallFilter,
|
831
|
-
onEventAddStake(func: (event: stake.AddStakeInstance, ctx: AptosContext) => void,
|
832
|
-
onEventAddStakeEvent(func: (event: stake.AddStakeEventInstance, ctx: AptosContext) => void,
|
833
|
-
onEventDistributeRewards(func: (event: stake.DistributeRewardsInstance, ctx: AptosContext) => void,
|
834
|
-
onEventDistributeRewardsEvent(func: (event: stake.DistributeRewardsEventInstance, ctx: AptosContext) => void,
|
835
|
-
onEventIncreaseLockup(func: (event: stake.IncreaseLockupInstance, ctx: AptosContext) => void,
|
836
|
-
onEventIncreaseLockupEvent(func: (event: stake.IncreaseLockupEventInstance, ctx: AptosContext) => void,
|
837
|
-
onEventJoinValidatorSet(func: (event: stake.JoinValidatorSetInstance, ctx: AptosContext) => void,
|
838
|
-
onEventJoinValidatorSetEvent(func: (event: stake.JoinValidatorSetEventInstance, ctx: AptosContext) => void,
|
839
|
-
onEventLeaveValidatorSet(func: (event: stake.LeaveValidatorSetInstance, ctx: AptosContext) => void,
|
840
|
-
onEventLeaveValidatorSetEvent(func: (event: stake.LeaveValidatorSetEventInstance, ctx: AptosContext) => void,
|
841
|
-
onEventReactivateStake(func: (event: stake.ReactivateStakeInstance, ctx: AptosContext) => void,
|
842
|
-
onEventReactivateStakeEvent(func: (event: stake.ReactivateStakeEventInstance, ctx: AptosContext) => void,
|
843
|
-
onEventRegisterValidatorCandidate(func: (event: stake.RegisterValidatorCandidateInstance, ctx: AptosContext) => void,
|
844
|
-
onEventRegisterValidatorCandidateEvent(func: (event: stake.RegisterValidatorCandidateEventInstance, ctx: AptosContext) => void,
|
845
|
-
onEventRotateConsensusKey(func: (event: stake.RotateConsensusKeyInstance, ctx: AptosContext) => void,
|
846
|
-
onEventRotateConsensusKeyEvent(func: (event: stake.RotateConsensusKeyEventInstance, ctx: AptosContext) => void,
|
847
|
-
onEventSetOperator(func: (event: stake.SetOperatorInstance, ctx: AptosContext) => void,
|
848
|
-
onEventSetOperatorEvent(func: (event: stake.SetOperatorEventInstance, ctx: AptosContext) => void,
|
849
|
-
onEventUnlockStake(func: (event: stake.UnlockStakeInstance, ctx: AptosContext) => void,
|
850
|
-
onEventUnlockStakeEvent(func: (event: stake.UnlockStakeEventInstance, ctx: AptosContext) => void,
|
851
|
-
onEventUpdateNetworkAndFullnodeAddresses(func: (event: stake.UpdateNetworkAndFullnodeAddressesInstance, ctx: AptosContext) => void,
|
852
|
-
onEventUpdateNetworkAndFullnodeAddressesEvent(func: (event: stake.UpdateNetworkAndFullnodeAddressesEventInstance, ctx: AptosContext) => void,
|
853
|
-
onEventWithdrawStake(func: (event: stake.WithdrawStakeInstance, ctx: AptosContext) => void,
|
854
|
-
onEventWithdrawStakeEvent(func: (event: stake.WithdrawStakeEventInstance, ctx: AptosContext) => void,
|
851
|
+
onEntryWithdraw(func: (call: stake.WithdrawPayload, ctx: AptosContext) => void, filter?: CallFilter, handlerOptions?: HandlerOptions<MoveFetchConfig, stake.WithdrawPayload>): stake;
|
852
|
+
onEntryAddStake(func: (call: stake.AddStakePayload, ctx: AptosContext) => void, filter?: CallFilter, handlerOptions?: HandlerOptions<MoveFetchConfig, stake.AddStakePayload>): stake;
|
853
|
+
onEntryIncreaseLockup(func: (call: stake.IncreaseLockupPayload, ctx: AptosContext) => void, filter?: CallFilter, handlerOptions?: HandlerOptions<MoveFetchConfig, stake.IncreaseLockupPayload>): stake;
|
854
|
+
onEntryInitializeStakeOwner(func: (call: stake.InitializeStakeOwnerPayload, ctx: AptosContext) => void, filter?: CallFilter, handlerOptions?: HandlerOptions<MoveFetchConfig, stake.InitializeStakeOwnerPayload>): stake;
|
855
|
+
onEntryInitializeValidator(func: (call: stake.InitializeValidatorPayload, ctx: AptosContext) => void, filter?: CallFilter, handlerOptions?: HandlerOptions<MoveFetchConfig, stake.InitializeValidatorPayload>): stake;
|
856
|
+
onEntryJoinValidatorSet(func: (call: stake.JoinValidatorSetPayload, ctx: AptosContext) => void, filter?: CallFilter, handlerOptions?: HandlerOptions<MoveFetchConfig, stake.JoinValidatorSetPayload>): stake;
|
857
|
+
onEntryLeaveValidatorSet(func: (call: stake.LeaveValidatorSetPayload, ctx: AptosContext) => void, filter?: CallFilter, handlerOptions?: HandlerOptions<MoveFetchConfig, stake.LeaveValidatorSetPayload>): stake;
|
858
|
+
onEntryReactivateStake(func: (call: stake.ReactivateStakePayload, ctx: AptosContext) => void, filter?: CallFilter, handlerOptions?: HandlerOptions<MoveFetchConfig, stake.ReactivateStakePayload>): stake;
|
859
|
+
onEntryRotateConsensusKey(func: (call: stake.RotateConsensusKeyPayload, ctx: AptosContext) => void, filter?: CallFilter, handlerOptions?: HandlerOptions<MoveFetchConfig, stake.RotateConsensusKeyPayload>): stake;
|
860
|
+
onEntrySetDelegatedVoter(func: (call: stake.SetDelegatedVoterPayload, ctx: AptosContext) => void, filter?: CallFilter, handlerOptions?: HandlerOptions<MoveFetchConfig, stake.SetDelegatedVoterPayload>): stake;
|
861
|
+
onEntrySetOperator(func: (call: stake.SetOperatorPayload, ctx: AptosContext) => void, filter?: CallFilter, handlerOptions?: HandlerOptions<MoveFetchConfig, stake.SetOperatorPayload>): stake;
|
862
|
+
onEntryUnlock(func: (call: stake.UnlockPayload, ctx: AptosContext) => void, filter?: CallFilter, handlerOptions?: HandlerOptions<MoveFetchConfig, stake.UnlockPayload>): stake;
|
863
|
+
onEntryUpdateNetworkAndFullnodeAddresses(func: (call: stake.UpdateNetworkAndFullnodeAddressesPayload, ctx: AptosContext) => void, filter?: CallFilter, handlerOptions?: HandlerOptions<MoveFetchConfig, stake.UpdateNetworkAndFullnodeAddressesPayload>): stake;
|
864
|
+
onEventAddStake(func: (event: stake.AddStakeInstance, ctx: AptosContext) => void, handlerOptions?: HandlerOptions<MoveFetchConfig, stake.AddStakeInstance>, eventFilter?: Omit<EventFilter, "type" | "account">): stake;
|
865
|
+
onEventAddStakeEvent(func: (event: stake.AddStakeEventInstance, ctx: AptosContext) => void, handlerOptions?: HandlerOptions<MoveFetchConfig, stake.AddStakeEventInstance>, eventFilter?: Omit<EventFilter, "type" | "account">): stake;
|
866
|
+
onEventDistributeRewards(func: (event: stake.DistributeRewardsInstance, ctx: AptosContext) => void, handlerOptions?: HandlerOptions<MoveFetchConfig, stake.DistributeRewardsInstance>, eventFilter?: Omit<EventFilter, "type" | "account">): stake;
|
867
|
+
onEventDistributeRewardsEvent(func: (event: stake.DistributeRewardsEventInstance, ctx: AptosContext) => void, handlerOptions?: HandlerOptions<MoveFetchConfig, stake.DistributeRewardsEventInstance>, eventFilter?: Omit<EventFilter, "type" | "account">): stake;
|
868
|
+
onEventIncreaseLockup(func: (event: stake.IncreaseLockupInstance, ctx: AptosContext) => void, handlerOptions?: HandlerOptions<MoveFetchConfig, stake.IncreaseLockupInstance>, eventFilter?: Omit<EventFilter, "type" | "account">): stake;
|
869
|
+
onEventIncreaseLockupEvent(func: (event: stake.IncreaseLockupEventInstance, ctx: AptosContext) => void, handlerOptions?: HandlerOptions<MoveFetchConfig, stake.IncreaseLockupEventInstance>, eventFilter?: Omit<EventFilter, "type" | "account">): stake;
|
870
|
+
onEventJoinValidatorSet(func: (event: stake.JoinValidatorSetInstance, ctx: AptosContext) => void, handlerOptions?: HandlerOptions<MoveFetchConfig, stake.JoinValidatorSetInstance>, eventFilter?: Omit<EventFilter, "type" | "account">): stake;
|
871
|
+
onEventJoinValidatorSetEvent(func: (event: stake.JoinValidatorSetEventInstance, ctx: AptosContext) => void, handlerOptions?: HandlerOptions<MoveFetchConfig, stake.JoinValidatorSetEventInstance>, eventFilter?: Omit<EventFilter, "type" | "account">): stake;
|
872
|
+
onEventLeaveValidatorSet(func: (event: stake.LeaveValidatorSetInstance, ctx: AptosContext) => void, handlerOptions?: HandlerOptions<MoveFetchConfig, stake.LeaveValidatorSetInstance>, eventFilter?: Omit<EventFilter, "type" | "account">): stake;
|
873
|
+
onEventLeaveValidatorSetEvent(func: (event: stake.LeaveValidatorSetEventInstance, ctx: AptosContext) => void, handlerOptions?: HandlerOptions<MoveFetchConfig, stake.LeaveValidatorSetEventInstance>, eventFilter?: Omit<EventFilter, "type" | "account">): stake;
|
874
|
+
onEventReactivateStake(func: (event: stake.ReactivateStakeInstance, ctx: AptosContext) => void, handlerOptions?: HandlerOptions<MoveFetchConfig, stake.ReactivateStakeInstance>, eventFilter?: Omit<EventFilter, "type" | "account">): stake;
|
875
|
+
onEventReactivateStakeEvent(func: (event: stake.ReactivateStakeEventInstance, ctx: AptosContext) => void, handlerOptions?: HandlerOptions<MoveFetchConfig, stake.ReactivateStakeEventInstance>, eventFilter?: Omit<EventFilter, "type" | "account">): stake;
|
876
|
+
onEventRegisterValidatorCandidate(func: (event: stake.RegisterValidatorCandidateInstance, ctx: AptosContext) => void, handlerOptions?: HandlerOptions<MoveFetchConfig, stake.RegisterValidatorCandidateInstance>, eventFilter?: Omit<EventFilter, "type" | "account">): stake;
|
877
|
+
onEventRegisterValidatorCandidateEvent(func: (event: stake.RegisterValidatorCandidateEventInstance, ctx: AptosContext) => void, handlerOptions?: HandlerOptions<MoveFetchConfig, stake.RegisterValidatorCandidateEventInstance>, eventFilter?: Omit<EventFilter, "type" | "account">): stake;
|
878
|
+
onEventRotateConsensusKey(func: (event: stake.RotateConsensusKeyInstance, ctx: AptosContext) => void, handlerOptions?: HandlerOptions<MoveFetchConfig, stake.RotateConsensusKeyInstance>, eventFilter?: Omit<EventFilter, "type" | "account">): stake;
|
879
|
+
onEventRotateConsensusKeyEvent(func: (event: stake.RotateConsensusKeyEventInstance, ctx: AptosContext) => void, handlerOptions?: HandlerOptions<MoveFetchConfig, stake.RotateConsensusKeyEventInstance>, eventFilter?: Omit<EventFilter, "type" | "account">): stake;
|
880
|
+
onEventSetOperator(func: (event: stake.SetOperatorInstance, ctx: AptosContext) => void, handlerOptions?: HandlerOptions<MoveFetchConfig, stake.SetOperatorInstance>, eventFilter?: Omit<EventFilter, "type" | "account">): stake;
|
881
|
+
onEventSetOperatorEvent(func: (event: stake.SetOperatorEventInstance, ctx: AptosContext) => void, handlerOptions?: HandlerOptions<MoveFetchConfig, stake.SetOperatorEventInstance>, eventFilter?: Omit<EventFilter, "type" | "account">): stake;
|
882
|
+
onEventUnlockStake(func: (event: stake.UnlockStakeInstance, ctx: AptosContext) => void, handlerOptions?: HandlerOptions<MoveFetchConfig, stake.UnlockStakeInstance>, eventFilter?: Omit<EventFilter, "type" | "account">): stake;
|
883
|
+
onEventUnlockStakeEvent(func: (event: stake.UnlockStakeEventInstance, ctx: AptosContext) => void, handlerOptions?: HandlerOptions<MoveFetchConfig, stake.UnlockStakeEventInstance>, eventFilter?: Omit<EventFilter, "type" | "account">): stake;
|
884
|
+
onEventUpdateNetworkAndFullnodeAddresses(func: (event: stake.UpdateNetworkAndFullnodeAddressesInstance, ctx: AptosContext) => void, handlerOptions?: HandlerOptions<MoveFetchConfig, stake.UpdateNetworkAndFullnodeAddressesInstance>, eventFilter?: Omit<EventFilter, "type" | "account">): stake;
|
885
|
+
onEventUpdateNetworkAndFullnodeAddressesEvent(func: (event: stake.UpdateNetworkAndFullnodeAddressesEventInstance, ctx: AptosContext) => void, handlerOptions?: HandlerOptions<MoveFetchConfig, stake.UpdateNetworkAndFullnodeAddressesEventInstance>, eventFilter?: Omit<EventFilter, "type" | "account">): stake;
|
886
|
+
onEventWithdrawStake(func: (event: stake.WithdrawStakeInstance, ctx: AptosContext) => void, handlerOptions?: HandlerOptions<MoveFetchConfig, stake.WithdrawStakeInstance>, eventFilter?: Omit<EventFilter, "type" | "account">): stake;
|
887
|
+
onEventWithdrawStakeEvent(func: (event: stake.WithdrawStakeEventInstance, ctx: AptosContext) => void, handlerOptions?: HandlerOptions<MoveFetchConfig, stake.WithdrawStakeEventInstance>, eventFilter?: Omit<EventFilter, "type" | "account">): stake;
|
855
888
|
}
|
856
889
|
export declare namespace stake {
|
857
890
|
interface AddStake {
|
@@ -1099,6 +1132,13 @@ export declare namespace stake {
|
|
1099
1132
|
data_decoded: SetOperatorEvent;
|
1100
1133
|
type_arguments: [];
|
1101
1134
|
};
|
1135
|
+
interface StakeManagementPermission {
|
1136
|
+
dummy_field: boolean;
|
1137
|
+
}
|
1138
|
+
namespace StakeManagementPermission {
|
1139
|
+
const TYPE_QNAME = "0x1::stake::StakeManagementPermission";
|
1140
|
+
function type(): TypeDescriptor<StakeManagementPermission>;
|
1141
|
+
}
|
1102
1142
|
interface StakePool {
|
1103
1143
|
active: coin.Coin<aptos_coin.AptosCoin>;
|
1104
1144
|
inactive: coin.Coin<aptos_coin.AptosCoin>;
|
@@ -1415,13 +1455,13 @@ export declare class object$ extends AptosBaseProcessor {
|
|
1415
1455
|
constructor(options: AptosBindOptions);
|
1416
1456
|
static DEFAULT_OPTIONS: AptosBindOptions;
|
1417
1457
|
static bind(options?: Partial<AptosBindOptions>): object$;
|
1418
|
-
onEntryBurn(func: (call: object$.BurnPayload, ctx: AptosContext) => void, filter?: CallFilter,
|
1419
|
-
onEntryTransfer(func: (call: object$.TransferPayload, ctx: AptosContext) => void, filter?: CallFilter,
|
1420
|
-
onEntryTransferCall(func: (call: object$.TransferCallPayload, ctx: AptosContext) => void, filter?: CallFilter,
|
1421
|
-
onEntryTransferToObject(func: (call: object$.TransferToObjectPayload, ctx: AptosContext) => void, filter?: CallFilter,
|
1422
|
-
onEntryUnburn(func: (call: object$.UnburnPayload, ctx: AptosContext) => void, filter?: CallFilter,
|
1423
|
-
onEventTransfer(func: (event: object$.TransferInstance, ctx: AptosContext) => void,
|
1424
|
-
onEventTransferEvent(func: (event: object$.TransferEventInstance, ctx: AptosContext) => void,
|
1458
|
+
onEntryBurn(func: (call: object$.BurnPayload, ctx: AptosContext) => void, filter?: CallFilter, handlerOptions?: HandlerOptions<MoveFetchConfig, object$.BurnPayload>): object$;
|
1459
|
+
onEntryTransfer(func: (call: object$.TransferPayload, ctx: AptosContext) => void, filter?: CallFilter, handlerOptions?: HandlerOptions<MoveFetchConfig, object$.TransferPayload>): object$;
|
1460
|
+
onEntryTransferCall(func: (call: object$.TransferCallPayload, ctx: AptosContext) => void, filter?: CallFilter, handlerOptions?: HandlerOptions<MoveFetchConfig, object$.TransferCallPayload>): object$;
|
1461
|
+
onEntryTransferToObject(func: (call: object$.TransferToObjectPayload, ctx: AptosContext) => void, filter?: CallFilter, handlerOptions?: HandlerOptions<MoveFetchConfig, object$.TransferToObjectPayload>): object$;
|
1462
|
+
onEntryUnburn(func: (call: object$.UnburnPayload, ctx: AptosContext) => void, filter?: CallFilter, handlerOptions?: HandlerOptions<MoveFetchConfig, object$.UnburnPayload>): object$;
|
1463
|
+
onEventTransfer(func: (event: object$.TransferInstance, ctx: AptosContext) => void, handlerOptions?: HandlerOptions<MoveFetchConfig, object$.TransferInstance>, eventFilter?: Omit<EventFilter, "type" | "account">): object$;
|
1464
|
+
onEventTransferEvent(func: (event: object$.TransferEventInstance, ctx: AptosContext) => void, handlerOptions?: HandlerOptions<MoveFetchConfig, object$.TransferEventInstance>, eventFilter?: Omit<EventFilter, "type" | "account">): object$;
|
1425
1465
|
}
|
1426
1466
|
export declare namespace object$ {
|
1427
1467
|
interface ConstructorRef {
|
@@ -1516,6 +1556,13 @@ export declare namespace object$ {
|
|
1516
1556
|
data_decoded: TransferEvent;
|
1517
1557
|
type_arguments: [];
|
1518
1558
|
};
|
1559
|
+
interface TransferPermission {
|
1560
|
+
object: MoveAddressType;
|
1561
|
+
}
|
1562
|
+
namespace TransferPermission {
|
1563
|
+
const TYPE_QNAME = "0x1::object::TransferPermission";
|
1564
|
+
function type(): TypeDescriptor<TransferPermission>;
|
1565
|
+
}
|
1519
1566
|
interface TransferRef {
|
1520
1567
|
self: MoveAddressType;
|
1521
1568
|
}
|
@@ -1617,13 +1664,13 @@ export declare class voting extends AptosBaseProcessor {
|
|
1617
1664
|
constructor(options: AptosBindOptions);
|
1618
1665
|
static DEFAULT_OPTIONS: AptosBindOptions;
|
1619
1666
|
static bind(options?: Partial<AptosBindOptions>): voting;
|
1620
|
-
onEventCreateProposal(func: (event: voting.CreateProposalInstance, ctx: AptosContext) => void,
|
1621
|
-
onEventCreateProposalEvent(func: (event: voting.CreateProposalEventInstance, ctx: AptosContext) => void,
|
1622
|
-
onEventRegisterForum(func: (event: voting.RegisterForumInstance, ctx: AptosContext) => void,
|
1623
|
-
onEventRegisterForumEvent(func: (event: voting.RegisterForumEventInstance, ctx: AptosContext) => void,
|
1624
|
-
onEventResolveProposal(func: (event: voting.ResolveProposalInstance, ctx: AptosContext) => void,
|
1625
|
-
onEventVote(func: (event: voting.VoteInstance, ctx: AptosContext) => void,
|
1626
|
-
onEventVoteEvent(func: (event: voting.VoteEventInstance, ctx: AptosContext) => void,
|
1667
|
+
onEventCreateProposal(func: (event: voting.CreateProposalInstance, ctx: AptosContext) => void, handlerOptions?: HandlerOptions<MoveFetchConfig, voting.CreateProposalInstance>, eventFilter?: Omit<EventFilter, "type" | "account">): voting;
|
1668
|
+
onEventCreateProposalEvent(func: (event: voting.CreateProposalEventInstance, ctx: AptosContext) => void, handlerOptions?: HandlerOptions<MoveFetchConfig, voting.CreateProposalEventInstance>, eventFilter?: Omit<EventFilter, "type" | "account">): voting;
|
1669
|
+
onEventRegisterForum(func: (event: voting.RegisterForumInstance, ctx: AptosContext) => void, handlerOptions?: HandlerOptions<MoveFetchConfig, voting.RegisterForumInstance>, eventFilter?: Omit<EventFilter, "type" | "account">): voting;
|
1670
|
+
onEventRegisterForumEvent(func: (event: voting.RegisterForumEventInstance, ctx: AptosContext) => void, handlerOptions?: HandlerOptions<MoveFetchConfig, voting.RegisterForumEventInstance>, eventFilter?: Omit<EventFilter, "type" | "account">): voting;
|
1671
|
+
onEventResolveProposal(func: (event: voting.ResolveProposalInstance, ctx: AptosContext) => void, handlerOptions?: HandlerOptions<MoveFetchConfig, voting.ResolveProposalInstance>, eventFilter?: Omit<EventFilter, "type" | "account">): voting;
|
1672
|
+
onEventVote(func: (event: voting.VoteInstance, ctx: AptosContext) => void, handlerOptions?: HandlerOptions<MoveFetchConfig, voting.VoteInstance>, eventFilter?: Omit<EventFilter, "type" | "account">): voting;
|
1673
|
+
onEventVoteEvent(func: (event: voting.VoteEventInstance, ctx: AptosContext) => void, handlerOptions?: HandlerOptions<MoveFetchConfig, voting.VoteEventInstance>, eventFilter?: Omit<EventFilter, "type" | "account">): voting;
|
1627
1674
|
}
|
1628
1675
|
export declare namespace voting {
|
1629
1676
|
interface CreateProposal {
|
@@ -1738,6 +1785,13 @@ export declare namespace voting {
|
|
1738
1785
|
data_decoded: VoteEvent;
|
1739
1786
|
type_arguments: [];
|
1740
1787
|
};
|
1788
|
+
interface VotePermission {
|
1789
|
+
dummy_field: boolean;
|
1790
|
+
}
|
1791
|
+
namespace VotePermission {
|
1792
|
+
const TYPE_QNAME = "0x1::voting::VotePermission";
|
1793
|
+
function type(): TypeDescriptor<VotePermission>;
|
1794
|
+
}
|
1741
1795
|
interface VotingEvents {
|
1742
1796
|
create_proposal_events: event.EventHandle<voting.CreateProposalEvent>;
|
1743
1797
|
register_forum_events: event.EventHandle<voting.RegisterForumEvent>;
|
@@ -1825,20 +1879,20 @@ export declare class account extends AptosBaseProcessor {
|
|
1825
1879
|
constructor(options: AptosBindOptions);
|
1826
1880
|
static DEFAULT_OPTIONS: AptosBindOptions;
|
1827
1881
|
static bind(options?: Partial<AptosBindOptions>): account;
|
1828
|
-
onEntryOfferRotationCapability(func: (call: account.OfferRotationCapabilityPayload, ctx: AptosContext) => void, filter?: CallFilter,
|
1829
|
-
onEntryOfferSignerCapability(func: (call: account.OfferSignerCapabilityPayload, ctx: AptosContext) => void, filter?: CallFilter,
|
1830
|
-
onEntryRevokeAnyRotationCapability(func: (call: account.RevokeAnyRotationCapabilityPayload, ctx: AptosContext) => void, filter?: CallFilter,
|
1831
|
-
onEntryRevokeAnySignerCapability(func: (call: account.RevokeAnySignerCapabilityPayload, ctx: AptosContext) => void, filter?: CallFilter,
|
1832
|
-
onEntryRevokeRotationCapability(func: (call: account.RevokeRotationCapabilityPayload, ctx: AptosContext) => void, filter?: CallFilter,
|
1833
|
-
onEntryRevokeSignerCapability(func: (call: account.RevokeSignerCapabilityPayload, ctx: AptosContext) => void, filter?: CallFilter,
|
1834
|
-
onEntryRotateAuthenticationKey(func: (call: account.RotateAuthenticationKeyPayload, ctx: AptosContext) => void, filter?: CallFilter,
|
1835
|
-
onEntryRotateAuthenticationKeyCall(func: (call: account.RotateAuthenticationKeyCallPayload, ctx: AptosContext) => void, filter?: CallFilter,
|
1836
|
-
onEntryRotateAuthenticationKeyWithRotationCapability(func: (call: account.RotateAuthenticationKeyWithRotationCapabilityPayload, ctx: AptosContext) => void, filter?: CallFilter,
|
1837
|
-
onEntrySetOriginatingAddress(func: (call: account.SetOriginatingAddressPayload, ctx: AptosContext) => void, filter?: CallFilter,
|
1838
|
-
onEventCoinRegister(func: (event: account.CoinRegisterInstance, ctx: AptosContext) => void,
|
1839
|
-
onEventCoinRegisterEvent(func: (event: account.CoinRegisterEventInstance, ctx: AptosContext) => void,
|
1840
|
-
onEventKeyRotation(func: (event: account.KeyRotationInstance, ctx: AptosContext) => void,
|
1841
|
-
onEventKeyRotationEvent(func: (event: account.KeyRotationEventInstance, ctx: AptosContext) => void,
|
1882
|
+
onEntryOfferRotationCapability(func: (call: account.OfferRotationCapabilityPayload, ctx: AptosContext) => void, filter?: CallFilter, handlerOptions?: HandlerOptions<MoveFetchConfig, account.OfferRotationCapabilityPayload>): account;
|
1883
|
+
onEntryOfferSignerCapability(func: (call: account.OfferSignerCapabilityPayload, ctx: AptosContext) => void, filter?: CallFilter, handlerOptions?: HandlerOptions<MoveFetchConfig, account.OfferSignerCapabilityPayload>): account;
|
1884
|
+
onEntryRevokeAnyRotationCapability(func: (call: account.RevokeAnyRotationCapabilityPayload, ctx: AptosContext) => void, filter?: CallFilter, handlerOptions?: HandlerOptions<MoveFetchConfig, account.RevokeAnyRotationCapabilityPayload>): account;
|
1885
|
+
onEntryRevokeAnySignerCapability(func: (call: account.RevokeAnySignerCapabilityPayload, ctx: AptosContext) => void, filter?: CallFilter, handlerOptions?: HandlerOptions<MoveFetchConfig, account.RevokeAnySignerCapabilityPayload>): account;
|
1886
|
+
onEntryRevokeRotationCapability(func: (call: account.RevokeRotationCapabilityPayload, ctx: AptosContext) => void, filter?: CallFilter, handlerOptions?: HandlerOptions<MoveFetchConfig, account.RevokeRotationCapabilityPayload>): account;
|
1887
|
+
onEntryRevokeSignerCapability(func: (call: account.RevokeSignerCapabilityPayload, ctx: AptosContext) => void, filter?: CallFilter, handlerOptions?: HandlerOptions<MoveFetchConfig, account.RevokeSignerCapabilityPayload>): account;
|
1888
|
+
onEntryRotateAuthenticationKey(func: (call: account.RotateAuthenticationKeyPayload, ctx: AptosContext) => void, filter?: CallFilter, handlerOptions?: HandlerOptions<MoveFetchConfig, account.RotateAuthenticationKeyPayload>): account;
|
1889
|
+
onEntryRotateAuthenticationKeyCall(func: (call: account.RotateAuthenticationKeyCallPayload, ctx: AptosContext) => void, filter?: CallFilter, handlerOptions?: HandlerOptions<MoveFetchConfig, account.RotateAuthenticationKeyCallPayload>): account;
|
1890
|
+
onEntryRotateAuthenticationKeyWithRotationCapability(func: (call: account.RotateAuthenticationKeyWithRotationCapabilityPayload, ctx: AptosContext) => void, filter?: CallFilter, handlerOptions?: HandlerOptions<MoveFetchConfig, account.RotateAuthenticationKeyWithRotationCapabilityPayload>): account;
|
1891
|
+
onEntrySetOriginatingAddress(func: (call: account.SetOriginatingAddressPayload, ctx: AptosContext) => void, filter?: CallFilter, handlerOptions?: HandlerOptions<MoveFetchConfig, account.SetOriginatingAddressPayload>): account;
|
1892
|
+
onEventCoinRegister(func: (event: account.CoinRegisterInstance, ctx: AptosContext) => void, handlerOptions?: HandlerOptions<MoveFetchConfig, account.CoinRegisterInstance>, eventFilter?: Omit<EventFilter, "type" | "account">): account;
|
1893
|
+
onEventCoinRegisterEvent(func: (event: account.CoinRegisterEventInstance, ctx: AptosContext) => void, handlerOptions?: HandlerOptions<MoveFetchConfig, account.CoinRegisterEventInstance>, eventFilter?: Omit<EventFilter, "type" | "account">): account;
|
1894
|
+
onEventKeyRotation(func: (event: account.KeyRotationInstance, ctx: AptosContext) => void, handlerOptions?: HandlerOptions<MoveFetchConfig, account.KeyRotationInstance>, eventFilter?: Omit<EventFilter, "type" | "account">): account;
|
1895
|
+
onEventKeyRotationEvent(func: (event: account.KeyRotationEventInstance, ctx: AptosContext) => void, handlerOptions?: HandlerOptions<MoveFetchConfig, account.KeyRotationEventInstance>, eventFilter?: Omit<EventFilter, "type" | "account">): account;
|
1842
1896
|
}
|
1843
1897
|
export declare namespace account {
|
1844
1898
|
interface Account {
|
@@ -1854,6 +1908,12 @@ export declare namespace account {
|
|
1854
1908
|
const TYPE_QNAME = "0x1::account::Account";
|
1855
1909
|
function type(): TypeDescriptor<Account>;
|
1856
1910
|
}
|
1911
|
+
interface AccountPermission {
|
1912
|
+
}
|
1913
|
+
namespace AccountPermission {
|
1914
|
+
const TYPE_QNAME = "0x1::account::AccountPermission";
|
1915
|
+
function type(): TypeDescriptor<AccountPermission>;
|
1916
|
+
}
|
1857
1917
|
interface CapabilityOffer<T0> {
|
1858
1918
|
for: option.Option<MoveAddressType>;
|
1859
1919
|
}
|
@@ -2181,8 +2241,8 @@ export declare class version extends AptosBaseProcessor {
|
|
2181
2241
|
constructor(options: AptosBindOptions);
|
2182
2242
|
static DEFAULT_OPTIONS: AptosBindOptions;
|
2183
2243
|
static bind(options?: Partial<AptosBindOptions>): version;
|
2184
|
-
onEntrySetForNextEpoch(func: (call: version.SetForNextEpochPayload, ctx: AptosContext) => void, filter?: CallFilter,
|
2185
|
-
onEntrySetVersion(func: (call: version.SetVersionPayload, ctx: AptosContext) => void, filter?: CallFilter,
|
2244
|
+
onEntrySetForNextEpoch(func: (call: version.SetForNextEpochPayload, ctx: AptosContext) => void, filter?: CallFilter, handlerOptions?: HandlerOptions<MoveFetchConfig, version.SetForNextEpochPayload>): version;
|
2245
|
+
onEntrySetVersion(func: (call: version.SetVersionPayload, ctx: AptosContext) => void, filter?: CallFilter, handlerOptions?: HandlerOptions<MoveFetchConfig, version.SetVersionPayload>): version;
|
2186
2246
|
}
|
2187
2247
|
export declare namespace version {
|
2188
2248
|
interface SetVersionCapability {
|
@@ -2223,44 +2283,44 @@ export declare class vesting extends AptosBaseProcessor {
|
|
2223
2283
|
constructor(options: AptosBindOptions);
|
2224
2284
|
static DEFAULT_OPTIONS: AptosBindOptions;
|
2225
2285
|
static bind(options?: Partial<AptosBindOptions>): vesting;
|
2226
|
-
onEntrySetBeneficiaryForOperator(func: (call: vesting.SetBeneficiaryForOperatorPayload, ctx: AptosContext) => void, filter?: CallFilter,
|
2227
|
-
onEntryUpdateCommissionPercentage(func: (call: vesting.UpdateCommissionPercentagePayload, ctx: AptosContext) => void, filter?: CallFilter,
|
2228
|
-
onEntryDistribute(func: (call: vesting.DistributePayload, ctx: AptosContext) => void, filter?: CallFilter,
|
2229
|
-
onEntryResetLockup(func: (call: vesting.ResetLockupPayload, ctx: AptosContext) => void, filter?: CallFilter,
|
2230
|
-
onEntryUnlockRewards(func: (call: vesting.UnlockRewardsPayload, ctx: AptosContext) => void, filter?: CallFilter,
|
2231
|
-
onEntryUpdateVoter(func: (call: vesting.UpdateVoterPayload, ctx: AptosContext) => void, filter?: CallFilter,
|
2232
|
-
onEntryAdminWithdraw(func: (call: vesting.AdminWithdrawPayload, ctx: AptosContext) => void, filter?: CallFilter,
|
2233
|
-
onEntryDistributeMany(func: (call: vesting.DistributeManyPayload, ctx: AptosContext) => void, filter?: CallFilter,
|
2234
|
-
onEntryResetBeneficiary(func: (call: vesting.ResetBeneficiaryPayload, ctx: AptosContext) => void, filter?: CallFilter,
|
2235
|
-
onEntrySetBeneficiary(func: (call: vesting.SetBeneficiaryPayload, ctx: AptosContext) => void, filter?: CallFilter,
|
2236
|
-
onEntrySetBeneficiaryResetter(func: (call: vesting.SetBeneficiaryResetterPayload, ctx: AptosContext) => void, filter?: CallFilter,
|
2237
|
-
onEntrySetManagementRole(func: (call: vesting.SetManagementRolePayload, ctx: AptosContext) => void, filter?: CallFilter,
|
2238
|
-
onEntryTerminateVestingContract(func: (call: vesting.TerminateVestingContractPayload, ctx: AptosContext) => void, filter?: CallFilter,
|
2239
|
-
onEntryUnlockRewardsMany(func: (call: vesting.UnlockRewardsManyPayload, ctx: AptosContext) => void, filter?: CallFilter,
|
2240
|
-
onEntryUpdateOperator(func: (call: vesting.UpdateOperatorPayload, ctx: AptosContext) => void, filter?: CallFilter,
|
2241
|
-
onEntryUpdateOperatorWithSameCommission(func: (call: vesting.UpdateOperatorWithSameCommissionPayload, ctx: AptosContext) => void, filter?: CallFilter,
|
2242
|
-
onEntryVest(func: (call: vesting.VestPayload, ctx: AptosContext) => void, filter?: CallFilter,
|
2243
|
-
onEntryVestMany(func: (call: vesting.VestManyPayload, ctx: AptosContext) => void, filter?: CallFilter,
|
2244
|
-
onEventDistribute(func: (event: vesting.DistributeInstance, ctx: AptosContext) => void,
|
2245
|
-
onEventDistributeEvent(func: (event: vesting.DistributeEventInstance, ctx: AptosContext) => void,
|
2246
|
-
onEventResetLockup(func: (event: vesting.ResetLockupInstance, ctx: AptosContext) => void,
|
2247
|
-
onEventResetLockupEvent(func: (event: vesting.ResetLockupEventInstance, ctx: AptosContext) => void,
|
2248
|
-
onEventUpdateVoter(func: (event: vesting.UpdateVoterInstance, ctx: AptosContext) => void,
|
2249
|
-
onEventUpdateVoterEvent(func: (event: vesting.UpdateVoterEventInstance, ctx: AptosContext) => void,
|
2250
|
-
onEventAdminWithdraw(func: (event: vesting.AdminWithdrawInstance, ctx: AptosContext) => void,
|
2251
|
-
onEventAdminWithdrawEvent(func: (event: vesting.AdminWithdrawEventInstance, ctx: AptosContext) => void,
|
2252
|
-
onEventCreateVestingContract(func: (event: vesting.CreateVestingContractInstance, ctx: AptosContext) => void,
|
2253
|
-
onEventCreateVestingContractEvent(func: (event: vesting.CreateVestingContractEventInstance, ctx: AptosContext) => void,
|
2254
|
-
onEventSetBeneficiary(func: (event: vesting.SetBeneficiaryInstance, ctx: AptosContext) => void,
|
2255
|
-
onEventSetBeneficiaryEvent(func: (event: vesting.SetBeneficiaryEventInstance, ctx: AptosContext) => void,
|
2256
|
-
onEventTerminate(func: (event: vesting.TerminateInstance, ctx: AptosContext) => void,
|
2257
|
-
onEventTerminateEvent(func: (event: vesting.TerminateEventInstance, ctx: AptosContext) => void,
|
2258
|
-
onEventUnlockRewards(func: (event: vesting.UnlockRewardsInstance, ctx: AptosContext) => void,
|
2259
|
-
onEventUnlockRewardsEvent(func: (event: vesting.UnlockRewardsEventInstance, ctx: AptosContext) => void,
|
2260
|
-
onEventUpdateOperator(func: (event: vesting.UpdateOperatorInstance, ctx: AptosContext) => void,
|
2261
|
-
onEventUpdateOperatorEvent(func: (event: vesting.UpdateOperatorEventInstance, ctx: AptosContext) => void,
|
2262
|
-
onEventVest(func: (event: vesting.VestInstance, ctx: AptosContext) => void,
|
2263
|
-
onEventVestEvent(func: (event: vesting.VestEventInstance, ctx: AptosContext) => void,
|
2286
|
+
onEntrySetBeneficiaryForOperator(func: (call: vesting.SetBeneficiaryForOperatorPayload, ctx: AptosContext) => void, filter?: CallFilter, handlerOptions?: HandlerOptions<MoveFetchConfig, vesting.SetBeneficiaryForOperatorPayload>): vesting;
|
2287
|
+
onEntryUpdateCommissionPercentage(func: (call: vesting.UpdateCommissionPercentagePayload, ctx: AptosContext) => void, filter?: CallFilter, handlerOptions?: HandlerOptions<MoveFetchConfig, vesting.UpdateCommissionPercentagePayload>): vesting;
|
2288
|
+
onEntryDistribute(func: (call: vesting.DistributePayload, ctx: AptosContext) => void, filter?: CallFilter, handlerOptions?: HandlerOptions<MoveFetchConfig, vesting.DistributePayload>): vesting;
|
2289
|
+
onEntryResetLockup(func: (call: vesting.ResetLockupPayload, ctx: AptosContext) => void, filter?: CallFilter, handlerOptions?: HandlerOptions<MoveFetchConfig, vesting.ResetLockupPayload>): vesting;
|
2290
|
+
onEntryUnlockRewards(func: (call: vesting.UnlockRewardsPayload, ctx: AptosContext) => void, filter?: CallFilter, handlerOptions?: HandlerOptions<MoveFetchConfig, vesting.UnlockRewardsPayload>): vesting;
|
2291
|
+
onEntryUpdateVoter(func: (call: vesting.UpdateVoterPayload, ctx: AptosContext) => void, filter?: CallFilter, handlerOptions?: HandlerOptions<MoveFetchConfig, vesting.UpdateVoterPayload>): vesting;
|
2292
|
+
onEntryAdminWithdraw(func: (call: vesting.AdminWithdrawPayload, ctx: AptosContext) => void, filter?: CallFilter, handlerOptions?: HandlerOptions<MoveFetchConfig, vesting.AdminWithdrawPayload>): vesting;
|
2293
|
+
onEntryDistributeMany(func: (call: vesting.DistributeManyPayload, ctx: AptosContext) => void, filter?: CallFilter, handlerOptions?: HandlerOptions<MoveFetchConfig, vesting.DistributeManyPayload>): vesting;
|
2294
|
+
onEntryResetBeneficiary(func: (call: vesting.ResetBeneficiaryPayload, ctx: AptosContext) => void, filter?: CallFilter, handlerOptions?: HandlerOptions<MoveFetchConfig, vesting.ResetBeneficiaryPayload>): vesting;
|
2295
|
+
onEntrySetBeneficiary(func: (call: vesting.SetBeneficiaryPayload, ctx: AptosContext) => void, filter?: CallFilter, handlerOptions?: HandlerOptions<MoveFetchConfig, vesting.SetBeneficiaryPayload>): vesting;
|
2296
|
+
onEntrySetBeneficiaryResetter(func: (call: vesting.SetBeneficiaryResetterPayload, ctx: AptosContext) => void, filter?: CallFilter, handlerOptions?: HandlerOptions<MoveFetchConfig, vesting.SetBeneficiaryResetterPayload>): vesting;
|
2297
|
+
onEntrySetManagementRole(func: (call: vesting.SetManagementRolePayload, ctx: AptosContext) => void, filter?: CallFilter, handlerOptions?: HandlerOptions<MoveFetchConfig, vesting.SetManagementRolePayload>): vesting;
|
2298
|
+
onEntryTerminateVestingContract(func: (call: vesting.TerminateVestingContractPayload, ctx: AptosContext) => void, filter?: CallFilter, handlerOptions?: HandlerOptions<MoveFetchConfig, vesting.TerminateVestingContractPayload>): vesting;
|
2299
|
+
onEntryUnlockRewardsMany(func: (call: vesting.UnlockRewardsManyPayload, ctx: AptosContext) => void, filter?: CallFilter, handlerOptions?: HandlerOptions<MoveFetchConfig, vesting.UnlockRewardsManyPayload>): vesting;
|
2300
|
+
onEntryUpdateOperator(func: (call: vesting.UpdateOperatorPayload, ctx: AptosContext) => void, filter?: CallFilter, handlerOptions?: HandlerOptions<MoveFetchConfig, vesting.UpdateOperatorPayload>): vesting;
|
2301
|
+
onEntryUpdateOperatorWithSameCommission(func: (call: vesting.UpdateOperatorWithSameCommissionPayload, ctx: AptosContext) => void, filter?: CallFilter, handlerOptions?: HandlerOptions<MoveFetchConfig, vesting.UpdateOperatorWithSameCommissionPayload>): vesting;
|
2302
|
+
onEntryVest(func: (call: vesting.VestPayload, ctx: AptosContext) => void, filter?: CallFilter, handlerOptions?: HandlerOptions<MoveFetchConfig, vesting.VestPayload>): vesting;
|
2303
|
+
onEntryVestMany(func: (call: vesting.VestManyPayload, ctx: AptosContext) => void, filter?: CallFilter, handlerOptions?: HandlerOptions<MoveFetchConfig, vesting.VestManyPayload>): vesting;
|
2304
|
+
onEventDistribute(func: (event: vesting.DistributeInstance, ctx: AptosContext) => void, handlerOptions?: HandlerOptions<MoveFetchConfig, vesting.DistributeInstance>, eventFilter?: Omit<EventFilter, "type" | "account">): vesting;
|
2305
|
+
onEventDistributeEvent(func: (event: vesting.DistributeEventInstance, ctx: AptosContext) => void, handlerOptions?: HandlerOptions<MoveFetchConfig, vesting.DistributeEventInstance>, eventFilter?: Omit<EventFilter, "type" | "account">): vesting;
|
2306
|
+
onEventResetLockup(func: (event: vesting.ResetLockupInstance, ctx: AptosContext) => void, handlerOptions?: HandlerOptions<MoveFetchConfig, vesting.ResetLockupInstance>, eventFilter?: Omit<EventFilter, "type" | "account">): vesting;
|
2307
|
+
onEventResetLockupEvent(func: (event: vesting.ResetLockupEventInstance, ctx: AptosContext) => void, handlerOptions?: HandlerOptions<MoveFetchConfig, vesting.ResetLockupEventInstance>, eventFilter?: Omit<EventFilter, "type" | "account">): vesting;
|
2308
|
+
onEventUpdateVoter(func: (event: vesting.UpdateVoterInstance, ctx: AptosContext) => void, handlerOptions?: HandlerOptions<MoveFetchConfig, vesting.UpdateVoterInstance>, eventFilter?: Omit<EventFilter, "type" | "account">): vesting;
|
2309
|
+
onEventUpdateVoterEvent(func: (event: vesting.UpdateVoterEventInstance, ctx: AptosContext) => void, handlerOptions?: HandlerOptions<MoveFetchConfig, vesting.UpdateVoterEventInstance>, eventFilter?: Omit<EventFilter, "type" | "account">): vesting;
|
2310
|
+
onEventAdminWithdraw(func: (event: vesting.AdminWithdrawInstance, ctx: AptosContext) => void, handlerOptions?: HandlerOptions<MoveFetchConfig, vesting.AdminWithdrawInstance>, eventFilter?: Omit<EventFilter, "type" | "account">): vesting;
|
2311
|
+
onEventAdminWithdrawEvent(func: (event: vesting.AdminWithdrawEventInstance, ctx: AptosContext) => void, handlerOptions?: HandlerOptions<MoveFetchConfig, vesting.AdminWithdrawEventInstance>, eventFilter?: Omit<EventFilter, "type" | "account">): vesting;
|
2312
|
+
onEventCreateVestingContract(func: (event: vesting.CreateVestingContractInstance, ctx: AptosContext) => void, handlerOptions?: HandlerOptions<MoveFetchConfig, vesting.CreateVestingContractInstance>, eventFilter?: Omit<EventFilter, "type" | "account">): vesting;
|
2313
|
+
onEventCreateVestingContractEvent(func: (event: vesting.CreateVestingContractEventInstance, ctx: AptosContext) => void, handlerOptions?: HandlerOptions<MoveFetchConfig, vesting.CreateVestingContractEventInstance>, eventFilter?: Omit<EventFilter, "type" | "account">): vesting;
|
2314
|
+
onEventSetBeneficiary(func: (event: vesting.SetBeneficiaryInstance, ctx: AptosContext) => void, handlerOptions?: HandlerOptions<MoveFetchConfig, vesting.SetBeneficiaryInstance>, eventFilter?: Omit<EventFilter, "type" | "account">): vesting;
|
2315
|
+
onEventSetBeneficiaryEvent(func: (event: vesting.SetBeneficiaryEventInstance, ctx: AptosContext) => void, handlerOptions?: HandlerOptions<MoveFetchConfig, vesting.SetBeneficiaryEventInstance>, eventFilter?: Omit<EventFilter, "type" | "account">): vesting;
|
2316
|
+
onEventTerminate(func: (event: vesting.TerminateInstance, ctx: AptosContext) => void, handlerOptions?: HandlerOptions<MoveFetchConfig, vesting.TerminateInstance>, eventFilter?: Omit<EventFilter, "type" | "account">): vesting;
|
2317
|
+
onEventTerminateEvent(func: (event: vesting.TerminateEventInstance, ctx: AptosContext) => void, handlerOptions?: HandlerOptions<MoveFetchConfig, vesting.TerminateEventInstance>, eventFilter?: Omit<EventFilter, "type" | "account">): vesting;
|
2318
|
+
onEventUnlockRewards(func: (event: vesting.UnlockRewardsInstance, ctx: AptosContext) => void, handlerOptions?: HandlerOptions<MoveFetchConfig, vesting.UnlockRewardsInstance>, eventFilter?: Omit<EventFilter, "type" | "account">): vesting;
|
2319
|
+
onEventUnlockRewardsEvent(func: (event: vesting.UnlockRewardsEventInstance, ctx: AptosContext) => void, handlerOptions?: HandlerOptions<MoveFetchConfig, vesting.UnlockRewardsEventInstance>, eventFilter?: Omit<EventFilter, "type" | "account">): vesting;
|
2320
|
+
onEventUpdateOperator(func: (event: vesting.UpdateOperatorInstance, ctx: AptosContext) => void, handlerOptions?: HandlerOptions<MoveFetchConfig, vesting.UpdateOperatorInstance>, eventFilter?: Omit<EventFilter, "type" | "account">): vesting;
|
2321
|
+
onEventUpdateOperatorEvent(func: (event: vesting.UpdateOperatorEventInstance, ctx: AptosContext) => void, handlerOptions?: HandlerOptions<MoveFetchConfig, vesting.UpdateOperatorEventInstance>, eventFilter?: Omit<EventFilter, "type" | "account">): vesting;
|
2322
|
+
onEventVest(func: (event: vesting.VestInstance, ctx: AptosContext) => void, handlerOptions?: HandlerOptions<MoveFetchConfig, vesting.VestInstance>, eventFilter?: Omit<EventFilter, "type" | "account">): vesting;
|
2323
|
+
onEventVestEvent(func: (event: vesting.VestEventInstance, ctx: AptosContext) => void, handlerOptions?: HandlerOptions<MoveFetchConfig, vesting.VestEventInstance>, eventFilter?: Omit<EventFilter, "type" | "account">): vesting;
|
2264
2324
|
}
|
2265
2325
|
export declare namespace vesting {
|
2266
2326
|
interface Distribute {
|
@@ -2570,6 +2630,13 @@ export declare namespace vesting {
|
|
2570
2630
|
data_decoded: VestEvent;
|
2571
2631
|
type_arguments: [];
|
2572
2632
|
};
|
2633
|
+
interface VestPermission {
|
2634
|
+
dummy_field: boolean;
|
2635
|
+
}
|
2636
|
+
namespace VestPermission {
|
2637
|
+
const TYPE_QNAME = "0x1::vesting::VestPermission";
|
2638
|
+
function type(): TypeDescriptor<VestPermission>;
|
2639
|
+
}
|
2573
2640
|
interface VestingAccountManagement {
|
2574
2641
|
roles: simple_map.SimpleMap<string, MoveAddressType>;
|
2575
2642
|
}
|
@@ -2907,6 +2974,16 @@ export declare namespace pool_u64 {
|
|
2907
2974
|
namespace entry { }
|
2908
2975
|
namespace view { }
|
2909
2976
|
}
|
2977
|
+
export declare namespace auth_data {
|
2978
|
+
interface AbstractionAuthData {
|
2979
|
+
}
|
2980
|
+
namespace AbstractionAuthData {
|
2981
|
+
const TYPE_QNAME = "0x1::auth_data::AbstractionAuthData";
|
2982
|
+
function type(): TypeDescriptor<AbstractionAuthData>;
|
2983
|
+
}
|
2984
|
+
namespace entry { }
|
2985
|
+
namespace view { }
|
2986
|
+
}
|
2910
2987
|
export declare namespace secp256k1 {
|
2911
2988
|
interface ECDSARawPublicKey {
|
2912
2989
|
bytes: string;
|
@@ -2969,9 +3046,9 @@ export declare class aptos_coin extends AptosBaseProcessor {
|
|
2969
3046
|
constructor(options: AptosBindOptions);
|
2970
3047
|
static DEFAULT_OPTIONS: AptosBindOptions;
|
2971
3048
|
static bind(options?: Partial<AptosBindOptions>): aptos_coin;
|
2972
|
-
onEntryMint(func: (call: aptos_coin.MintPayload, ctx: AptosContext) => void, filter?: CallFilter,
|
2973
|
-
onEntryClaimMintCapability(func: (call: aptos_coin.ClaimMintCapabilityPayload, ctx: AptosContext) => void, filter?: CallFilter,
|
2974
|
-
onEntryDelegateMintCapability(func: (call: aptos_coin.DelegateMintCapabilityPayload, ctx: AptosContext) => void, filter?: CallFilter,
|
3049
|
+
onEntryMint(func: (call: aptos_coin.MintPayload, ctx: AptosContext) => void, filter?: CallFilter, handlerOptions?: HandlerOptions<MoveFetchConfig, aptos_coin.MintPayload>): aptos_coin;
|
3050
|
+
onEntryClaimMintCapability(func: (call: aptos_coin.ClaimMintCapabilityPayload, ctx: AptosContext) => void, filter?: CallFilter, handlerOptions?: HandlerOptions<MoveFetchConfig, aptos_coin.ClaimMintCapabilityPayload>): aptos_coin;
|
3051
|
+
onEntryDelegateMintCapability(func: (call: aptos_coin.DelegateMintCapabilityPayload, ctx: AptosContext) => void, filter?: CallFilter, handlerOptions?: HandlerOptions<MoveFetchConfig, aptos_coin.DelegateMintCapabilityPayload>): aptos_coin;
|
2975
3052
|
}
|
2976
3053
|
export declare namespace aptos_coin {
|
2977
3054
|
interface AptosCoin {
|
@@ -3034,6 +3111,33 @@ export declare namespace aptos_hash {
|
|
3034
3111
|
namespace entry { }
|
3035
3112
|
namespace view { }
|
3036
3113
|
}
|
3114
|
+
export declare class bcs_stream extends AptosBaseProcessor {
|
3115
|
+
constructor(options: AptosBindOptions);
|
3116
|
+
static DEFAULT_OPTIONS: AptosBindOptions;
|
3117
|
+
static bind(options?: Partial<AptosBindOptions>): bcs_stream;
|
3118
|
+
onEntryDeserializeU256Entry(func: (call: bcs_stream.DeserializeU256EntryPayload, ctx: AptosContext) => void, filter?: CallFilter, handlerOptions?: HandlerOptions<MoveFetchConfig, bcs_stream.DeserializeU256EntryPayload>): bcs_stream;
|
3119
|
+
}
|
3120
|
+
export declare namespace bcs_stream {
|
3121
|
+
interface BCSStream {
|
3122
|
+
data: string;
|
3123
|
+
cur: bigint;
|
3124
|
+
}
|
3125
|
+
namespace BCSStream {
|
3126
|
+
const TYPE_QNAME = "0x1::bcs_stream::BCSStream";
|
3127
|
+
function type(): TypeDescriptor<BCSStream>;
|
3128
|
+
}
|
3129
|
+
namespace entry {
|
3130
|
+
function deserializeU256Entry(client: Aptos, account: AptosAccount, request: {
|
3131
|
+
typeArguments: [];
|
3132
|
+
functionArguments: [string, bigint];
|
3133
|
+
}, options?: InputGenerateTransactionOptions): Promise<PendingTransactionResponse>;
|
3134
|
+
}
|
3135
|
+
namespace view { }
|
3136
|
+
interface DeserializeU256EntryPayload extends TypedFunctionPayload<[string, bigint]> {
|
3137
|
+
arguments_decoded: [string, bigint];
|
3138
|
+
type_arguments: [];
|
3139
|
+
}
|
3140
|
+
}
|
3037
3141
|
export declare namespace big_vector {
|
3038
3142
|
interface BigVector<T0> {
|
3039
3143
|
buckets: table_with_length.TableWithLength<bigint, T0[]>;
|
@@ -3110,7 +3214,7 @@ export declare class randomness extends AptosBaseProcessor {
|
|
3110
3214
|
constructor(options: AptosBindOptions);
|
3111
3215
|
static DEFAULT_OPTIONS: AptosBindOptions;
|
3112
3216
|
static bind(options?: Partial<AptosBindOptions>): randomness;
|
3113
|
-
onEventRandomnessGeneratedEvent(func: (event: randomness.RandomnessGeneratedEventInstance, ctx: AptosContext) => void,
|
3217
|
+
onEventRandomnessGeneratedEvent(func: (event: randomness.RandomnessGeneratedEventInstance, ctx: AptosContext) => void, handlerOptions?: HandlerOptions<MoveFetchConfig, randomness.RandomnessGeneratedEventInstance>, eventFilter?: Omit<EventFilter, "type" | "account">): randomness;
|
3114
3218
|
}
|
3115
3219
|
export declare namespace randomness {
|
3116
3220
|
interface PerBlockRandomness {
|
@@ -3155,6 +3259,30 @@ export declare namespace simple_map {
|
|
3155
3259
|
namespace entry { }
|
3156
3260
|
namespace view { }
|
3157
3261
|
}
|
3262
|
+
export declare namespace ordered_map {
|
3263
|
+
interface Entry<T0, T1> {
|
3264
|
+
key: T0;
|
3265
|
+
value: T1;
|
3266
|
+
}
|
3267
|
+
namespace Entry {
|
3268
|
+
const TYPE_QNAME = "0x1::ordered_map::Entry";
|
3269
|
+
function type<T0, T1>(arg0?: TypeDescriptor<T0>, arg1?: TypeDescriptor<T1>): TypeDescriptor<Entry<T0, T1>>;
|
3270
|
+
}
|
3271
|
+
interface IteratorPtr {
|
3272
|
+
}
|
3273
|
+
namespace IteratorPtr {
|
3274
|
+
const TYPE_QNAME = "0x1::ordered_map::IteratorPtr";
|
3275
|
+
function type(): TypeDescriptor<IteratorPtr>;
|
3276
|
+
}
|
3277
|
+
interface OrderedMap<T0, T1> {
|
3278
|
+
}
|
3279
|
+
namespace OrderedMap {
|
3280
|
+
const TYPE_QNAME = "0x1::ordered_map::OrderedMap";
|
3281
|
+
function type<T0, T1>(arg0?: TypeDescriptor<T0>, arg1?: TypeDescriptor<T1>): TypeDescriptor<OrderedMap<T0, T1>>;
|
3282
|
+
}
|
3283
|
+
namespace entry { }
|
3284
|
+
namespace view { }
|
3285
|
+
}
|
3158
3286
|
export declare namespace smart_table {
|
3159
3287
|
interface Entry<T0, T1> {
|
3160
3288
|
hash: bigint;
|
@@ -3288,11 +3416,11 @@ export declare class managed_coin extends AptosBaseProcessor {
|
|
3288
3416
|
constructor(options: AptosBindOptions);
|
3289
3417
|
static DEFAULT_OPTIONS: AptosBindOptions;
|
3290
3418
|
static bind(options?: Partial<AptosBindOptions>): managed_coin;
|
3291
|
-
onEntryInitialize(func: (call: managed_coin.InitializePayload, ctx: AptosContext) => void, filter?: CallFilter,
|
3292
|
-
onEntryBurn(func: (call: managed_coin.BurnPayload, ctx: AptosContext) => void, filter?: CallFilter,
|
3293
|
-
onEntryMint(func: (call: managed_coin.MintPayload, ctx: AptosContext) => void, filter?: CallFilter,
|
3294
|
-
onEntryRegister(func: (call: managed_coin.RegisterPayload, ctx: AptosContext) => void, filter?: CallFilter,
|
3295
|
-
onEntryDestroyCaps(func: (call: managed_coin.DestroyCapsPayload, ctx: AptosContext) => void, filter?: CallFilter,
|
3419
|
+
onEntryInitialize(func: (call: managed_coin.InitializePayload, ctx: AptosContext) => void, filter?: CallFilter, handlerOptions?: HandlerOptions<MoveFetchConfig, managed_coin.InitializePayload>): managed_coin;
|
3420
|
+
onEntryBurn(func: (call: managed_coin.BurnPayload, ctx: AptosContext) => void, filter?: CallFilter, handlerOptions?: HandlerOptions<MoveFetchConfig, managed_coin.BurnPayload>): managed_coin;
|
3421
|
+
onEntryMint(func: (call: managed_coin.MintPayload, ctx: AptosContext) => void, filter?: CallFilter, handlerOptions?: HandlerOptions<MoveFetchConfig, managed_coin.MintPayload>): managed_coin;
|
3422
|
+
onEntryRegister(func: (call: managed_coin.RegisterPayload, ctx: AptosContext) => void, filter?: CallFilter, handlerOptions?: HandlerOptions<MoveFetchConfig, managed_coin.RegisterPayload>): managed_coin;
|
3423
|
+
onEntryDestroyCaps(func: (call: managed_coin.DestroyCapsPayload, ctx: AptosContext) => void, filter?: CallFilter, handlerOptions?: HandlerOptions<MoveFetchConfig, managed_coin.DestroyCapsPayload>): managed_coin;
|
3296
3424
|
}
|
3297
3425
|
export declare namespace managed_coin {
|
3298
3426
|
interface Capabilities<T0> {
|
@@ -3352,6 +3480,16 @@ export declare namespace math_fixed64 {
|
|
3352
3480
|
namespace entry { }
|
3353
3481
|
namespace view { }
|
3354
3482
|
}
|
3483
|
+
export declare namespace rate_limiter {
|
3484
|
+
interface RateLimiter {
|
3485
|
+
}
|
3486
|
+
namespace RateLimiter {
|
3487
|
+
const TYPE_QNAME = "0x1::rate_limiter::RateLimiter";
|
3488
|
+
function type(): TypeDescriptor<RateLimiter>;
|
3489
|
+
}
|
3490
|
+
namespace entry { }
|
3491
|
+
namespace view { }
|
3492
|
+
}
|
3355
3493
|
export declare namespace ristretto255 {
|
3356
3494
|
interface CompressedRistretto {
|
3357
3495
|
data: string;
|
@@ -3449,17 +3587,17 @@ export declare class aptos_account extends AptosBaseProcessor {
|
|
3449
3587
|
constructor(options: AptosBindOptions);
|
3450
3588
|
static DEFAULT_OPTIONS: AptosBindOptions;
|
3451
3589
|
static bind(options?: Partial<AptosBindOptions>): aptos_account;
|
3452
|
-
onEntryCreateAccount(func: (call: aptos_account.CreateAccountPayload, ctx: AptosContext) => void, filter?: CallFilter,
|
3453
|
-
onEntryTransfer(func: (call: aptos_account.TransferPayload, ctx: AptosContext) => void, filter?: CallFilter,
|
3454
|
-
onEntryBatchTransfer(func: (call: aptos_account.BatchTransferPayload, ctx: AptosContext) => void, filter?: CallFilter,
|
3455
|
-
onEntryBatchTransferCoins(func: (call: aptos_account.BatchTransferCoinsPayload, ctx: AptosContext) => void, filter?: CallFilter,
|
3456
|
-
onEntryBatchTransferFungibleAssets(func: (call: aptos_account.BatchTransferFungibleAssetsPayload, ctx: AptosContext) => void, filter?: CallFilter,
|
3457
|
-
onEntryFungibleTransferOnly(func: (call: aptos_account.FungibleTransferOnlyPayload, ctx: AptosContext) => void, filter?: CallFilter,
|
3458
|
-
onEntrySetAllowDirectCoinTransfers(func: (call: aptos_account.SetAllowDirectCoinTransfersPayload, ctx: AptosContext) => void, filter?: CallFilter,
|
3459
|
-
onEntryTransferCoins(func: (call: aptos_account.TransferCoinsPayload, ctx: AptosContext) => void, filter?: CallFilter,
|
3460
|
-
onEntryTransferFungibleAssets(func: (call: aptos_account.TransferFungibleAssetsPayload, ctx: AptosContext) => void, filter?: CallFilter,
|
3461
|
-
onEventDirectCoinTransferConfigUpdated(func: (event: aptos_account.DirectCoinTransferConfigUpdatedInstance, ctx: AptosContext) => void,
|
3462
|
-
onEventDirectCoinTransferConfigUpdatedEvent(func: (event: aptos_account.DirectCoinTransferConfigUpdatedEventInstance, ctx: AptosContext) => void,
|
3590
|
+
onEntryCreateAccount(func: (call: aptos_account.CreateAccountPayload, ctx: AptosContext) => void, filter?: CallFilter, handlerOptions?: HandlerOptions<MoveFetchConfig, aptos_account.CreateAccountPayload>): aptos_account;
|
3591
|
+
onEntryTransfer(func: (call: aptos_account.TransferPayload, ctx: AptosContext) => void, filter?: CallFilter, handlerOptions?: HandlerOptions<MoveFetchConfig, aptos_account.TransferPayload>): aptos_account;
|
3592
|
+
onEntryBatchTransfer(func: (call: aptos_account.BatchTransferPayload, ctx: AptosContext) => void, filter?: CallFilter, handlerOptions?: HandlerOptions<MoveFetchConfig, aptos_account.BatchTransferPayload>): aptos_account;
|
3593
|
+
onEntryBatchTransferCoins(func: (call: aptos_account.BatchTransferCoinsPayload, ctx: AptosContext) => void, filter?: CallFilter, handlerOptions?: HandlerOptions<MoveFetchConfig, aptos_account.BatchTransferCoinsPayload>): aptos_account;
|
3594
|
+
onEntryBatchTransferFungibleAssets(func: (call: aptos_account.BatchTransferFungibleAssetsPayload, ctx: AptosContext) => void, filter?: CallFilter, handlerOptions?: HandlerOptions<MoveFetchConfig, aptos_account.BatchTransferFungibleAssetsPayload>): aptos_account;
|
3595
|
+
onEntryFungibleTransferOnly(func: (call: aptos_account.FungibleTransferOnlyPayload, ctx: AptosContext) => void, filter?: CallFilter, handlerOptions?: HandlerOptions<MoveFetchConfig, aptos_account.FungibleTransferOnlyPayload>): aptos_account;
|
3596
|
+
onEntrySetAllowDirectCoinTransfers(func: (call: aptos_account.SetAllowDirectCoinTransfersPayload, ctx: AptosContext) => void, filter?: CallFilter, handlerOptions?: HandlerOptions<MoveFetchConfig, aptos_account.SetAllowDirectCoinTransfersPayload>): aptos_account;
|
3597
|
+
onEntryTransferCoins(func: (call: aptos_account.TransferCoinsPayload, ctx: AptosContext) => void, filter?: CallFilter, handlerOptions?: HandlerOptions<MoveFetchConfig, aptos_account.TransferCoinsPayload>): aptos_account;
|
3598
|
+
onEntryTransferFungibleAssets(func: (call: aptos_account.TransferFungibleAssetsPayload, ctx: AptosContext) => void, filter?: CallFilter, handlerOptions?: HandlerOptions<MoveFetchConfig, aptos_account.TransferFungibleAssetsPayload>): aptos_account;
|
3599
|
+
onEventDirectCoinTransferConfigUpdated(func: (event: aptos_account.DirectCoinTransferConfigUpdatedInstance, ctx: AptosContext) => void, handlerOptions?: HandlerOptions<MoveFetchConfig, aptos_account.DirectCoinTransferConfigUpdatedInstance>, eventFilter?: Omit<EventFilter, "type" | "account">): aptos_account;
|
3600
|
+
onEventDirectCoinTransferConfigUpdatedEvent(func: (event: aptos_account.DirectCoinTransferConfigUpdatedEventInstance, ctx: AptosContext) => void, handlerOptions?: HandlerOptions<MoveFetchConfig, aptos_account.DirectCoinTransferConfigUpdatedEventInstance>, eventFilter?: Omit<EventFilter, "type" | "account">): aptos_account;
|
3463
3601
|
}
|
3464
3602
|
export declare namespace aptos_account {
|
3465
3603
|
interface DirectCoinTransferConfigUpdated {
|
@@ -3792,16 +3930,23 @@ export declare class staking_proxy extends AptosBaseProcessor {
|
|
3792
3930
|
constructor(options: AptosBindOptions);
|
3793
3931
|
static DEFAULT_OPTIONS: AptosBindOptions;
|
3794
3932
|
static bind(options?: Partial<AptosBindOptions>): staking_proxy;
|
3795
|
-
onEntrySetOperator(func: (call: staking_proxy.SetOperatorPayload, ctx: AptosContext) => void, filter?: CallFilter,
|
3796
|
-
onEntrySetStakePoolOperator(func: (call: staking_proxy.SetStakePoolOperatorPayload, ctx: AptosContext) => void, filter?: CallFilter,
|
3797
|
-
onEntrySetStakePoolVoter(func: (call: staking_proxy.SetStakePoolVoterPayload, ctx: AptosContext) => void, filter?: CallFilter,
|
3798
|
-
onEntrySetStakingContractOperator(func: (call: staking_proxy.SetStakingContractOperatorPayload, ctx: AptosContext) => void, filter?: CallFilter,
|
3799
|
-
onEntrySetStakingContractVoter(func: (call: staking_proxy.SetStakingContractVoterPayload, ctx: AptosContext) => void, filter?: CallFilter,
|
3800
|
-
onEntrySetVestingContractOperator(func: (call: staking_proxy.SetVestingContractOperatorPayload, ctx: AptosContext) => void, filter?: CallFilter,
|
3801
|
-
onEntrySetVestingContractVoter(func: (call: staking_proxy.SetVestingContractVoterPayload, ctx: AptosContext) => void, filter?: CallFilter,
|
3802
|
-
onEntrySetVoter(func: (call: staking_proxy.SetVoterPayload, ctx: AptosContext) => void, filter?: CallFilter,
|
3933
|
+
onEntrySetOperator(func: (call: staking_proxy.SetOperatorPayload, ctx: AptosContext) => void, filter?: CallFilter, handlerOptions?: HandlerOptions<MoveFetchConfig, staking_proxy.SetOperatorPayload>): staking_proxy;
|
3934
|
+
onEntrySetStakePoolOperator(func: (call: staking_proxy.SetStakePoolOperatorPayload, ctx: AptosContext) => void, filter?: CallFilter, handlerOptions?: HandlerOptions<MoveFetchConfig, staking_proxy.SetStakePoolOperatorPayload>): staking_proxy;
|
3935
|
+
onEntrySetStakePoolVoter(func: (call: staking_proxy.SetStakePoolVoterPayload, ctx: AptosContext) => void, filter?: CallFilter, handlerOptions?: HandlerOptions<MoveFetchConfig, staking_proxy.SetStakePoolVoterPayload>): staking_proxy;
|
3936
|
+
onEntrySetStakingContractOperator(func: (call: staking_proxy.SetStakingContractOperatorPayload, ctx: AptosContext) => void, filter?: CallFilter, handlerOptions?: HandlerOptions<MoveFetchConfig, staking_proxy.SetStakingContractOperatorPayload>): staking_proxy;
|
3937
|
+
onEntrySetStakingContractVoter(func: (call: staking_proxy.SetStakingContractVoterPayload, ctx: AptosContext) => void, filter?: CallFilter, handlerOptions?: HandlerOptions<MoveFetchConfig, staking_proxy.SetStakingContractVoterPayload>): staking_proxy;
|
3938
|
+
onEntrySetVestingContractOperator(func: (call: staking_proxy.SetVestingContractOperatorPayload, ctx: AptosContext) => void, filter?: CallFilter, handlerOptions?: HandlerOptions<MoveFetchConfig, staking_proxy.SetVestingContractOperatorPayload>): staking_proxy;
|
3939
|
+
onEntrySetVestingContractVoter(func: (call: staking_proxy.SetVestingContractVoterPayload, ctx: AptosContext) => void, filter?: CallFilter, handlerOptions?: HandlerOptions<MoveFetchConfig, staking_proxy.SetVestingContractVoterPayload>): staking_proxy;
|
3940
|
+
onEntrySetVoter(func: (call: staking_proxy.SetVoterPayload, ctx: AptosContext) => void, filter?: CallFilter, handlerOptions?: HandlerOptions<MoveFetchConfig, staking_proxy.SetVoterPayload>): staking_proxy;
|
3803
3941
|
}
|
3804
3942
|
export declare namespace staking_proxy {
|
3943
|
+
interface StakeProxyPermission {
|
3944
|
+
dummy_field: boolean;
|
3945
|
+
}
|
3946
|
+
namespace StakeProxyPermission {
|
3947
|
+
const TYPE_QNAME = "0x1::staking_proxy::StakeProxyPermission";
|
3948
|
+
function type(): TypeDescriptor<StakeProxyPermission>;
|
3949
|
+
}
|
3805
3950
|
namespace entry {
|
3806
3951
|
function setOperator(client: Aptos, account: AptosAccount, request: {
|
3807
3952
|
typeArguments: [];
|
@@ -3912,14 +4057,15 @@ export declare class fungible_asset extends AptosBaseProcessor {
|
|
3912
4057
|
constructor(options: AptosBindOptions);
|
3913
4058
|
static DEFAULT_OPTIONS: AptosBindOptions;
|
3914
4059
|
static bind(options?: Partial<AptosBindOptions>): fungible_asset;
|
3915
|
-
onEntryTransfer(func: (call: fungible_asset.TransferPayload, ctx: AptosContext) => void, filter?: CallFilter,
|
3916
|
-
onEntryUpgradeStoreToConcurrent(func: (call: fungible_asset.UpgradeStoreToConcurrentPayload, ctx: AptosContext) => void, filter?: CallFilter,
|
3917
|
-
onEventDeposit(func: (event: fungible_asset.DepositInstance, ctx: AptosContext) => void,
|
3918
|
-
onEventDepositEvent(func: (event: fungible_asset.DepositEventInstance, ctx: AptosContext) => void,
|
3919
|
-
onEventFrozen(func: (event: fungible_asset.FrozenInstance, ctx: AptosContext) => void,
|
3920
|
-
onEventFrozenEvent(func: (event: fungible_asset.FrozenEventInstance, ctx: AptosContext) => void,
|
3921
|
-
|
3922
|
-
|
4060
|
+
onEntryTransfer(func: (call: fungible_asset.TransferPayload, ctx: AptosContext) => void, filter?: CallFilter, handlerOptions?: HandlerOptions<MoveFetchConfig, fungible_asset.TransferPayload>): fungible_asset;
|
4061
|
+
onEntryUpgradeStoreToConcurrent(func: (call: fungible_asset.UpgradeStoreToConcurrentPayload, ctx: AptosContext) => void, filter?: CallFilter, handlerOptions?: HandlerOptions<MoveFetchConfig, fungible_asset.UpgradeStoreToConcurrentPayload>): fungible_asset;
|
4062
|
+
onEventDeposit(func: (event: fungible_asset.DepositInstance, ctx: AptosContext) => void, handlerOptions?: HandlerOptions<MoveFetchConfig, fungible_asset.DepositInstance>, eventFilter?: Omit<EventFilter, "type" | "account">): fungible_asset;
|
4063
|
+
onEventDepositEvent(func: (event: fungible_asset.DepositEventInstance, ctx: AptosContext) => void, handlerOptions?: HandlerOptions<MoveFetchConfig, fungible_asset.DepositEventInstance>, eventFilter?: Omit<EventFilter, "type" | "account">): fungible_asset;
|
4064
|
+
onEventFrozen(func: (event: fungible_asset.FrozenInstance, ctx: AptosContext) => void, handlerOptions?: HandlerOptions<MoveFetchConfig, fungible_asset.FrozenInstance>, eventFilter?: Omit<EventFilter, "type" | "account">): fungible_asset;
|
4065
|
+
onEventFrozenEvent(func: (event: fungible_asset.FrozenEventInstance, ctx: AptosContext) => void, handlerOptions?: HandlerOptions<MoveFetchConfig, fungible_asset.FrozenEventInstance>, eventFilter?: Omit<EventFilter, "type" | "account">): fungible_asset;
|
4066
|
+
onEventFungibleStoreDeletion(func: (event: fungible_asset.FungibleStoreDeletionInstance, ctx: AptosContext) => void, handlerOptions?: HandlerOptions<MoveFetchConfig, fungible_asset.FungibleStoreDeletionInstance>, eventFilter?: Omit<EventFilter, "type" | "account">): fungible_asset;
|
4067
|
+
onEventWithdraw(func: (event: fungible_asset.WithdrawInstance, ctx: AptosContext) => void, handlerOptions?: HandlerOptions<MoveFetchConfig, fungible_asset.WithdrawInstance>, eventFilter?: Omit<EventFilter, "type" | "account">): fungible_asset;
|
4068
|
+
onEventWithdrawEvent(func: (event: fungible_asset.WithdrawEventInstance, ctx: AptosContext) => void, handlerOptions?: HandlerOptions<MoveFetchConfig, fungible_asset.WithdrawEventInstance>, eventFilter?: Omit<EventFilter, "type" | "account">): fungible_asset;
|
3923
4069
|
}
|
3924
4070
|
export declare namespace fungible_asset {
|
3925
4071
|
interface TransferRef {
|
@@ -4045,6 +4191,19 @@ export declare namespace fungible_asset {
|
|
4045
4191
|
const TYPE_QNAME = "0x1::fungible_asset::FungibleStore";
|
4046
4192
|
function type(): TypeDescriptor<FungibleStore>;
|
4047
4193
|
}
|
4194
|
+
interface FungibleStoreDeletion {
|
4195
|
+
store: MoveAddressType;
|
4196
|
+
owner: MoveAddressType;
|
4197
|
+
metadata: MoveAddressType;
|
4198
|
+
}
|
4199
|
+
namespace FungibleStoreDeletion {
|
4200
|
+
const TYPE_QNAME = "0x1::fungible_asset::FungibleStoreDeletion";
|
4201
|
+
function type(): TypeDescriptor<FungibleStoreDeletion>;
|
4202
|
+
}
|
4203
|
+
type FungibleStoreDeletionInstance = TypedEventInstance<FungibleStoreDeletion> & {
|
4204
|
+
data_decoded: FungibleStoreDeletion;
|
4205
|
+
type_arguments: [];
|
4206
|
+
};
|
4048
4207
|
interface Metadata {
|
4049
4208
|
name: string;
|
4050
4209
|
symbol: string;
|
@@ -4070,6 +4229,20 @@ export declare namespace fungible_asset {
|
|
4070
4229
|
const TYPE_QNAME = "0x1::fungible_asset::MutateMetadataRef";
|
4071
4230
|
function type(): TypeDescriptor<MutateMetadataRef>;
|
4072
4231
|
}
|
4232
|
+
interface RawBalanceRef {
|
4233
|
+
metadata: object$.Object<fungible_asset.Metadata>;
|
4234
|
+
}
|
4235
|
+
namespace RawBalanceRef {
|
4236
|
+
const TYPE_QNAME = "0x1::fungible_asset::RawBalanceRef";
|
4237
|
+
function type(): TypeDescriptor<RawBalanceRef>;
|
4238
|
+
}
|
4239
|
+
interface RawSupplyRef {
|
4240
|
+
metadata: object$.Object<fungible_asset.Metadata>;
|
4241
|
+
}
|
4242
|
+
namespace RawSupplyRef {
|
4243
|
+
const TYPE_QNAME = "0x1::fungible_asset::RawSupplyRef";
|
4244
|
+
function type(): TypeDescriptor<RawSupplyRef>;
|
4245
|
+
}
|
4073
4246
|
interface Supply {
|
4074
4247
|
current: bigint;
|
4075
4248
|
maximum: option.Option<bigint>;
|
@@ -4101,6 +4274,12 @@ export declare namespace fungible_asset {
|
|
4101
4274
|
data_decoded: WithdrawEvent;
|
4102
4275
|
type_arguments: [];
|
4103
4276
|
};
|
4277
|
+
interface WithdrawPermission {
|
4278
|
+
}
|
4279
|
+
namespace WithdrawPermission {
|
4280
|
+
const TYPE_QNAME = "0x1::fungible_asset::WithdrawPermission";
|
4281
|
+
function type(): TypeDescriptor<WithdrawPermission>;
|
4282
|
+
}
|
4104
4283
|
namespace entry {
|
4105
4284
|
function transfer<T0 = any>(client: Aptos, account: AptosAccount, request: {
|
4106
4285
|
typeArguments: [MoveStructId];
|
@@ -4215,52 +4394,80 @@ export declare namespace staking_config {
|
|
4215
4394
|
function rewardRate(client: Aptos, version?: bigint): Promise<[bigint, bigint]>;
|
4216
4395
|
}
|
4217
4396
|
}
|
4397
|
+
export declare namespace big_ordered_map {
|
4398
|
+
interface IteratorPtr<T0> {
|
4399
|
+
}
|
4400
|
+
namespace IteratorPtr {
|
4401
|
+
const TYPE_QNAME = "0x1::big_ordered_map::IteratorPtr";
|
4402
|
+
function type<T0>(arg0?: TypeDescriptor<T0>): TypeDescriptor<IteratorPtr<T0>>;
|
4403
|
+
}
|
4404
|
+
interface BigOrderedMap<T0, T1> {
|
4405
|
+
}
|
4406
|
+
namespace BigOrderedMap {
|
4407
|
+
const TYPE_QNAME = "0x1::big_ordered_map::BigOrderedMap";
|
4408
|
+
function type<T0, T1>(arg0?: TypeDescriptor<T0>, arg1?: TypeDescriptor<T1>): TypeDescriptor<BigOrderedMap<T0, T1>>;
|
4409
|
+
}
|
4410
|
+
interface Child<T0> {
|
4411
|
+
}
|
4412
|
+
namespace Child {
|
4413
|
+
const TYPE_QNAME = "0x1::big_ordered_map::Child";
|
4414
|
+
function type<T0>(arg0?: TypeDescriptor<T0>): TypeDescriptor<Child<T0>>;
|
4415
|
+
}
|
4416
|
+
interface Node<T0, T1> {
|
4417
|
+
}
|
4418
|
+
namespace Node {
|
4419
|
+
const TYPE_QNAME = "0x1::big_ordered_map::Node";
|
4420
|
+
function type<T0, T1>(arg0?: TypeDescriptor<T0>, arg1?: TypeDescriptor<T1>): TypeDescriptor<Node<T0, T1>>;
|
4421
|
+
}
|
4422
|
+
namespace entry { }
|
4423
|
+
namespace view { }
|
4424
|
+
}
|
4218
4425
|
export declare class delegation_pool extends AptosBaseProcessor {
|
4219
4426
|
constructor(options: AptosBindOptions);
|
4220
4427
|
static DEFAULT_OPTIONS: AptosBindOptions;
|
4221
4428
|
static bind(options?: Partial<AptosBindOptions>): delegation_pool;
|
4222
|
-
onEntryWithdraw(func: (call: delegation_pool.WithdrawPayload, ctx: AptosContext) => void, filter?: CallFilter,
|
4223
|
-
onEntryCreateProposal(func: (call: delegation_pool.CreateProposalPayload, ctx: AptosContext) => void, filter?: CallFilter,
|
4224
|
-
onEntryVote(func: (call: delegation_pool.VotePayload, ctx: AptosContext) => void, filter?: CallFilter,
|
4225
|
-
onEntryAddStake(func: (call: delegation_pool.AddStakePayload, ctx: AptosContext) => void, filter?: CallFilter,
|
4226
|
-
onEntryReactivateStake(func: (call: delegation_pool.ReactivateStakePayload, ctx: AptosContext) => void, filter?: CallFilter,
|
4227
|
-
onEntrySetDelegatedVoter(func: (call: delegation_pool.SetDelegatedVoterPayload, ctx: AptosContext) => void, filter?: CallFilter,
|
4228
|
-
onEntrySetOperator(func: (call: delegation_pool.SetOperatorPayload, ctx: AptosContext) => void, filter?: CallFilter,
|
4229
|
-
onEntryUnlock(func: (call: delegation_pool.UnlockPayload, ctx: AptosContext) => void, filter?: CallFilter,
|
4230
|
-
onEntryAllowlistDelegator(func: (call: delegation_pool.AllowlistDelegatorPayload, ctx: AptosContext) => void, filter?: CallFilter,
|
4231
|
-
onEntryDelegateVotingPower(func: (call: delegation_pool.DelegateVotingPowerPayload, ctx: AptosContext) => void, filter?: CallFilter,
|
4232
|
-
onEntryDisableDelegatorsAllowlisting(func: (call: delegation_pool.DisableDelegatorsAllowlistingPayload, ctx: AptosContext) => void, filter?: CallFilter,
|
4233
|
-
onEntryEnableDelegatorsAllowlisting(func: (call: delegation_pool.EnableDelegatorsAllowlistingPayload, ctx: AptosContext) => void, filter?: CallFilter,
|
4234
|
-
onEntryEnablePartialGovernanceVoting(func: (call: delegation_pool.EnablePartialGovernanceVotingPayload, ctx: AptosContext) => void, filter?: CallFilter,
|
4235
|
-
onEntryEvictDelegator(func: (call: delegation_pool.EvictDelegatorPayload, ctx: AptosContext) => void, filter?: CallFilter,
|
4236
|
-
onEntryInitializeDelegationPool(func: (call: delegation_pool.InitializeDelegationPoolPayload, ctx: AptosContext) => void, filter?: CallFilter,
|
4237
|
-
onEntryRemoveDelegatorFromAllowlist(func: (call: delegation_pool.RemoveDelegatorFromAllowlistPayload, ctx: AptosContext) => void, filter?: CallFilter,
|
4238
|
-
onEntrySetBeneficiaryForOperator(func: (call: delegation_pool.SetBeneficiaryForOperatorPayload, ctx: AptosContext) => void, filter?: CallFilter,
|
4239
|
-
onEntrySynchronizeDelegationPool(func: (call: delegation_pool.SynchronizeDelegationPoolPayload, ctx: AptosContext) => void, filter?: CallFilter,
|
4240
|
-
onEntryUpdateCommissionPercentage(func: (call: delegation_pool.UpdateCommissionPercentagePayload, ctx: AptosContext) => void, filter?: CallFilter,
|
4241
|
-
onEventCreateProposal(func: (event: delegation_pool.CreateProposalInstance, ctx: AptosContext) => void,
|
4242
|
-
onEventCreateProposalEvent(func: (event: delegation_pool.CreateProposalEventInstance, ctx: AptosContext) => void,
|
4243
|
-
onEventVote(func: (event: delegation_pool.VoteInstance, ctx: AptosContext) => void,
|
4244
|
-
onEventVoteEvent(func: (event: delegation_pool.VoteEventInstance, ctx: AptosContext) => void,
|
4245
|
-
onEventAddStake(func: (event: delegation_pool.AddStakeInstance, ctx: AptosContext) => void,
|
4246
|
-
onEventAddStakeEvent(func: (event: delegation_pool.AddStakeEventInstance, ctx: AptosContext) => void,
|
4247
|
-
onEventReactivateStake(func: (event: delegation_pool.ReactivateStakeInstance, ctx: AptosContext) => void,
|
4248
|
-
onEventReactivateStakeEvent(func: (event: delegation_pool.ReactivateStakeEventInstance, ctx: AptosContext) => void,
|
4249
|
-
onEventUnlockStake(func: (event: delegation_pool.UnlockStakeInstance, ctx: AptosContext) => void,
|
4250
|
-
onEventUnlockStakeEvent(func: (event: delegation_pool.UnlockStakeEventInstance, ctx: AptosContext) => void,
|
4251
|
-
onEventWithdrawStake(func: (event: delegation_pool.WithdrawStakeInstance, ctx: AptosContext) => void,
|
4252
|
-
onEventWithdrawStakeEvent(func: (event: delegation_pool.WithdrawStakeEventInstance, ctx: AptosContext) => void,
|
4253
|
-
onEventAllowlistDelegator(func: (event: delegation_pool.AllowlistDelegatorInstance, ctx: AptosContext) => void,
|
4254
|
-
onEventCommissionPercentageChange(func: (event: delegation_pool.CommissionPercentageChangeInstance, ctx: AptosContext) => void,
|
4255
|
-
onEventDelegateVotingPower(func: (event: delegation_pool.DelegateVotingPowerInstance, ctx: AptosContext) => void,
|
4256
|
-
onEventDelegateVotingPowerEvent(func: (event: delegation_pool.DelegateVotingPowerEventInstance, ctx: AptosContext) => void,
|
4257
|
-
onEventDisableDelegatorsAllowlisting(func: (event: delegation_pool.DisableDelegatorsAllowlistingInstance, ctx: AptosContext) => void,
|
4258
|
-
onEventDistributeCommission(func: (event: delegation_pool.DistributeCommissionInstance, ctx: AptosContext) => void,
|
4259
|
-
onEventDistributeCommissionEvent(func: (event: delegation_pool.DistributeCommissionEventInstance, ctx: AptosContext) => void,
|
4260
|
-
onEventEnableDelegatorsAllowlisting(func: (event: delegation_pool.EnableDelegatorsAllowlistingInstance, ctx: AptosContext) => void,
|
4261
|
-
onEventEvictDelegator(func: (event: delegation_pool.EvictDelegatorInstance, ctx: AptosContext) => void,
|
4262
|
-
onEventRemoveDelegatorFromAllowlist(func: (event: delegation_pool.RemoveDelegatorFromAllowlistInstance, ctx: AptosContext) => void,
|
4263
|
-
onEventSetBeneficiaryForOperator(func: (event: delegation_pool.SetBeneficiaryForOperatorInstance, ctx: AptosContext) => void,
|
4429
|
+
onEntryWithdraw(func: (call: delegation_pool.WithdrawPayload, ctx: AptosContext) => void, filter?: CallFilter, handlerOptions?: HandlerOptions<MoveFetchConfig, delegation_pool.WithdrawPayload>): delegation_pool;
|
4430
|
+
onEntryCreateProposal(func: (call: delegation_pool.CreateProposalPayload, ctx: AptosContext) => void, filter?: CallFilter, handlerOptions?: HandlerOptions<MoveFetchConfig, delegation_pool.CreateProposalPayload>): delegation_pool;
|
4431
|
+
onEntryVote(func: (call: delegation_pool.VotePayload, ctx: AptosContext) => void, filter?: CallFilter, handlerOptions?: HandlerOptions<MoveFetchConfig, delegation_pool.VotePayload>): delegation_pool;
|
4432
|
+
onEntryAddStake(func: (call: delegation_pool.AddStakePayload, ctx: AptosContext) => void, filter?: CallFilter, handlerOptions?: HandlerOptions<MoveFetchConfig, delegation_pool.AddStakePayload>): delegation_pool;
|
4433
|
+
onEntryReactivateStake(func: (call: delegation_pool.ReactivateStakePayload, ctx: AptosContext) => void, filter?: CallFilter, handlerOptions?: HandlerOptions<MoveFetchConfig, delegation_pool.ReactivateStakePayload>): delegation_pool;
|
4434
|
+
onEntrySetDelegatedVoter(func: (call: delegation_pool.SetDelegatedVoterPayload, ctx: AptosContext) => void, filter?: CallFilter, handlerOptions?: HandlerOptions<MoveFetchConfig, delegation_pool.SetDelegatedVoterPayload>): delegation_pool;
|
4435
|
+
onEntrySetOperator(func: (call: delegation_pool.SetOperatorPayload, ctx: AptosContext) => void, filter?: CallFilter, handlerOptions?: HandlerOptions<MoveFetchConfig, delegation_pool.SetOperatorPayload>): delegation_pool;
|
4436
|
+
onEntryUnlock(func: (call: delegation_pool.UnlockPayload, ctx: AptosContext) => void, filter?: CallFilter, handlerOptions?: HandlerOptions<MoveFetchConfig, delegation_pool.UnlockPayload>): delegation_pool;
|
4437
|
+
onEntryAllowlistDelegator(func: (call: delegation_pool.AllowlistDelegatorPayload, ctx: AptosContext) => void, filter?: CallFilter, handlerOptions?: HandlerOptions<MoveFetchConfig, delegation_pool.AllowlistDelegatorPayload>): delegation_pool;
|
4438
|
+
onEntryDelegateVotingPower(func: (call: delegation_pool.DelegateVotingPowerPayload, ctx: AptosContext) => void, filter?: CallFilter, handlerOptions?: HandlerOptions<MoveFetchConfig, delegation_pool.DelegateVotingPowerPayload>): delegation_pool;
|
4439
|
+
onEntryDisableDelegatorsAllowlisting(func: (call: delegation_pool.DisableDelegatorsAllowlistingPayload, ctx: AptosContext) => void, filter?: CallFilter, handlerOptions?: HandlerOptions<MoveFetchConfig, delegation_pool.DisableDelegatorsAllowlistingPayload>): delegation_pool;
|
4440
|
+
onEntryEnableDelegatorsAllowlisting(func: (call: delegation_pool.EnableDelegatorsAllowlistingPayload, ctx: AptosContext) => void, filter?: CallFilter, handlerOptions?: HandlerOptions<MoveFetchConfig, delegation_pool.EnableDelegatorsAllowlistingPayload>): delegation_pool;
|
4441
|
+
onEntryEnablePartialGovernanceVoting(func: (call: delegation_pool.EnablePartialGovernanceVotingPayload, ctx: AptosContext) => void, filter?: CallFilter, handlerOptions?: HandlerOptions<MoveFetchConfig, delegation_pool.EnablePartialGovernanceVotingPayload>): delegation_pool;
|
4442
|
+
onEntryEvictDelegator(func: (call: delegation_pool.EvictDelegatorPayload, ctx: AptosContext) => void, filter?: CallFilter, handlerOptions?: HandlerOptions<MoveFetchConfig, delegation_pool.EvictDelegatorPayload>): delegation_pool;
|
4443
|
+
onEntryInitializeDelegationPool(func: (call: delegation_pool.InitializeDelegationPoolPayload, ctx: AptosContext) => void, filter?: CallFilter, handlerOptions?: HandlerOptions<MoveFetchConfig, delegation_pool.InitializeDelegationPoolPayload>): delegation_pool;
|
4444
|
+
onEntryRemoveDelegatorFromAllowlist(func: (call: delegation_pool.RemoveDelegatorFromAllowlistPayload, ctx: AptosContext) => void, filter?: CallFilter, handlerOptions?: HandlerOptions<MoveFetchConfig, delegation_pool.RemoveDelegatorFromAllowlistPayload>): delegation_pool;
|
4445
|
+
onEntrySetBeneficiaryForOperator(func: (call: delegation_pool.SetBeneficiaryForOperatorPayload, ctx: AptosContext) => void, filter?: CallFilter, handlerOptions?: HandlerOptions<MoveFetchConfig, delegation_pool.SetBeneficiaryForOperatorPayload>): delegation_pool;
|
4446
|
+
onEntrySynchronizeDelegationPool(func: (call: delegation_pool.SynchronizeDelegationPoolPayload, ctx: AptosContext) => void, filter?: CallFilter, handlerOptions?: HandlerOptions<MoveFetchConfig, delegation_pool.SynchronizeDelegationPoolPayload>): delegation_pool;
|
4447
|
+
onEntryUpdateCommissionPercentage(func: (call: delegation_pool.UpdateCommissionPercentagePayload, ctx: AptosContext) => void, filter?: CallFilter, handlerOptions?: HandlerOptions<MoveFetchConfig, delegation_pool.UpdateCommissionPercentagePayload>): delegation_pool;
|
4448
|
+
onEventCreateProposal(func: (event: delegation_pool.CreateProposalInstance, ctx: AptosContext) => void, handlerOptions?: HandlerOptions<MoveFetchConfig, delegation_pool.CreateProposalInstance>, eventFilter?: Omit<EventFilter, "type" | "account">): delegation_pool;
|
4449
|
+
onEventCreateProposalEvent(func: (event: delegation_pool.CreateProposalEventInstance, ctx: AptosContext) => void, handlerOptions?: HandlerOptions<MoveFetchConfig, delegation_pool.CreateProposalEventInstance>, eventFilter?: Omit<EventFilter, "type" | "account">): delegation_pool;
|
4450
|
+
onEventVote(func: (event: delegation_pool.VoteInstance, ctx: AptosContext) => void, handlerOptions?: HandlerOptions<MoveFetchConfig, delegation_pool.VoteInstance>, eventFilter?: Omit<EventFilter, "type" | "account">): delegation_pool;
|
4451
|
+
onEventVoteEvent(func: (event: delegation_pool.VoteEventInstance, ctx: AptosContext) => void, handlerOptions?: HandlerOptions<MoveFetchConfig, delegation_pool.VoteEventInstance>, eventFilter?: Omit<EventFilter, "type" | "account">): delegation_pool;
|
4452
|
+
onEventAddStake(func: (event: delegation_pool.AddStakeInstance, ctx: AptosContext) => void, handlerOptions?: HandlerOptions<MoveFetchConfig, delegation_pool.AddStakeInstance>, eventFilter?: Omit<EventFilter, "type" | "account">): delegation_pool;
|
4453
|
+
onEventAddStakeEvent(func: (event: delegation_pool.AddStakeEventInstance, ctx: AptosContext) => void, handlerOptions?: HandlerOptions<MoveFetchConfig, delegation_pool.AddStakeEventInstance>, eventFilter?: Omit<EventFilter, "type" | "account">): delegation_pool;
|
4454
|
+
onEventReactivateStake(func: (event: delegation_pool.ReactivateStakeInstance, ctx: AptosContext) => void, handlerOptions?: HandlerOptions<MoveFetchConfig, delegation_pool.ReactivateStakeInstance>, eventFilter?: Omit<EventFilter, "type" | "account">): delegation_pool;
|
4455
|
+
onEventReactivateStakeEvent(func: (event: delegation_pool.ReactivateStakeEventInstance, ctx: AptosContext) => void, handlerOptions?: HandlerOptions<MoveFetchConfig, delegation_pool.ReactivateStakeEventInstance>, eventFilter?: Omit<EventFilter, "type" | "account">): delegation_pool;
|
4456
|
+
onEventUnlockStake(func: (event: delegation_pool.UnlockStakeInstance, ctx: AptosContext) => void, handlerOptions?: HandlerOptions<MoveFetchConfig, delegation_pool.UnlockStakeInstance>, eventFilter?: Omit<EventFilter, "type" | "account">): delegation_pool;
|
4457
|
+
onEventUnlockStakeEvent(func: (event: delegation_pool.UnlockStakeEventInstance, ctx: AptosContext) => void, handlerOptions?: HandlerOptions<MoveFetchConfig, delegation_pool.UnlockStakeEventInstance>, eventFilter?: Omit<EventFilter, "type" | "account">): delegation_pool;
|
4458
|
+
onEventWithdrawStake(func: (event: delegation_pool.WithdrawStakeInstance, ctx: AptosContext) => void, handlerOptions?: HandlerOptions<MoveFetchConfig, delegation_pool.WithdrawStakeInstance>, eventFilter?: Omit<EventFilter, "type" | "account">): delegation_pool;
|
4459
|
+
onEventWithdrawStakeEvent(func: (event: delegation_pool.WithdrawStakeEventInstance, ctx: AptosContext) => void, handlerOptions?: HandlerOptions<MoveFetchConfig, delegation_pool.WithdrawStakeEventInstance>, eventFilter?: Omit<EventFilter, "type" | "account">): delegation_pool;
|
4460
|
+
onEventAllowlistDelegator(func: (event: delegation_pool.AllowlistDelegatorInstance, ctx: AptosContext) => void, handlerOptions?: HandlerOptions<MoveFetchConfig, delegation_pool.AllowlistDelegatorInstance>, eventFilter?: Omit<EventFilter, "type" | "account">): delegation_pool;
|
4461
|
+
onEventCommissionPercentageChange(func: (event: delegation_pool.CommissionPercentageChangeInstance, ctx: AptosContext) => void, handlerOptions?: HandlerOptions<MoveFetchConfig, delegation_pool.CommissionPercentageChangeInstance>, eventFilter?: Omit<EventFilter, "type" | "account">): delegation_pool;
|
4462
|
+
onEventDelegateVotingPower(func: (event: delegation_pool.DelegateVotingPowerInstance, ctx: AptosContext) => void, handlerOptions?: HandlerOptions<MoveFetchConfig, delegation_pool.DelegateVotingPowerInstance>, eventFilter?: Omit<EventFilter, "type" | "account">): delegation_pool;
|
4463
|
+
onEventDelegateVotingPowerEvent(func: (event: delegation_pool.DelegateVotingPowerEventInstance, ctx: AptosContext) => void, handlerOptions?: HandlerOptions<MoveFetchConfig, delegation_pool.DelegateVotingPowerEventInstance>, eventFilter?: Omit<EventFilter, "type" | "account">): delegation_pool;
|
4464
|
+
onEventDisableDelegatorsAllowlisting(func: (event: delegation_pool.DisableDelegatorsAllowlistingInstance, ctx: AptosContext) => void, handlerOptions?: HandlerOptions<MoveFetchConfig, delegation_pool.DisableDelegatorsAllowlistingInstance>, eventFilter?: Omit<EventFilter, "type" | "account">): delegation_pool;
|
4465
|
+
onEventDistributeCommission(func: (event: delegation_pool.DistributeCommissionInstance, ctx: AptosContext) => void, handlerOptions?: HandlerOptions<MoveFetchConfig, delegation_pool.DistributeCommissionInstance>, eventFilter?: Omit<EventFilter, "type" | "account">): delegation_pool;
|
4466
|
+
onEventDistributeCommissionEvent(func: (event: delegation_pool.DistributeCommissionEventInstance, ctx: AptosContext) => void, handlerOptions?: HandlerOptions<MoveFetchConfig, delegation_pool.DistributeCommissionEventInstance>, eventFilter?: Omit<EventFilter, "type" | "account">): delegation_pool;
|
4467
|
+
onEventEnableDelegatorsAllowlisting(func: (event: delegation_pool.EnableDelegatorsAllowlistingInstance, ctx: AptosContext) => void, handlerOptions?: HandlerOptions<MoveFetchConfig, delegation_pool.EnableDelegatorsAllowlistingInstance>, eventFilter?: Omit<EventFilter, "type" | "account">): delegation_pool;
|
4468
|
+
onEventEvictDelegator(func: (event: delegation_pool.EvictDelegatorInstance, ctx: AptosContext) => void, handlerOptions?: HandlerOptions<MoveFetchConfig, delegation_pool.EvictDelegatorInstance>, eventFilter?: Omit<EventFilter, "type" | "account">): delegation_pool;
|
4469
|
+
onEventRemoveDelegatorFromAllowlist(func: (event: delegation_pool.RemoveDelegatorFromAllowlistInstance, ctx: AptosContext) => void, handlerOptions?: HandlerOptions<MoveFetchConfig, delegation_pool.RemoveDelegatorFromAllowlistInstance>, eventFilter?: Omit<EventFilter, "type" | "account">): delegation_pool;
|
4470
|
+
onEventSetBeneficiaryForOperator(func: (event: delegation_pool.SetBeneficiaryForOperatorInstance, ctx: AptosContext) => void, handlerOptions?: HandlerOptions<MoveFetchConfig, delegation_pool.SetBeneficiaryForOperatorInstance>, eventFilter?: Omit<EventFilter, "type" | "account">): delegation_pool;
|
4264
4471
|
}
|
4265
4472
|
export declare namespace delegation_pool {
|
4266
4473
|
interface CreateProposal {
|
@@ -4493,6 +4700,12 @@ export declare namespace delegation_pool {
|
|
4493
4700
|
const TYPE_QNAME = "0x1::delegation_pool::DelegatedVotes";
|
4494
4701
|
function type(): TypeDescriptor<DelegatedVotes>;
|
4495
4702
|
}
|
4703
|
+
interface DelegationPermission {
|
4704
|
+
}
|
4705
|
+
namespace DelegationPermission {
|
4706
|
+
const TYPE_QNAME = "0x1::delegation_pool::DelegationPermission";
|
4707
|
+
function type(): TypeDescriptor<DelegationPermission>;
|
4708
|
+
}
|
4496
4709
|
interface DelegationPool {
|
4497
4710
|
active_shares: pool_u64_unbound.Pool;
|
4498
4711
|
observed_lockup_cycle: delegation_pool.ObservedLockupCycle;
|
@@ -4931,8 +5144,8 @@ export declare class reconfiguration extends AptosBaseProcessor {
|
|
4931
5144
|
constructor(options: AptosBindOptions);
|
4932
5145
|
static DEFAULT_OPTIONS: AptosBindOptions;
|
4933
5146
|
static bind(options?: Partial<AptosBindOptions>): reconfiguration;
|
4934
|
-
onEventNewEpoch(func: (event: reconfiguration.NewEpochInstance, ctx: AptosContext) => void,
|
4935
|
-
onEventNewEpochEvent(func: (event: reconfiguration.NewEpochEventInstance, ctx: AptosContext) => void,
|
5147
|
+
onEventNewEpoch(func: (event: reconfiguration.NewEpochInstance, ctx: AptosContext) => void, handlerOptions?: HandlerOptions<MoveFetchConfig, reconfiguration.NewEpochInstance>, eventFilter?: Omit<EventFilter, "type" | "account">): reconfiguration;
|
5148
|
+
onEventNewEpochEvent(func: (event: reconfiguration.NewEpochEventInstance, ctx: AptosContext) => void, handlerOptions?: HandlerOptions<MoveFetchConfig, reconfiguration.NewEpochEventInstance>, eventFilter?: Omit<EventFilter, "type" | "account">): reconfiguration;
|
4936
5149
|
}
|
4937
5150
|
export declare namespace reconfiguration {
|
4938
5151
|
interface Configuration {
|
@@ -4980,8 +5193,8 @@ export declare class transaction_fee extends AptosBaseProcessor {
|
|
4980
5193
|
constructor(options: AptosBindOptions);
|
4981
5194
|
static DEFAULT_OPTIONS: AptosBindOptions;
|
4982
5195
|
static bind(options?: Partial<AptosBindOptions>): transaction_fee;
|
4983
|
-
onEntryConvertToAptosFaBurnRef(func: (call: transaction_fee.ConvertToAptosFaBurnRefPayload, ctx: AptosContext) => void, filter?: CallFilter,
|
4984
|
-
onEventFeeStatement(func: (event: transaction_fee.FeeStatementInstance, ctx: AptosContext) => void,
|
5196
|
+
onEntryConvertToAptosFaBurnRef(func: (call: transaction_fee.ConvertToAptosFaBurnRefPayload, ctx: AptosContext) => void, filter?: CallFilter, handlerOptions?: HandlerOptions<MoveFetchConfig, transaction_fee.ConvertToAptosFaBurnRefPayload>): transaction_fee;
|
5197
|
+
onEventFeeStatement(func: (event: transaction_fee.FeeStatementInstance, ctx: AptosContext) => void, handlerOptions?: HandlerOptions<MoveFetchConfig, transaction_fee.FeeStatementInstance>, eventFilter?: Omit<EventFilter, "type" | "account">): transaction_fee;
|
4985
5198
|
}
|
4986
5199
|
export declare namespace transaction_fee {
|
4987
5200
|
interface AptosCoinCapabilities {
|
@@ -5045,22 +5258,22 @@ export declare class aptos_governance extends AptosBaseProcessor {
|
|
5045
5258
|
constructor(options: AptosBindOptions);
|
5046
5259
|
static DEFAULT_OPTIONS: AptosBindOptions;
|
5047
5260
|
static bind(options?: Partial<AptosBindOptions>): aptos_governance;
|
5048
|
-
onEntryCreateProposal(func: (call: aptos_governance.CreateProposalPayload, ctx: AptosContext) => void, filter?: CallFilter,
|
5049
|
-
onEntryCreateProposalV2(func: (call: aptos_governance.CreateProposalV2Payload, ctx: AptosContext) => void, filter?: CallFilter,
|
5050
|
-
onEntryVote(func: (call: aptos_governance.VotePayload, ctx: AptosContext) => void, filter?: CallFilter,
|
5051
|
-
onEntryReconfigure(func: (call: aptos_governance.ReconfigurePayload, ctx: AptosContext) => void, filter?: CallFilter,
|
5052
|
-
onEntryAddApprovedScriptHashScript(func: (call: aptos_governance.AddApprovedScriptHashScriptPayload, ctx: AptosContext) => void, filter?: CallFilter,
|
5053
|
-
onEntryBatchPartialVote(func: (call: aptos_governance.BatchPartialVotePayload, ctx: AptosContext) => void, filter?: CallFilter,
|
5054
|
-
onEntryBatchVote(func: (call: aptos_governance.BatchVotePayload, ctx: AptosContext) => void, filter?: CallFilter,
|
5055
|
-
onEntryForceEndEpoch(func: (call: aptos_governance.ForceEndEpochPayload, ctx: AptosContext) => void, filter?: CallFilter,
|
5056
|
-
onEntryForceEndEpochTestOnly(func: (call: aptos_governance.ForceEndEpochTestOnlyPayload, ctx: AptosContext) => void, filter?: CallFilter,
|
5057
|
-
onEntryPartialVote(func: (call: aptos_governance.PartialVotePayload, ctx: AptosContext) => void, filter?: CallFilter,
|
5058
|
-
onEventCreateProposal(func: (event: aptos_governance.CreateProposalInstance, ctx: AptosContext) => void,
|
5059
|
-
onEventCreateProposalEvent(func: (event: aptos_governance.CreateProposalEventInstance, ctx: AptosContext) => void,
|
5060
|
-
onEventVote(func: (event: aptos_governance.VoteInstance, ctx: AptosContext) => void,
|
5061
|
-
onEventVoteEvent(func: (event: aptos_governance.VoteEventInstance, ctx: AptosContext) => void,
|
5062
|
-
onEventUpdateConfig(func: (event: aptos_governance.UpdateConfigInstance, ctx: AptosContext) => void,
|
5063
|
-
onEventUpdateConfigEvent(func: (event: aptos_governance.UpdateConfigEventInstance, ctx: AptosContext) => void,
|
5261
|
+
onEntryCreateProposal(func: (call: aptos_governance.CreateProposalPayload, ctx: AptosContext) => void, filter?: CallFilter, handlerOptions?: HandlerOptions<MoveFetchConfig, aptos_governance.CreateProposalPayload>): aptos_governance;
|
5262
|
+
onEntryCreateProposalV2(func: (call: aptos_governance.CreateProposalV2Payload, ctx: AptosContext) => void, filter?: CallFilter, handlerOptions?: HandlerOptions<MoveFetchConfig, aptos_governance.CreateProposalV2Payload>): aptos_governance;
|
5263
|
+
onEntryVote(func: (call: aptos_governance.VotePayload, ctx: AptosContext) => void, filter?: CallFilter, handlerOptions?: HandlerOptions<MoveFetchConfig, aptos_governance.VotePayload>): aptos_governance;
|
5264
|
+
onEntryReconfigure(func: (call: aptos_governance.ReconfigurePayload, ctx: AptosContext) => void, filter?: CallFilter, handlerOptions?: HandlerOptions<MoveFetchConfig, aptos_governance.ReconfigurePayload>): aptos_governance;
|
5265
|
+
onEntryAddApprovedScriptHashScript(func: (call: aptos_governance.AddApprovedScriptHashScriptPayload, ctx: AptosContext) => void, filter?: CallFilter, handlerOptions?: HandlerOptions<MoveFetchConfig, aptos_governance.AddApprovedScriptHashScriptPayload>): aptos_governance;
|
5266
|
+
onEntryBatchPartialVote(func: (call: aptos_governance.BatchPartialVotePayload, ctx: AptosContext) => void, filter?: CallFilter, handlerOptions?: HandlerOptions<MoveFetchConfig, aptos_governance.BatchPartialVotePayload>): aptos_governance;
|
5267
|
+
onEntryBatchVote(func: (call: aptos_governance.BatchVotePayload, ctx: AptosContext) => void, filter?: CallFilter, handlerOptions?: HandlerOptions<MoveFetchConfig, aptos_governance.BatchVotePayload>): aptos_governance;
|
5268
|
+
onEntryForceEndEpoch(func: (call: aptos_governance.ForceEndEpochPayload, ctx: AptosContext) => void, filter?: CallFilter, handlerOptions?: HandlerOptions<MoveFetchConfig, aptos_governance.ForceEndEpochPayload>): aptos_governance;
|
5269
|
+
onEntryForceEndEpochTestOnly(func: (call: aptos_governance.ForceEndEpochTestOnlyPayload, ctx: AptosContext) => void, filter?: CallFilter, handlerOptions?: HandlerOptions<MoveFetchConfig, aptos_governance.ForceEndEpochTestOnlyPayload>): aptos_governance;
|
5270
|
+
onEntryPartialVote(func: (call: aptos_governance.PartialVotePayload, ctx: AptosContext) => void, filter?: CallFilter, handlerOptions?: HandlerOptions<MoveFetchConfig, aptos_governance.PartialVotePayload>): aptos_governance;
|
5271
|
+
onEventCreateProposal(func: (event: aptos_governance.CreateProposalInstance, ctx: AptosContext) => void, handlerOptions?: HandlerOptions<MoveFetchConfig, aptos_governance.CreateProposalInstance>, eventFilter?: Omit<EventFilter, "type" | "account">): aptos_governance;
|
5272
|
+
onEventCreateProposalEvent(func: (event: aptos_governance.CreateProposalEventInstance, ctx: AptosContext) => void, handlerOptions?: HandlerOptions<MoveFetchConfig, aptos_governance.CreateProposalEventInstance>, eventFilter?: Omit<EventFilter, "type" | "account">): aptos_governance;
|
5273
|
+
onEventVote(func: (event: aptos_governance.VoteInstance, ctx: AptosContext) => void, handlerOptions?: HandlerOptions<MoveFetchConfig, aptos_governance.VoteInstance>, eventFilter?: Omit<EventFilter, "type" | "account">): aptos_governance;
|
5274
|
+
onEventVoteEvent(func: (event: aptos_governance.VoteEventInstance, ctx: AptosContext) => void, handlerOptions?: HandlerOptions<MoveFetchConfig, aptos_governance.VoteEventInstance>, eventFilter?: Omit<EventFilter, "type" | "account">): aptos_governance;
|
5275
|
+
onEventUpdateConfig(func: (event: aptos_governance.UpdateConfigInstance, ctx: AptosContext) => void, handlerOptions?: HandlerOptions<MoveFetchConfig, aptos_governance.UpdateConfigInstance>, eventFilter?: Omit<EventFilter, "type" | "account">): aptos_governance;
|
5276
|
+
onEventUpdateConfigEvent(func: (event: aptos_governance.UpdateConfigEventInstance, ctx: AptosContext) => void, handlerOptions?: HandlerOptions<MoveFetchConfig, aptos_governance.UpdateConfigEventInstance>, eventFilter?: Omit<EventFilter, "type" | "account">): aptos_governance;
|
5064
5277
|
}
|
5065
5278
|
export declare namespace aptos_governance {
|
5066
5279
|
interface CreateProposal {
|
@@ -5148,6 +5361,13 @@ export declare namespace aptos_governance {
|
|
5148
5361
|
const TYPE_QNAME = "0x1::aptos_governance::GovernanceEvents";
|
5149
5362
|
function type(): TypeDescriptor<GovernanceEvents>;
|
5150
5363
|
}
|
5364
|
+
interface GovernancePermission {
|
5365
|
+
dummy_field: boolean;
|
5366
|
+
}
|
5367
|
+
namespace GovernancePermission {
|
5368
|
+
const TYPE_QNAME = "0x1::aptos_governance::GovernancePermission";
|
5369
|
+
function type(): TypeDescriptor<GovernancePermission>;
|
5370
|
+
}
|
5151
5371
|
interface GovernanceResponsbility {
|
5152
5372
|
signer_caps: simple_map.SimpleMap<MoveAddressType, account.SignerCapability>;
|
5153
5373
|
}
|
@@ -5441,50 +5661,50 @@ export declare class multisig_account extends AptosBaseProcessor {
|
|
5441
5661
|
constructor(options: AptosBindOptions);
|
5442
5662
|
static DEFAULT_OPTIONS: AptosBindOptions;
|
5443
5663
|
static bind(options?: Partial<AptosBindOptions>): multisig_account;
|
5444
|
-
onEntryCreate(func: (call: multisig_account.CreatePayload, ctx: AptosContext) => void, filter?: CallFilter,
|
5445
|
-
onEntryAddOwner(func: (call: multisig_account.AddOwnerPayload, ctx: AptosContext) => void, filter?: CallFilter,
|
5446
|
-
onEntryAddOwners(func: (call: multisig_account.AddOwnersPayload, ctx: AptosContext) => void, filter?: CallFilter,
|
5447
|
-
onEntryAddOwnersAndUpdateSignaturesRequired(func: (call: multisig_account.AddOwnersAndUpdateSignaturesRequiredPayload, ctx: AptosContext) => void, filter?: CallFilter,
|
5448
|
-
onEntryApproveTransaction(func: (call: multisig_account.ApproveTransactionPayload, ctx: AptosContext) => void, filter?: CallFilter,
|
5449
|
-
onEntryCreateTransaction(func: (call: multisig_account.CreateTransactionPayload, ctx: AptosContext) => void, filter?: CallFilter,
|
5450
|
-
onEntryCreateTransactionWithHash(func: (call: multisig_account.CreateTransactionWithHashPayload, ctx: AptosContext) => void, filter?: CallFilter,
|
5451
|
-
onEntryCreateWithExistingAccount(func: (call: multisig_account.CreateWithExistingAccountPayload, ctx: AptosContext) => void, filter?: CallFilter,
|
5452
|
-
onEntryCreateWithExistingAccountAndRevokeAuthKey(func: (call: multisig_account.CreateWithExistingAccountAndRevokeAuthKeyPayload, ctx: AptosContext) => void, filter?: CallFilter,
|
5453
|
-
onEntryCreateWithExistingAccountAndRevokeAuthKeyCall(func: (call: multisig_account.CreateWithExistingAccountAndRevokeAuthKeyCallPayload, ctx: AptosContext) => void, filter?: CallFilter,
|
5454
|
-
onEntryCreateWithExistingAccountCall(func: (call: multisig_account.CreateWithExistingAccountCallPayload, ctx: AptosContext) => void, filter?: CallFilter,
|
5455
|
-
onEntryCreateWithOwners(func: (call: multisig_account.CreateWithOwnersPayload, ctx: AptosContext) => void, filter?: CallFilter,
|
5456
|
-
onEntryCreateWithOwnersThenRemoveBootstrapper(func: (call: multisig_account.CreateWithOwnersThenRemoveBootstrapperPayload, ctx: AptosContext) => void, filter?: CallFilter,
|
5457
|
-
onEntryExecuteRejectedTransaction(func: (call: multisig_account.ExecuteRejectedTransactionPayload, ctx: AptosContext) => void, filter?: CallFilter,
|
5458
|
-
onEntryExecuteRejectedTransactions(func: (call: multisig_account.ExecuteRejectedTransactionsPayload, ctx: AptosContext) => void, filter?: CallFilter,
|
5459
|
-
onEntryRejectTransaction(func: (call: multisig_account.RejectTransactionPayload, ctx: AptosContext) => void, filter?: CallFilter,
|
5460
|
-
onEntryRemoveOwner(func: (call: multisig_account.RemoveOwnerPayload, ctx: AptosContext) => void, filter?: CallFilter,
|
5461
|
-
onEntryRemoveOwners(func: (call: multisig_account.RemoveOwnersPayload, ctx: AptosContext) => void, filter?: CallFilter,
|
5462
|
-
onEntrySwapOwner(func: (call: multisig_account.SwapOwnerPayload, ctx: AptosContext) => void, filter?: CallFilter,
|
5463
|
-
onEntrySwapOwners(func: (call: multisig_account.SwapOwnersPayload, ctx: AptosContext) => void, filter?: CallFilter,
|
5464
|
-
onEntrySwapOwnersAndUpdateSignaturesRequired(func: (call: multisig_account.SwapOwnersAndUpdateSignaturesRequiredPayload, ctx: AptosContext) => void, filter?: CallFilter,
|
5465
|
-
onEntryUpdateMetadata(func: (call: multisig_account.UpdateMetadataPayload, ctx: AptosContext) => void, filter?: CallFilter,
|
5466
|
-
onEntryUpdateSignaturesRequired(func: (call: multisig_account.UpdateSignaturesRequiredPayload, ctx: AptosContext) => void, filter?: CallFilter,
|
5467
|
-
onEntryVoteTransaction(func: (call: multisig_account.VoteTransactionPayload, ctx: AptosContext) => void, filter?: CallFilter,
|
5468
|
-
onEntryVoteTransactions(func: (call: multisig_account.VoteTransactionsPayload, ctx: AptosContext) => void, filter?: CallFilter,
|
5469
|
-
onEntryVoteTransanction(func: (call: multisig_account.VoteTransanctionPayload, ctx: AptosContext) => void, filter?: CallFilter,
|
5470
|
-
onEventVote(func: (event: multisig_account.VoteInstance, ctx: AptosContext) => void,
|
5471
|
-
onEventVoteEvent(func: (event: multisig_account.VoteEventInstance, ctx: AptosContext) => void,
|
5472
|
-
onEventAddOwners(func: (event: multisig_account.AddOwnersInstance, ctx: AptosContext) => void,
|
5473
|
-
onEventAddOwnersEvent(func: (event: multisig_account.AddOwnersEventInstance, ctx: AptosContext) => void,
|
5474
|
-
onEventCreateTransaction(func: (event: multisig_account.CreateTransactionInstance, ctx: AptosContext) => void,
|
5475
|
-
onEventCreateTransactionEvent(func: (event: multisig_account.CreateTransactionEventInstance, ctx: AptosContext) => void,
|
5476
|
-
onEventExecuteRejectedTransaction(func: (event: multisig_account.ExecuteRejectedTransactionInstance, ctx: AptosContext) => void,
|
5477
|
-
onEventExecuteRejectedTransactionEvent(func: (event: multisig_account.ExecuteRejectedTransactionEventInstance, ctx: AptosContext) => void,
|
5478
|
-
onEventMetadataUpdated(func: (event: multisig_account.MetadataUpdatedInstance, ctx: AptosContext) => void,
|
5479
|
-
onEventMetadataUpdatedEvent(func: (event: multisig_account.MetadataUpdatedEventInstance, ctx: AptosContext) => void,
|
5480
|
-
onEventRemoveOwners(func: (event: multisig_account.RemoveOwnersInstance, ctx: AptosContext) => void,
|
5481
|
-
onEventRemoveOwnersEvent(func: (event: multisig_account.RemoveOwnersEventInstance, ctx: AptosContext) => void,
|
5482
|
-
onEventTransactionExecutionFailed(func: (event: multisig_account.TransactionExecutionFailedInstance, ctx: AptosContext) => void,
|
5483
|
-
onEventTransactionExecutionFailedEvent(func: (event: multisig_account.TransactionExecutionFailedEventInstance, ctx: AptosContext) => void,
|
5484
|
-
onEventTransactionExecutionSucceeded(func: (event: multisig_account.TransactionExecutionSucceededInstance, ctx: AptosContext) => void,
|
5485
|
-
onEventTransactionExecutionSucceededEvent(func: (event: multisig_account.TransactionExecutionSucceededEventInstance, ctx: AptosContext) => void,
|
5486
|
-
onEventUpdateSignaturesRequired(func: (event: multisig_account.UpdateSignaturesRequiredInstance, ctx: AptosContext) => void,
|
5487
|
-
onEventUpdateSignaturesRequiredEvent(func: (event: multisig_account.UpdateSignaturesRequiredEventInstance, ctx: AptosContext) => void,
|
5664
|
+
onEntryCreate(func: (call: multisig_account.CreatePayload, ctx: AptosContext) => void, filter?: CallFilter, handlerOptions?: HandlerOptions<MoveFetchConfig, multisig_account.CreatePayload>): multisig_account;
|
5665
|
+
onEntryAddOwner(func: (call: multisig_account.AddOwnerPayload, ctx: AptosContext) => void, filter?: CallFilter, handlerOptions?: HandlerOptions<MoveFetchConfig, multisig_account.AddOwnerPayload>): multisig_account;
|
5666
|
+
onEntryAddOwners(func: (call: multisig_account.AddOwnersPayload, ctx: AptosContext) => void, filter?: CallFilter, handlerOptions?: HandlerOptions<MoveFetchConfig, multisig_account.AddOwnersPayload>): multisig_account;
|
5667
|
+
onEntryAddOwnersAndUpdateSignaturesRequired(func: (call: multisig_account.AddOwnersAndUpdateSignaturesRequiredPayload, ctx: AptosContext) => void, filter?: CallFilter, handlerOptions?: HandlerOptions<MoveFetchConfig, multisig_account.AddOwnersAndUpdateSignaturesRequiredPayload>): multisig_account;
|
5668
|
+
onEntryApproveTransaction(func: (call: multisig_account.ApproveTransactionPayload, ctx: AptosContext) => void, filter?: CallFilter, handlerOptions?: HandlerOptions<MoveFetchConfig, multisig_account.ApproveTransactionPayload>): multisig_account;
|
5669
|
+
onEntryCreateTransaction(func: (call: multisig_account.CreateTransactionPayload, ctx: AptosContext) => void, filter?: CallFilter, handlerOptions?: HandlerOptions<MoveFetchConfig, multisig_account.CreateTransactionPayload>): multisig_account;
|
5670
|
+
onEntryCreateTransactionWithHash(func: (call: multisig_account.CreateTransactionWithHashPayload, ctx: AptosContext) => void, filter?: CallFilter, handlerOptions?: HandlerOptions<MoveFetchConfig, multisig_account.CreateTransactionWithHashPayload>): multisig_account;
|
5671
|
+
onEntryCreateWithExistingAccount(func: (call: multisig_account.CreateWithExistingAccountPayload, ctx: AptosContext) => void, filter?: CallFilter, handlerOptions?: HandlerOptions<MoveFetchConfig, multisig_account.CreateWithExistingAccountPayload>): multisig_account;
|
5672
|
+
onEntryCreateWithExistingAccountAndRevokeAuthKey(func: (call: multisig_account.CreateWithExistingAccountAndRevokeAuthKeyPayload, ctx: AptosContext) => void, filter?: CallFilter, handlerOptions?: HandlerOptions<MoveFetchConfig, multisig_account.CreateWithExistingAccountAndRevokeAuthKeyPayload>): multisig_account;
|
5673
|
+
onEntryCreateWithExistingAccountAndRevokeAuthKeyCall(func: (call: multisig_account.CreateWithExistingAccountAndRevokeAuthKeyCallPayload, ctx: AptosContext) => void, filter?: CallFilter, handlerOptions?: HandlerOptions<MoveFetchConfig, multisig_account.CreateWithExistingAccountAndRevokeAuthKeyCallPayload>): multisig_account;
|
5674
|
+
onEntryCreateWithExistingAccountCall(func: (call: multisig_account.CreateWithExistingAccountCallPayload, ctx: AptosContext) => void, filter?: CallFilter, handlerOptions?: HandlerOptions<MoveFetchConfig, multisig_account.CreateWithExistingAccountCallPayload>): multisig_account;
|
5675
|
+
onEntryCreateWithOwners(func: (call: multisig_account.CreateWithOwnersPayload, ctx: AptosContext) => void, filter?: CallFilter, handlerOptions?: HandlerOptions<MoveFetchConfig, multisig_account.CreateWithOwnersPayload>): multisig_account;
|
5676
|
+
onEntryCreateWithOwnersThenRemoveBootstrapper(func: (call: multisig_account.CreateWithOwnersThenRemoveBootstrapperPayload, ctx: AptosContext) => void, filter?: CallFilter, handlerOptions?: HandlerOptions<MoveFetchConfig, multisig_account.CreateWithOwnersThenRemoveBootstrapperPayload>): multisig_account;
|
5677
|
+
onEntryExecuteRejectedTransaction(func: (call: multisig_account.ExecuteRejectedTransactionPayload, ctx: AptosContext) => void, filter?: CallFilter, handlerOptions?: HandlerOptions<MoveFetchConfig, multisig_account.ExecuteRejectedTransactionPayload>): multisig_account;
|
5678
|
+
onEntryExecuteRejectedTransactions(func: (call: multisig_account.ExecuteRejectedTransactionsPayload, ctx: AptosContext) => void, filter?: CallFilter, handlerOptions?: HandlerOptions<MoveFetchConfig, multisig_account.ExecuteRejectedTransactionsPayload>): multisig_account;
|
5679
|
+
onEntryRejectTransaction(func: (call: multisig_account.RejectTransactionPayload, ctx: AptosContext) => void, filter?: CallFilter, handlerOptions?: HandlerOptions<MoveFetchConfig, multisig_account.RejectTransactionPayload>): multisig_account;
|
5680
|
+
onEntryRemoveOwner(func: (call: multisig_account.RemoveOwnerPayload, ctx: AptosContext) => void, filter?: CallFilter, handlerOptions?: HandlerOptions<MoveFetchConfig, multisig_account.RemoveOwnerPayload>): multisig_account;
|
5681
|
+
onEntryRemoveOwners(func: (call: multisig_account.RemoveOwnersPayload, ctx: AptosContext) => void, filter?: CallFilter, handlerOptions?: HandlerOptions<MoveFetchConfig, multisig_account.RemoveOwnersPayload>): multisig_account;
|
5682
|
+
onEntrySwapOwner(func: (call: multisig_account.SwapOwnerPayload, ctx: AptosContext) => void, filter?: CallFilter, handlerOptions?: HandlerOptions<MoveFetchConfig, multisig_account.SwapOwnerPayload>): multisig_account;
|
5683
|
+
onEntrySwapOwners(func: (call: multisig_account.SwapOwnersPayload, ctx: AptosContext) => void, filter?: CallFilter, handlerOptions?: HandlerOptions<MoveFetchConfig, multisig_account.SwapOwnersPayload>): multisig_account;
|
5684
|
+
onEntrySwapOwnersAndUpdateSignaturesRequired(func: (call: multisig_account.SwapOwnersAndUpdateSignaturesRequiredPayload, ctx: AptosContext) => void, filter?: CallFilter, handlerOptions?: HandlerOptions<MoveFetchConfig, multisig_account.SwapOwnersAndUpdateSignaturesRequiredPayload>): multisig_account;
|
5685
|
+
onEntryUpdateMetadata(func: (call: multisig_account.UpdateMetadataPayload, ctx: AptosContext) => void, filter?: CallFilter, handlerOptions?: HandlerOptions<MoveFetchConfig, multisig_account.UpdateMetadataPayload>): multisig_account;
|
5686
|
+
onEntryUpdateSignaturesRequired(func: (call: multisig_account.UpdateSignaturesRequiredPayload, ctx: AptosContext) => void, filter?: CallFilter, handlerOptions?: HandlerOptions<MoveFetchConfig, multisig_account.UpdateSignaturesRequiredPayload>): multisig_account;
|
5687
|
+
onEntryVoteTransaction(func: (call: multisig_account.VoteTransactionPayload, ctx: AptosContext) => void, filter?: CallFilter, handlerOptions?: HandlerOptions<MoveFetchConfig, multisig_account.VoteTransactionPayload>): multisig_account;
|
5688
|
+
onEntryVoteTransactions(func: (call: multisig_account.VoteTransactionsPayload, ctx: AptosContext) => void, filter?: CallFilter, handlerOptions?: HandlerOptions<MoveFetchConfig, multisig_account.VoteTransactionsPayload>): multisig_account;
|
5689
|
+
onEntryVoteTransanction(func: (call: multisig_account.VoteTransanctionPayload, ctx: AptosContext) => void, filter?: CallFilter, handlerOptions?: HandlerOptions<MoveFetchConfig, multisig_account.VoteTransanctionPayload>): multisig_account;
|
5690
|
+
onEventVote(func: (event: multisig_account.VoteInstance, ctx: AptosContext) => void, handlerOptions?: HandlerOptions<MoveFetchConfig, multisig_account.VoteInstance>, eventFilter?: Omit<EventFilter, "type" | "account">): multisig_account;
|
5691
|
+
onEventVoteEvent(func: (event: multisig_account.VoteEventInstance, ctx: AptosContext) => void, handlerOptions?: HandlerOptions<MoveFetchConfig, multisig_account.VoteEventInstance>, eventFilter?: Omit<EventFilter, "type" | "account">): multisig_account;
|
5692
|
+
onEventAddOwners(func: (event: multisig_account.AddOwnersInstance, ctx: AptosContext) => void, handlerOptions?: HandlerOptions<MoveFetchConfig, multisig_account.AddOwnersInstance>, eventFilter?: Omit<EventFilter, "type" | "account">): multisig_account;
|
5693
|
+
onEventAddOwnersEvent(func: (event: multisig_account.AddOwnersEventInstance, ctx: AptosContext) => void, handlerOptions?: HandlerOptions<MoveFetchConfig, multisig_account.AddOwnersEventInstance>, eventFilter?: Omit<EventFilter, "type" | "account">): multisig_account;
|
5694
|
+
onEventCreateTransaction(func: (event: multisig_account.CreateTransactionInstance, ctx: AptosContext) => void, handlerOptions?: HandlerOptions<MoveFetchConfig, multisig_account.CreateTransactionInstance>, eventFilter?: Omit<EventFilter, "type" | "account">): multisig_account;
|
5695
|
+
onEventCreateTransactionEvent(func: (event: multisig_account.CreateTransactionEventInstance, ctx: AptosContext) => void, handlerOptions?: HandlerOptions<MoveFetchConfig, multisig_account.CreateTransactionEventInstance>, eventFilter?: Omit<EventFilter, "type" | "account">): multisig_account;
|
5696
|
+
onEventExecuteRejectedTransaction(func: (event: multisig_account.ExecuteRejectedTransactionInstance, ctx: AptosContext) => void, handlerOptions?: HandlerOptions<MoveFetchConfig, multisig_account.ExecuteRejectedTransactionInstance>, eventFilter?: Omit<EventFilter, "type" | "account">): multisig_account;
|
5697
|
+
onEventExecuteRejectedTransactionEvent(func: (event: multisig_account.ExecuteRejectedTransactionEventInstance, ctx: AptosContext) => void, handlerOptions?: HandlerOptions<MoveFetchConfig, multisig_account.ExecuteRejectedTransactionEventInstance>, eventFilter?: Omit<EventFilter, "type" | "account">): multisig_account;
|
5698
|
+
onEventMetadataUpdated(func: (event: multisig_account.MetadataUpdatedInstance, ctx: AptosContext) => void, handlerOptions?: HandlerOptions<MoveFetchConfig, multisig_account.MetadataUpdatedInstance>, eventFilter?: Omit<EventFilter, "type" | "account">): multisig_account;
|
5699
|
+
onEventMetadataUpdatedEvent(func: (event: multisig_account.MetadataUpdatedEventInstance, ctx: AptosContext) => void, handlerOptions?: HandlerOptions<MoveFetchConfig, multisig_account.MetadataUpdatedEventInstance>, eventFilter?: Omit<EventFilter, "type" | "account">): multisig_account;
|
5700
|
+
onEventRemoveOwners(func: (event: multisig_account.RemoveOwnersInstance, ctx: AptosContext) => void, handlerOptions?: HandlerOptions<MoveFetchConfig, multisig_account.RemoveOwnersInstance>, eventFilter?: Omit<EventFilter, "type" | "account">): multisig_account;
|
5701
|
+
onEventRemoveOwnersEvent(func: (event: multisig_account.RemoveOwnersEventInstance, ctx: AptosContext) => void, handlerOptions?: HandlerOptions<MoveFetchConfig, multisig_account.RemoveOwnersEventInstance>, eventFilter?: Omit<EventFilter, "type" | "account">): multisig_account;
|
5702
|
+
onEventTransactionExecutionFailed(func: (event: multisig_account.TransactionExecutionFailedInstance, ctx: AptosContext) => void, handlerOptions?: HandlerOptions<MoveFetchConfig, multisig_account.TransactionExecutionFailedInstance>, eventFilter?: Omit<EventFilter, "type" | "account">): multisig_account;
|
5703
|
+
onEventTransactionExecutionFailedEvent(func: (event: multisig_account.TransactionExecutionFailedEventInstance, ctx: AptosContext) => void, handlerOptions?: HandlerOptions<MoveFetchConfig, multisig_account.TransactionExecutionFailedEventInstance>, eventFilter?: Omit<EventFilter, "type" | "account">): multisig_account;
|
5704
|
+
onEventTransactionExecutionSucceeded(func: (event: multisig_account.TransactionExecutionSucceededInstance, ctx: AptosContext) => void, handlerOptions?: HandlerOptions<MoveFetchConfig, multisig_account.TransactionExecutionSucceededInstance>, eventFilter?: Omit<EventFilter, "type" | "account">): multisig_account;
|
5705
|
+
onEventTransactionExecutionSucceededEvent(func: (event: multisig_account.TransactionExecutionSucceededEventInstance, ctx: AptosContext) => void, handlerOptions?: HandlerOptions<MoveFetchConfig, multisig_account.TransactionExecutionSucceededEventInstance>, eventFilter?: Omit<EventFilter, "type" | "account">): multisig_account;
|
5706
|
+
onEventUpdateSignaturesRequired(func: (event: multisig_account.UpdateSignaturesRequiredInstance, ctx: AptosContext) => void, handlerOptions?: HandlerOptions<MoveFetchConfig, multisig_account.UpdateSignaturesRequiredInstance>, eventFilter?: Omit<EventFilter, "type" | "account">): multisig_account;
|
5707
|
+
onEventUpdateSignaturesRequiredEvent(func: (event: multisig_account.UpdateSignaturesRequiredEventInstance, ctx: AptosContext) => void, handlerOptions?: HandlerOptions<MoveFetchConfig, multisig_account.UpdateSignaturesRequiredEventInstance>, eventFilter?: Omit<EventFilter, "type" | "account">): multisig_account;
|
5488
5708
|
}
|
5489
5709
|
export declare namespace multisig_account {
|
5490
5710
|
interface Vote {
|
@@ -6145,9 +6365,9 @@ export declare class resource_account extends AptosBaseProcessor {
|
|
6145
6365
|
constructor(options: AptosBindOptions);
|
6146
6366
|
static DEFAULT_OPTIONS: AptosBindOptions;
|
6147
6367
|
static bind(options?: Partial<AptosBindOptions>): resource_account;
|
6148
|
-
onEntryCreateResourceAccount(func: (call: resource_account.CreateResourceAccountPayload, ctx: AptosContext) => void, filter?: CallFilter,
|
6149
|
-
onEntryCreateResourceAccountAndFund(func: (call: resource_account.CreateResourceAccountAndFundPayload, ctx: AptosContext) => void, filter?: CallFilter,
|
6150
|
-
onEntryCreateResourceAccountAndPublishPackage(func: (call: resource_account.CreateResourceAccountAndPublishPackagePayload, ctx: AptosContext) => void, filter?: CallFilter,
|
6368
|
+
onEntryCreateResourceAccount(func: (call: resource_account.CreateResourceAccountPayload, ctx: AptosContext) => void, filter?: CallFilter, handlerOptions?: HandlerOptions<MoveFetchConfig, resource_account.CreateResourceAccountPayload>): resource_account;
|
6369
|
+
onEntryCreateResourceAccountAndFund(func: (call: resource_account.CreateResourceAccountAndFundPayload, ctx: AptosContext) => void, filter?: CallFilter, handlerOptions?: HandlerOptions<MoveFetchConfig, resource_account.CreateResourceAccountAndFundPayload>): resource_account;
|
6370
|
+
onEntryCreateResourceAccountAndPublishPackage(func: (call: resource_account.CreateResourceAccountAndPublishPackagePayload, ctx: AptosContext) => void, filter?: CallFilter, handlerOptions?: HandlerOptions<MoveFetchConfig, resource_account.CreateResourceAccountAndPublishPackagePayload>): resource_account;
|
6151
6371
|
}
|
6152
6372
|
export declare namespace resource_account {
|
6153
6373
|
interface Container {
|
@@ -6189,40 +6409,40 @@ export declare class staking_contract extends AptosBaseProcessor {
|
|
6189
6409
|
constructor(options: AptosBindOptions);
|
6190
6410
|
static DEFAULT_OPTIONS: AptosBindOptions;
|
6191
6411
|
static bind(options?: Partial<AptosBindOptions>): staking_contract;
|
6192
|
-
onEntryAddStake(func: (call: staking_contract.AddStakePayload, ctx: AptosContext) => void, filter?: CallFilter,
|
6193
|
-
onEntrySetBeneficiaryForOperator(func: (call: staking_contract.SetBeneficiaryForOperatorPayload, ctx: AptosContext) => void, filter?: CallFilter,
|
6194
|
-
onEntryCreateStakingContract(func: (call: staking_contract.CreateStakingContractPayload, ctx: AptosContext) => void, filter?: CallFilter,
|
6195
|
-
onEntryDistribute(func: (call: staking_contract.DistributePayload, ctx: AptosContext) => void, filter?: CallFilter,
|
6196
|
-
onEntryRequestCommission(func: (call: staking_contract.RequestCommissionPayload, ctx: AptosContext) => void, filter?: CallFilter,
|
6197
|
-
onEntryResetLockup(func: (call: staking_contract.ResetLockupPayload, ctx: AptosContext) => void, filter?: CallFilter,
|
6198
|
-
onEntrySwitchOperator(func: (call: staking_contract.SwitchOperatorPayload, ctx: AptosContext) => void, filter?: CallFilter,
|
6199
|
-
onEntrySwitchOperatorWithSameCommission(func: (call: staking_contract.SwitchOperatorWithSameCommissionPayload, ctx: AptosContext) => void, filter?: CallFilter,
|
6200
|
-
onEntryUnlockRewards(func: (call: staking_contract.UnlockRewardsPayload, ctx: AptosContext) => void, filter?: CallFilter,
|
6201
|
-
onEntryUnlockStake(func: (call: staking_contract.UnlockStakePayload, ctx: AptosContext) => void, filter?: CallFilter,
|
6202
|
-
onEntryUpdateCommision(func: (call: staking_contract.UpdateCommisionPayload, ctx: AptosContext) => void, filter?: CallFilter,
|
6203
|
-
onEntryUpdateVoter(func: (call: staking_contract.UpdateVoterPayload, ctx: AptosContext) => void, filter?: CallFilter,
|
6204
|
-
onEventAddStake(func: (event: staking_contract.AddStakeInstance, ctx: AptosContext) => void,
|
6205
|
-
onEventAddStakeEvent(func: (event: staking_contract.AddStakeEventInstance, ctx: AptosContext) => void,
|
6206
|
-
onEventUnlockStake(func: (event: staking_contract.UnlockStakeInstance, ctx: AptosContext) => void,
|
6207
|
-
onEventUnlockStakeEvent(func: (event: staking_contract.UnlockStakeEventInstance, ctx: AptosContext) => void,
|
6208
|
-
onEventSetBeneficiaryForOperator(func: (event: staking_contract.SetBeneficiaryForOperatorInstance, ctx: AptosContext) => void,
|
6209
|
-
onEventAddDistribution(func: (event: staking_contract.AddDistributionInstance, ctx: AptosContext) => void,
|
6210
|
-
onEventAddDistributionEvent(func: (event: staking_contract.AddDistributionEventInstance, ctx: AptosContext) => void,
|
6211
|
-
onEventCreateStakingContract(func: (event: staking_contract.CreateStakingContractInstance, ctx: AptosContext) => void,
|
6212
|
-
onEventCreateStakingContractEvent(func: (event: staking_contract.CreateStakingContractEventInstance, ctx: AptosContext) => void,
|
6213
|
-
onEventDistribute(func: (event: staking_contract.DistributeInstance, ctx: AptosContext) => void,
|
6214
|
-
onEventDistributeEvent(func: (event: staking_contract.DistributeEventInstance, ctx: AptosContext) => void,
|
6215
|
-
onEventRequestCommission(func: (event: staking_contract.RequestCommissionInstance, ctx: AptosContext) => void,
|
6216
|
-
onEventRequestCommissionEvent(func: (event: staking_contract.RequestCommissionEventInstance, ctx: AptosContext) => void,
|
6217
|
-
onEventResetLockup(func: (event: staking_contract.ResetLockupInstance, ctx: AptosContext) => void,
|
6218
|
-
onEventResetLockupEvent(func: (event: staking_contract.ResetLockupEventInstance, ctx: AptosContext) => void,
|
6219
|
-
onEventStakingGroupUpdateCommissionEvent(func: (event: staking_contract.StakingGroupUpdateCommissionEventInstance, ctx: AptosContext) => void,
|
6220
|
-
onEventSwitchOperator(func: (event: staking_contract.SwitchOperatorInstance, ctx: AptosContext) => void,
|
6221
|
-
onEventSwitchOperatorEvent(func: (event: staking_contract.SwitchOperatorEventInstance, ctx: AptosContext) => void,
|
6222
|
-
onEventUpdateCommission(func: (event: staking_contract.UpdateCommissionInstance, ctx: AptosContext) => void,
|
6223
|
-
onEventUpdateCommissionEvent(func: (event: staking_contract.UpdateCommissionEventInstance, ctx: AptosContext) => void,
|
6224
|
-
onEventUpdateVoter(func: (event: staking_contract.UpdateVoterInstance, ctx: AptosContext) => void,
|
6225
|
-
onEventUpdateVoterEvent(func: (event: staking_contract.UpdateVoterEventInstance, ctx: AptosContext) => void,
|
6412
|
+
onEntryAddStake(func: (call: staking_contract.AddStakePayload, ctx: AptosContext) => void, filter?: CallFilter, handlerOptions?: HandlerOptions<MoveFetchConfig, staking_contract.AddStakePayload>): staking_contract;
|
6413
|
+
onEntrySetBeneficiaryForOperator(func: (call: staking_contract.SetBeneficiaryForOperatorPayload, ctx: AptosContext) => void, filter?: CallFilter, handlerOptions?: HandlerOptions<MoveFetchConfig, staking_contract.SetBeneficiaryForOperatorPayload>): staking_contract;
|
6414
|
+
onEntryCreateStakingContract(func: (call: staking_contract.CreateStakingContractPayload, ctx: AptosContext) => void, filter?: CallFilter, handlerOptions?: HandlerOptions<MoveFetchConfig, staking_contract.CreateStakingContractPayload>): staking_contract;
|
6415
|
+
onEntryDistribute(func: (call: staking_contract.DistributePayload, ctx: AptosContext) => void, filter?: CallFilter, handlerOptions?: HandlerOptions<MoveFetchConfig, staking_contract.DistributePayload>): staking_contract;
|
6416
|
+
onEntryRequestCommission(func: (call: staking_contract.RequestCommissionPayload, ctx: AptosContext) => void, filter?: CallFilter, handlerOptions?: HandlerOptions<MoveFetchConfig, staking_contract.RequestCommissionPayload>): staking_contract;
|
6417
|
+
onEntryResetLockup(func: (call: staking_contract.ResetLockupPayload, ctx: AptosContext) => void, filter?: CallFilter, handlerOptions?: HandlerOptions<MoveFetchConfig, staking_contract.ResetLockupPayload>): staking_contract;
|
6418
|
+
onEntrySwitchOperator(func: (call: staking_contract.SwitchOperatorPayload, ctx: AptosContext) => void, filter?: CallFilter, handlerOptions?: HandlerOptions<MoveFetchConfig, staking_contract.SwitchOperatorPayload>): staking_contract;
|
6419
|
+
onEntrySwitchOperatorWithSameCommission(func: (call: staking_contract.SwitchOperatorWithSameCommissionPayload, ctx: AptosContext) => void, filter?: CallFilter, handlerOptions?: HandlerOptions<MoveFetchConfig, staking_contract.SwitchOperatorWithSameCommissionPayload>): staking_contract;
|
6420
|
+
onEntryUnlockRewards(func: (call: staking_contract.UnlockRewardsPayload, ctx: AptosContext) => void, filter?: CallFilter, handlerOptions?: HandlerOptions<MoveFetchConfig, staking_contract.UnlockRewardsPayload>): staking_contract;
|
6421
|
+
onEntryUnlockStake(func: (call: staking_contract.UnlockStakePayload, ctx: AptosContext) => void, filter?: CallFilter, handlerOptions?: HandlerOptions<MoveFetchConfig, staking_contract.UnlockStakePayload>): staking_contract;
|
6422
|
+
onEntryUpdateCommision(func: (call: staking_contract.UpdateCommisionPayload, ctx: AptosContext) => void, filter?: CallFilter, handlerOptions?: HandlerOptions<MoveFetchConfig, staking_contract.UpdateCommisionPayload>): staking_contract;
|
6423
|
+
onEntryUpdateVoter(func: (call: staking_contract.UpdateVoterPayload, ctx: AptosContext) => void, filter?: CallFilter, handlerOptions?: HandlerOptions<MoveFetchConfig, staking_contract.UpdateVoterPayload>): staking_contract;
|
6424
|
+
onEventAddStake(func: (event: staking_contract.AddStakeInstance, ctx: AptosContext) => void, handlerOptions?: HandlerOptions<MoveFetchConfig, staking_contract.AddStakeInstance>, eventFilter?: Omit<EventFilter, "type" | "account">): staking_contract;
|
6425
|
+
onEventAddStakeEvent(func: (event: staking_contract.AddStakeEventInstance, ctx: AptosContext) => void, handlerOptions?: HandlerOptions<MoveFetchConfig, staking_contract.AddStakeEventInstance>, eventFilter?: Omit<EventFilter, "type" | "account">): staking_contract;
|
6426
|
+
onEventUnlockStake(func: (event: staking_contract.UnlockStakeInstance, ctx: AptosContext) => void, handlerOptions?: HandlerOptions<MoveFetchConfig, staking_contract.UnlockStakeInstance>, eventFilter?: Omit<EventFilter, "type" | "account">): staking_contract;
|
6427
|
+
onEventUnlockStakeEvent(func: (event: staking_contract.UnlockStakeEventInstance, ctx: AptosContext) => void, handlerOptions?: HandlerOptions<MoveFetchConfig, staking_contract.UnlockStakeEventInstance>, eventFilter?: Omit<EventFilter, "type" | "account">): staking_contract;
|
6428
|
+
onEventSetBeneficiaryForOperator(func: (event: staking_contract.SetBeneficiaryForOperatorInstance, ctx: AptosContext) => void, handlerOptions?: HandlerOptions<MoveFetchConfig, staking_contract.SetBeneficiaryForOperatorInstance>, eventFilter?: Omit<EventFilter, "type" | "account">): staking_contract;
|
6429
|
+
onEventAddDistribution(func: (event: staking_contract.AddDistributionInstance, ctx: AptosContext) => void, handlerOptions?: HandlerOptions<MoveFetchConfig, staking_contract.AddDistributionInstance>, eventFilter?: Omit<EventFilter, "type" | "account">): staking_contract;
|
6430
|
+
onEventAddDistributionEvent(func: (event: staking_contract.AddDistributionEventInstance, ctx: AptosContext) => void, handlerOptions?: HandlerOptions<MoveFetchConfig, staking_contract.AddDistributionEventInstance>, eventFilter?: Omit<EventFilter, "type" | "account">): staking_contract;
|
6431
|
+
onEventCreateStakingContract(func: (event: staking_contract.CreateStakingContractInstance, ctx: AptosContext) => void, handlerOptions?: HandlerOptions<MoveFetchConfig, staking_contract.CreateStakingContractInstance>, eventFilter?: Omit<EventFilter, "type" | "account">): staking_contract;
|
6432
|
+
onEventCreateStakingContractEvent(func: (event: staking_contract.CreateStakingContractEventInstance, ctx: AptosContext) => void, handlerOptions?: HandlerOptions<MoveFetchConfig, staking_contract.CreateStakingContractEventInstance>, eventFilter?: Omit<EventFilter, "type" | "account">): staking_contract;
|
6433
|
+
onEventDistribute(func: (event: staking_contract.DistributeInstance, ctx: AptosContext) => void, handlerOptions?: HandlerOptions<MoveFetchConfig, staking_contract.DistributeInstance>, eventFilter?: Omit<EventFilter, "type" | "account">): staking_contract;
|
6434
|
+
onEventDistributeEvent(func: (event: staking_contract.DistributeEventInstance, ctx: AptosContext) => void, handlerOptions?: HandlerOptions<MoveFetchConfig, staking_contract.DistributeEventInstance>, eventFilter?: Omit<EventFilter, "type" | "account">): staking_contract;
|
6435
|
+
onEventRequestCommission(func: (event: staking_contract.RequestCommissionInstance, ctx: AptosContext) => void, handlerOptions?: HandlerOptions<MoveFetchConfig, staking_contract.RequestCommissionInstance>, eventFilter?: Omit<EventFilter, "type" | "account">): staking_contract;
|
6436
|
+
onEventRequestCommissionEvent(func: (event: staking_contract.RequestCommissionEventInstance, ctx: AptosContext) => void, handlerOptions?: HandlerOptions<MoveFetchConfig, staking_contract.RequestCommissionEventInstance>, eventFilter?: Omit<EventFilter, "type" | "account">): staking_contract;
|
6437
|
+
onEventResetLockup(func: (event: staking_contract.ResetLockupInstance, ctx: AptosContext) => void, handlerOptions?: HandlerOptions<MoveFetchConfig, staking_contract.ResetLockupInstance>, eventFilter?: Omit<EventFilter, "type" | "account">): staking_contract;
|
6438
|
+
onEventResetLockupEvent(func: (event: staking_contract.ResetLockupEventInstance, ctx: AptosContext) => void, handlerOptions?: HandlerOptions<MoveFetchConfig, staking_contract.ResetLockupEventInstance>, eventFilter?: Omit<EventFilter, "type" | "account">): staking_contract;
|
6439
|
+
onEventStakingGroupUpdateCommissionEvent(func: (event: staking_contract.StakingGroupUpdateCommissionEventInstance, ctx: AptosContext) => void, handlerOptions?: HandlerOptions<MoveFetchConfig, staking_contract.StakingGroupUpdateCommissionEventInstance>, eventFilter?: Omit<EventFilter, "type" | "account">): staking_contract;
|
6440
|
+
onEventSwitchOperator(func: (event: staking_contract.SwitchOperatorInstance, ctx: AptosContext) => void, handlerOptions?: HandlerOptions<MoveFetchConfig, staking_contract.SwitchOperatorInstance>, eventFilter?: Omit<EventFilter, "type" | "account">): staking_contract;
|
6441
|
+
onEventSwitchOperatorEvent(func: (event: staking_contract.SwitchOperatorEventInstance, ctx: AptosContext) => void, handlerOptions?: HandlerOptions<MoveFetchConfig, staking_contract.SwitchOperatorEventInstance>, eventFilter?: Omit<EventFilter, "type" | "account">): staking_contract;
|
6442
|
+
onEventUpdateCommission(func: (event: staking_contract.UpdateCommissionInstance, ctx: AptosContext) => void, handlerOptions?: HandlerOptions<MoveFetchConfig, staking_contract.UpdateCommissionInstance>, eventFilter?: Omit<EventFilter, "type" | "account">): staking_contract;
|
6443
|
+
onEventUpdateCommissionEvent(func: (event: staking_contract.UpdateCommissionEventInstance, ctx: AptosContext) => void, handlerOptions?: HandlerOptions<MoveFetchConfig, staking_contract.UpdateCommissionEventInstance>, eventFilter?: Omit<EventFilter, "type" | "account">): staking_contract;
|
6444
|
+
onEventUpdateVoter(func: (event: staking_contract.UpdateVoterInstance, ctx: AptosContext) => void, handlerOptions?: HandlerOptions<MoveFetchConfig, staking_contract.UpdateVoterInstance>, eventFilter?: Omit<EventFilter, "type" | "account">): staking_contract;
|
6445
|
+
onEventUpdateVoterEvent(func: (event: staking_contract.UpdateVoterEventInstance, ctx: AptosContext) => void, handlerOptions?: HandlerOptions<MoveFetchConfig, staking_contract.UpdateVoterEventInstance>, eventFilter?: Omit<EventFilter, "type" | "account">): staking_contract;
|
6226
6446
|
}
|
6227
6447
|
export declare namespace staking_contract {
|
6228
6448
|
interface AddStake {
|
@@ -6768,6 +6988,142 @@ export declare namespace aggregator_factory {
|
|
6768
6988
|
namespace entry { }
|
6769
6989
|
namespace view { }
|
6770
6990
|
}
|
6991
|
+
export declare class account_abstraction extends AptosBaseProcessor {
|
6992
|
+
constructor(options: AptosBindOptions);
|
6993
|
+
static DEFAULT_OPTIONS: AptosBindOptions;
|
6994
|
+
static bind(options?: Partial<AptosBindOptions>): account_abstraction;
|
6995
|
+
onEntryInitialize(func: (call: account_abstraction.InitializePayload, ctx: AptosContext) => void, filter?: CallFilter, handlerOptions?: HandlerOptions<MoveFetchConfig, account_abstraction.InitializePayload>): account_abstraction;
|
6996
|
+
onEntryAddAuthenticationFunction(func: (call: account_abstraction.AddAuthenticationFunctionPayload, ctx: AptosContext) => void, filter?: CallFilter, handlerOptions?: HandlerOptions<MoveFetchConfig, account_abstraction.AddAuthenticationFunctionPayload>): account_abstraction;
|
6997
|
+
onEntryAddDispatchableAuthenticationFunction(func: (call: account_abstraction.AddDispatchableAuthenticationFunctionPayload, ctx: AptosContext) => void, filter?: CallFilter, handlerOptions?: HandlerOptions<MoveFetchConfig, account_abstraction.AddDispatchableAuthenticationFunctionPayload>): account_abstraction;
|
6998
|
+
onEntryRegisterDerivableAuthenticationFunction(func: (call: account_abstraction.RegisterDerivableAuthenticationFunctionPayload, ctx: AptosContext) => void, filter?: CallFilter, handlerOptions?: HandlerOptions<MoveFetchConfig, account_abstraction.RegisterDerivableAuthenticationFunctionPayload>): account_abstraction;
|
6999
|
+
onEntryRemoveAuthenticationFunction(func: (call: account_abstraction.RemoveAuthenticationFunctionPayload, ctx: AptosContext) => void, filter?: CallFilter, handlerOptions?: HandlerOptions<MoveFetchConfig, account_abstraction.RemoveAuthenticationFunctionPayload>): account_abstraction;
|
7000
|
+
onEntryRemoveAuthenticator(func: (call: account_abstraction.RemoveAuthenticatorPayload, ctx: AptosContext) => void, filter?: CallFilter, handlerOptions?: HandlerOptions<MoveFetchConfig, account_abstraction.RemoveAuthenticatorPayload>): account_abstraction;
|
7001
|
+
onEntryRemoveDispatchableAuthenticationFunction(func: (call: account_abstraction.RemoveDispatchableAuthenticationFunctionPayload, ctx: AptosContext) => void, filter?: CallFilter, handlerOptions?: HandlerOptions<MoveFetchConfig, account_abstraction.RemoveDispatchableAuthenticationFunctionPayload>): account_abstraction;
|
7002
|
+
onEntryRemoveDispatchableAuthenticator(func: (call: account_abstraction.RemoveDispatchableAuthenticatorPayload, ctx: AptosContext) => void, filter?: CallFilter, handlerOptions?: HandlerOptions<MoveFetchConfig, account_abstraction.RemoveDispatchableAuthenticatorPayload>): account_abstraction;
|
7003
|
+
onEventRemoveDispatchableAuthenticator(func: (event: account_abstraction.RemoveDispatchableAuthenticatorInstance, ctx: AptosContext) => void, handlerOptions?: HandlerOptions<MoveFetchConfig, account_abstraction.RemoveDispatchableAuthenticatorInstance>, eventFilter?: Omit<EventFilter, "type" | "account">): account_abstraction;
|
7004
|
+
onEventUpdateDispatchableAuthenticator(func: (event: account_abstraction.UpdateDispatchableAuthenticatorInstance, ctx: AptosContext) => void, handlerOptions?: HandlerOptions<MoveFetchConfig, account_abstraction.UpdateDispatchableAuthenticatorInstance>, eventFilter?: Omit<EventFilter, "type" | "account">): account_abstraction;
|
7005
|
+
}
|
7006
|
+
export declare namespace account_abstraction {
|
7007
|
+
interface DerivableDispatchableAuthenticator {
|
7008
|
+
}
|
7009
|
+
namespace DerivableDispatchableAuthenticator {
|
7010
|
+
const TYPE_QNAME = "0x1::account_abstraction::DerivableDispatchableAuthenticator";
|
7011
|
+
function type(): TypeDescriptor<DerivableDispatchableAuthenticator>;
|
7012
|
+
}
|
7013
|
+
interface DerivableRegisterValue {
|
7014
|
+
}
|
7015
|
+
namespace DerivableRegisterValue {
|
7016
|
+
const TYPE_QNAME = "0x1::account_abstraction::DerivableRegisterValue";
|
7017
|
+
function type(): TypeDescriptor<DerivableRegisterValue>;
|
7018
|
+
}
|
7019
|
+
interface DispatchableAuthenticator {
|
7020
|
+
}
|
7021
|
+
namespace DispatchableAuthenticator {
|
7022
|
+
const TYPE_QNAME = "0x1::account_abstraction::DispatchableAuthenticator";
|
7023
|
+
function type(): TypeDescriptor<DispatchableAuthenticator>;
|
7024
|
+
}
|
7025
|
+
interface RemoveDispatchableAuthenticator {
|
7026
|
+
account: MoveAddressType;
|
7027
|
+
}
|
7028
|
+
namespace RemoveDispatchableAuthenticator {
|
7029
|
+
const TYPE_QNAME = "0x1::account_abstraction::RemoveDispatchableAuthenticator";
|
7030
|
+
function type(): TypeDescriptor<RemoveDispatchableAuthenticator>;
|
7031
|
+
}
|
7032
|
+
type RemoveDispatchableAuthenticatorInstance = TypedEventInstance<RemoveDispatchableAuthenticator> & {
|
7033
|
+
data_decoded: RemoveDispatchableAuthenticator;
|
7034
|
+
type_arguments: [];
|
7035
|
+
};
|
7036
|
+
interface UpdateDispatchableAuthenticator {
|
7037
|
+
account: MoveAddressType;
|
7038
|
+
update: string;
|
7039
|
+
auth_function: function_info.FunctionInfo;
|
7040
|
+
}
|
7041
|
+
namespace UpdateDispatchableAuthenticator {
|
7042
|
+
const TYPE_QNAME = "0x1::account_abstraction::UpdateDispatchableAuthenticator";
|
7043
|
+
function type(): TypeDescriptor<UpdateDispatchableAuthenticator>;
|
7044
|
+
}
|
7045
|
+
type UpdateDispatchableAuthenticatorInstance = TypedEventInstance<UpdateDispatchableAuthenticator> & {
|
7046
|
+
data_decoded: UpdateDispatchableAuthenticator;
|
7047
|
+
type_arguments: [];
|
7048
|
+
};
|
7049
|
+
namespace entry {
|
7050
|
+
function initialize(client: Aptos, account: AptosAccount, request: {
|
7051
|
+
typeArguments: [];
|
7052
|
+
functionArguments: [];
|
7053
|
+
}, options?: InputGenerateTransactionOptions): Promise<PendingTransactionResponse>;
|
7054
|
+
function addAuthenticationFunction(client: Aptos, account: AptosAccount, request: {
|
7055
|
+
typeArguments: [];
|
7056
|
+
functionArguments: [MoveAddressType, string, string];
|
7057
|
+
}, options?: InputGenerateTransactionOptions): Promise<PendingTransactionResponse>;
|
7058
|
+
function addDispatchableAuthenticationFunction(client: Aptos, account: AptosAccount, request: {
|
7059
|
+
typeArguments: [];
|
7060
|
+
functionArguments: [MoveAddressType, string, string];
|
7061
|
+
}, options?: InputGenerateTransactionOptions): Promise<PendingTransactionResponse>;
|
7062
|
+
function registerDerivableAuthenticationFunction(client: Aptos, account: AptosAccount, request: {
|
7063
|
+
typeArguments: [];
|
7064
|
+
functionArguments: [MoveAddressType, string, string];
|
7065
|
+
}, options?: InputGenerateTransactionOptions): Promise<PendingTransactionResponse>;
|
7066
|
+
function removeAuthenticationFunction(client: Aptos, account: AptosAccount, request: {
|
7067
|
+
typeArguments: [];
|
7068
|
+
functionArguments: [MoveAddressType, string, string];
|
7069
|
+
}, options?: InputGenerateTransactionOptions): Promise<PendingTransactionResponse>;
|
7070
|
+
function removeAuthenticator(client: Aptos, account: AptosAccount, request: {
|
7071
|
+
typeArguments: [];
|
7072
|
+
functionArguments: [];
|
7073
|
+
}, options?: InputGenerateTransactionOptions): Promise<PendingTransactionResponse>;
|
7074
|
+
function removeDispatchableAuthenticationFunction(client: Aptos, account: AptosAccount, request: {
|
7075
|
+
typeArguments: [];
|
7076
|
+
functionArguments: [MoveAddressType, string, string];
|
7077
|
+
}, options?: InputGenerateTransactionOptions): Promise<PendingTransactionResponse>;
|
7078
|
+
function removeDispatchableAuthenticator(client: Aptos, account: AptosAccount, request: {
|
7079
|
+
typeArguments: [];
|
7080
|
+
functionArguments: [];
|
7081
|
+
}, options?: InputGenerateTransactionOptions): Promise<PendingTransactionResponse>;
|
7082
|
+
}
|
7083
|
+
namespace view {
|
7084
|
+
function deriveAccountAddressView(client: Aptos, request: {
|
7085
|
+
functionArguments: [MoveAddressType, string, string, string];
|
7086
|
+
}, version?: bigint): Promise<[MoveAddressType]>;
|
7087
|
+
function dispatchableAuthenticator(client: Aptos, request: {
|
7088
|
+
functionArguments: [MoveAddressType];
|
7089
|
+
}, version?: bigint): Promise<[option.Option<function_info.FunctionInfo[]>]>;
|
7090
|
+
function usingDispatchableAuthenticator(client: Aptos, request: {
|
7091
|
+
functionArguments: [MoveAddressType];
|
7092
|
+
}, version?: bigint): Promise<[boolean]>;
|
7093
|
+
}
|
7094
|
+
interface InitializePayload extends TypedFunctionPayload<[]> {
|
7095
|
+
arguments_decoded: [];
|
7096
|
+
type_arguments: [];
|
7097
|
+
}
|
7098
|
+
interface AddAuthenticationFunctionPayload extends TypedFunctionPayload<[MoveAddressType, string, string]> {
|
7099
|
+
arguments_decoded: [MoveAddressType, string, string];
|
7100
|
+
type_arguments: [];
|
7101
|
+
}
|
7102
|
+
interface AddDispatchableAuthenticationFunctionPayload extends TypedFunctionPayload<[MoveAddressType, string, string]> {
|
7103
|
+
arguments_decoded: [MoveAddressType, string, string];
|
7104
|
+
type_arguments: [];
|
7105
|
+
}
|
7106
|
+
interface RegisterDerivableAuthenticationFunctionPayload extends TypedFunctionPayload<[MoveAddressType, string, string]> {
|
7107
|
+
arguments_decoded: [MoveAddressType, string, string];
|
7108
|
+
type_arguments: [];
|
7109
|
+
}
|
7110
|
+
interface RemoveAuthenticationFunctionPayload extends TypedFunctionPayload<[MoveAddressType, string, string]> {
|
7111
|
+
arguments_decoded: [MoveAddressType, string, string];
|
7112
|
+
type_arguments: [];
|
7113
|
+
}
|
7114
|
+
interface RemoveAuthenticatorPayload extends TypedFunctionPayload<[]> {
|
7115
|
+
arguments_decoded: [];
|
7116
|
+
type_arguments: [];
|
7117
|
+
}
|
7118
|
+
interface RemoveDispatchableAuthenticationFunctionPayload extends TypedFunctionPayload<[MoveAddressType, string, string]> {
|
7119
|
+
arguments_decoded: [MoveAddressType, string, string];
|
7120
|
+
type_arguments: [];
|
7121
|
+
}
|
7122
|
+
interface RemoveDispatchableAuthenticatorPayload extends TypedFunctionPayload<[]> {
|
7123
|
+
arguments_decoded: [];
|
7124
|
+
type_arguments: [];
|
7125
|
+
}
|
7126
|
+
}
|
6771
7127
|
export declare namespace governance_proposal {
|
6772
7128
|
interface GovernanceProposal {
|
6773
7129
|
dummy_field: boolean;
|
@@ -6799,6 +7155,72 @@ export declare namespace optional_aggregator {
|
|
6799
7155
|
namespace entry { }
|
6800
7156
|
namespace view { }
|
6801
7157
|
}
|
7158
|
+
export declare class permissioned_signer extends AptosBaseProcessor {
|
7159
|
+
constructor(options: AptosBindOptions);
|
7160
|
+
static DEFAULT_OPTIONS: AptosBindOptions;
|
7161
|
+
static bind(options?: Partial<AptosBindOptions>): permissioned_signer;
|
7162
|
+
onEntryRevokeAllHandles(func: (call: permissioned_signer.RevokeAllHandlesPayload, ctx: AptosContext) => void, filter?: CallFilter, handlerOptions?: HandlerOptions<MoveFetchConfig, permissioned_signer.RevokeAllHandlesPayload>): permissioned_signer;
|
7163
|
+
onEntryRevokePermissionStorageAddress(func: (call: permissioned_signer.RevokePermissionStorageAddressPayload, ctx: AptosContext) => void, filter?: CallFilter, handlerOptions?: HandlerOptions<MoveFetchConfig, permissioned_signer.RevokePermissionStorageAddressPayload>): permissioned_signer;
|
7164
|
+
}
|
7165
|
+
export declare namespace permissioned_signer {
|
7166
|
+
interface GrantedPermissionHandles {
|
7167
|
+
active_handles: MoveAddressType[];
|
7168
|
+
}
|
7169
|
+
namespace GrantedPermissionHandles {
|
7170
|
+
const TYPE_QNAME = "0x1::permissioned_signer::GrantedPermissionHandles";
|
7171
|
+
function type(): TypeDescriptor<GrantedPermissionHandles>;
|
7172
|
+
}
|
7173
|
+
interface PermissionStorage {
|
7174
|
+
}
|
7175
|
+
namespace PermissionStorage {
|
7176
|
+
const TYPE_QNAME = "0x1::permissioned_signer::PermissionStorage";
|
7177
|
+
function type(): TypeDescriptor<PermissionStorage>;
|
7178
|
+
}
|
7179
|
+
interface PermissionedHandle {
|
7180
|
+
}
|
7181
|
+
namespace PermissionedHandle {
|
7182
|
+
const TYPE_QNAME = "0x1::permissioned_signer::PermissionedHandle";
|
7183
|
+
function type(): TypeDescriptor<PermissionedHandle>;
|
7184
|
+
}
|
7185
|
+
interface RevokePermissionHandlePermission {
|
7186
|
+
dummy_field: boolean;
|
7187
|
+
}
|
7188
|
+
namespace RevokePermissionHandlePermission {
|
7189
|
+
const TYPE_QNAME = "0x1::permissioned_signer::RevokePermissionHandlePermission";
|
7190
|
+
function type(): TypeDescriptor<RevokePermissionHandlePermission>;
|
7191
|
+
}
|
7192
|
+
interface StorablePermissionedHandle {
|
7193
|
+
}
|
7194
|
+
namespace StorablePermissionedHandle {
|
7195
|
+
const TYPE_QNAME = "0x1::permissioned_signer::StorablePermissionedHandle";
|
7196
|
+
function type(): TypeDescriptor<StorablePermissionedHandle>;
|
7197
|
+
}
|
7198
|
+
interface StoredPermission {
|
7199
|
+
}
|
7200
|
+
namespace StoredPermission {
|
7201
|
+
const TYPE_QNAME = "0x1::permissioned_signer::StoredPermission";
|
7202
|
+
function type(): TypeDescriptor<StoredPermission>;
|
7203
|
+
}
|
7204
|
+
namespace entry {
|
7205
|
+
function revokeAllHandles(client: Aptos, account: AptosAccount, request: {
|
7206
|
+
typeArguments: [];
|
7207
|
+
functionArguments: [];
|
7208
|
+
}, options?: InputGenerateTransactionOptions): Promise<PendingTransactionResponse>;
|
7209
|
+
function revokePermissionStorageAddress(client: Aptos, account: AptosAccount, request: {
|
7210
|
+
typeArguments: [];
|
7211
|
+
functionArguments: [MoveAddressType];
|
7212
|
+
}, options?: InputGenerateTransactionOptions): Promise<PendingTransactionResponse>;
|
7213
|
+
}
|
7214
|
+
namespace view { }
|
7215
|
+
interface RevokeAllHandlesPayload extends TypedFunctionPayload<[]> {
|
7216
|
+
arguments_decoded: [];
|
7217
|
+
type_arguments: [];
|
7218
|
+
}
|
7219
|
+
interface RevokePermissionStorageAddressPayload extends TypedFunctionPayload<[MoveAddressType]> {
|
7220
|
+
arguments_decoded: [MoveAddressType];
|
7221
|
+
type_arguments: [];
|
7222
|
+
}
|
7223
|
+
}
|
6802
7224
|
export declare namespace transaction_context {
|
6803
7225
|
interface AUID {
|
6804
7226
|
unique_address: MoveAddressType;
|
@@ -6929,12 +7351,12 @@ export declare class object_code_deployment extends AptosBaseProcessor {
|
|
6929
7351
|
constructor(options: AptosBindOptions);
|
6930
7352
|
static DEFAULT_OPTIONS: AptosBindOptions;
|
6931
7353
|
static bind(options?: Partial<AptosBindOptions>): object_code_deployment;
|
6932
|
-
onEntryFreezeCodeObject(func: (call: object_code_deployment.FreezeCodeObjectPayload, ctx: AptosContext) => void, filter?: CallFilter,
|
6933
|
-
onEntryPublish(func: (call: object_code_deployment.PublishPayload, ctx: AptosContext) => void, filter?: CallFilter,
|
6934
|
-
onEntryUpgrade(func: (call: object_code_deployment.UpgradePayload, ctx: AptosContext) => void, filter?: CallFilter,
|
6935
|
-
onEventFreeze(func: (event: object_code_deployment.FreezeInstance, ctx: AptosContext) => void,
|
6936
|
-
onEventPublish(func: (event: object_code_deployment.PublishInstance, ctx: AptosContext) => void,
|
6937
|
-
onEventUpgrade(func: (event: object_code_deployment.UpgradeInstance, ctx: AptosContext) => void,
|
7354
|
+
onEntryFreezeCodeObject(func: (call: object_code_deployment.FreezeCodeObjectPayload, ctx: AptosContext) => void, filter?: CallFilter, handlerOptions?: HandlerOptions<MoveFetchConfig, object_code_deployment.FreezeCodeObjectPayload>): object_code_deployment;
|
7355
|
+
onEntryPublish(func: (call: object_code_deployment.PublishPayload, ctx: AptosContext) => void, filter?: CallFilter, handlerOptions?: HandlerOptions<MoveFetchConfig, object_code_deployment.PublishPayload>): object_code_deployment;
|
7356
|
+
onEntryUpgrade(func: (call: object_code_deployment.UpgradePayload, ctx: AptosContext) => void, filter?: CallFilter, handlerOptions?: HandlerOptions<MoveFetchConfig, object_code_deployment.UpgradePayload>): object_code_deployment;
|
7357
|
+
onEventFreeze(func: (event: object_code_deployment.FreezeInstance, ctx: AptosContext) => void, handlerOptions?: HandlerOptions<MoveFetchConfig, object_code_deployment.FreezeInstance>, eventFilter?: Omit<EventFilter, "type" | "account">): object_code_deployment;
|
7358
|
+
onEventPublish(func: (event: object_code_deployment.PublishInstance, ctx: AptosContext) => void, handlerOptions?: HandlerOptions<MoveFetchConfig, object_code_deployment.PublishInstance>, eventFilter?: Omit<EventFilter, "type" | "account">): object_code_deployment;
|
7359
|
+
onEventUpgrade(func: (event: object_code_deployment.UpgradeInstance, ctx: AptosContext) => void, handlerOptions?: HandlerOptions<MoveFetchConfig, object_code_deployment.UpgradeInstance>, eventFilter?: Omit<EventFilter, "type" | "account">): object_code_deployment;
|
6938
7360
|
}
|
6939
7361
|
export declare namespace object_code_deployment {
|
6940
7362
|
interface Freeze {
|
@@ -7017,8 +7439,8 @@ export declare class primary_fungible_store extends AptosBaseProcessor {
|
|
7017
7439
|
constructor(options: AptosBindOptions);
|
7018
7440
|
static DEFAULT_OPTIONS: AptosBindOptions;
|
7019
7441
|
static bind(options?: Partial<AptosBindOptions>): primary_fungible_store;
|
7020
|
-
onEntryTransfer(func: (call: primary_fungible_store.TransferPayload, ctx: AptosContext) => void, filter?: CallFilter,
|
7021
|
-
onEntryTransferAssertMinimumDeposit(func: (call: primary_fungible_store.TransferAssertMinimumDepositPayload, ctx: AptosContext) => void, filter?: CallFilter,
|
7442
|
+
onEntryTransfer(func: (call: primary_fungible_store.TransferPayload, ctx: AptosContext) => void, filter?: CallFilter, handlerOptions?: HandlerOptions<MoveFetchConfig, primary_fungible_store.TransferPayload>): primary_fungible_store;
|
7443
|
+
onEntryTransferAssertMinimumDeposit(func: (call: primary_fungible_store.TransferAssertMinimumDepositPayload, ctx: AptosContext) => void, filter?: CallFilter, handlerOptions?: HandlerOptions<MoveFetchConfig, primary_fungible_store.TransferAssertMinimumDepositPayload>): primary_fungible_store;
|
7022
7444
|
}
|
7023
7445
|
export declare namespace primary_fungible_store {
|
7024
7446
|
interface DeriveRefPod {
|
@@ -7088,6 +7510,13 @@ export declare namespace primary_fungible_store {
|
|
7088
7510
|
}
|
7089
7511
|
}
|
7090
7512
|
export declare namespace transaction_validation {
|
7513
|
+
interface GasPermission {
|
7514
|
+
dummy_field: boolean;
|
7515
|
+
}
|
7516
|
+
namespace GasPermission {
|
7517
|
+
const TYPE_QNAME = "0x1::transaction_validation::GasPermission";
|
7518
|
+
function type(): TypeDescriptor<GasPermission>;
|
7519
|
+
}
|
7091
7520
|
interface TransactionValidation {
|
7092
7521
|
module_addr: MoveAddressType;
|
7093
7522
|
module_name: string;
|
@@ -7103,6 +7532,59 @@ export declare namespace transaction_validation {
|
|
7103
7532
|
namespace entry { }
|
7104
7533
|
namespace view { }
|
7105
7534
|
}
|
7535
|
+
export declare namespace permissioned_delegation {
|
7536
|
+
interface AccountDelegation {
|
7537
|
+
}
|
7538
|
+
namespace AccountDelegation {
|
7539
|
+
const TYPE_QNAME = "0x1::permissioned_delegation::AccountDelegation";
|
7540
|
+
function type(): TypeDescriptor<AccountDelegation>;
|
7541
|
+
}
|
7542
|
+
interface DelegationKey {
|
7543
|
+
}
|
7544
|
+
namespace DelegationKey {
|
7545
|
+
const TYPE_QNAME = "0x1::permissioned_delegation::DelegationKey";
|
7546
|
+
function type(): TypeDescriptor<DelegationKey>;
|
7547
|
+
}
|
7548
|
+
interface RegisteredDelegations {
|
7549
|
+
delegations: big_ordered_map.BigOrderedMap<permissioned_delegation.DelegationKey, permissioned_delegation.AccountDelegation>;
|
7550
|
+
}
|
7551
|
+
namespace RegisteredDelegations {
|
7552
|
+
const TYPE_QNAME = "0x1::permissioned_delegation::RegisteredDelegations";
|
7553
|
+
function type(): TypeDescriptor<RegisteredDelegations>;
|
7554
|
+
}
|
7555
|
+
namespace entry { }
|
7556
|
+
namespace view { }
|
7557
|
+
}
|
7558
|
+
export declare namespace storage_slots_allocator {
|
7559
|
+
interface Link<T0> {
|
7560
|
+
}
|
7561
|
+
namespace Link {
|
7562
|
+
const TYPE_QNAME = "0x1::storage_slots_allocator::Link";
|
7563
|
+
function type<T0>(arg0?: TypeDescriptor<T0>): TypeDescriptor<Link<T0>>;
|
7564
|
+
}
|
7565
|
+
interface ReservedSlot {
|
7566
|
+
slot_index: bigint;
|
7567
|
+
}
|
7568
|
+
namespace ReservedSlot {
|
7569
|
+
const TYPE_QNAME = "0x1::storage_slots_allocator::ReservedSlot";
|
7570
|
+
function type(): TypeDescriptor<ReservedSlot>;
|
7571
|
+
}
|
7572
|
+
interface StorageSlotsAllocator<T0> {
|
7573
|
+
}
|
7574
|
+
namespace StorageSlotsAllocator {
|
7575
|
+
const TYPE_QNAME = "0x1::storage_slots_allocator::StorageSlotsAllocator";
|
7576
|
+
function type<T0>(arg0?: TypeDescriptor<T0>): TypeDescriptor<StorageSlotsAllocator<T0>>;
|
7577
|
+
}
|
7578
|
+
interface StoredSlot {
|
7579
|
+
slot_index: bigint;
|
7580
|
+
}
|
7581
|
+
namespace StoredSlot {
|
7582
|
+
const TYPE_QNAME = "0x1::storage_slots_allocator::StoredSlot";
|
7583
|
+
function type(): TypeDescriptor<StoredSlot>;
|
7584
|
+
}
|
7585
|
+
namespace entry { }
|
7586
|
+
namespace view { }
|
7587
|
+
}
|
7106
7588
|
export declare namespace randomness_api_v0_config {
|
7107
7589
|
interface AllowCustomMaxGasFlag {
|
7108
7590
|
value: boolean;
|
@@ -7164,8 +7646,8 @@ export declare class dispatchable_fungible_asset extends AptosBaseProcessor {
|
|
7164
7646
|
constructor(options: AptosBindOptions);
|
7165
7647
|
static DEFAULT_OPTIONS: AptosBindOptions;
|
7166
7648
|
static bind(options?: Partial<AptosBindOptions>): dispatchable_fungible_asset;
|
7167
|
-
onEntryTransfer(func: (call: dispatchable_fungible_asset.TransferPayload, ctx: AptosContext) => void, filter?: CallFilter,
|
7168
|
-
onEntryTransferAssertMinimumDeposit(func: (call: dispatchable_fungible_asset.TransferAssertMinimumDepositPayload, ctx: AptosContext) => void, filter?: CallFilter,
|
7649
|
+
onEntryTransfer(func: (call: dispatchable_fungible_asset.TransferPayload, ctx: AptosContext) => void, filter?: CallFilter, handlerOptions?: HandlerOptions<MoveFetchConfig, dispatchable_fungible_asset.TransferPayload>): dispatchable_fungible_asset;
|
7650
|
+
onEntryTransferAssertMinimumDeposit(func: (call: dispatchable_fungible_asset.TransferAssertMinimumDepositPayload, ctx: AptosContext) => void, filter?: CallFilter, handlerOptions?: HandlerOptions<MoveFetchConfig, dispatchable_fungible_asset.TransferAssertMinimumDepositPayload>): dispatchable_fungible_asset;
|
7169
7651
|
}
|
7170
7652
|
export declare namespace dispatchable_fungible_asset {
|
7171
7653
|
interface TransferRefStore {
|
@@ -7199,6 +7681,10 @@ export declare namespace dispatchable_fungible_asset {
|
|
7199
7681
|
typeArguments: [MoveStructId];
|
7200
7682
|
functionArguments: [object$.Object<T0>];
|
7201
7683
|
}, version?: bigint): Promise<[option.Option<bigint>]>;
|
7684
|
+
function isDerivedBalanceAtLeast<T0 = any>(client: Aptos, request: {
|
7685
|
+
typeArguments: [MoveStructId];
|
7686
|
+
functionArguments: [object$.Object<T0>, bigint];
|
7687
|
+
}, version?: bigint): Promise<[boolean]>;
|
7202
7688
|
}
|
7203
7689
|
interface TransferPayload<T0 = any> extends TypedFunctionPayload<[
|
7204
7690
|
object$.Object<T0>,
|