@sentio/sdk 2.59.0-rc.24 → 2.59.0-rc.25
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/aptos-plugin.d.ts +6 -5
- package/lib/aptos/aptos-plugin.d.ts.map +1 -1
- package/lib/aptos/aptos-plugin.js +31 -33
- package/lib/aptos/aptos-plugin.js.map +1 -1
- package/lib/aptos/aptos-processor.d.ts +18 -18
- package/lib/aptos/aptos-processor.d.ts.map +1 -1
- package/lib/aptos/aptos-processor.js +83 -38
- 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 +334 -333
- package/lib/aptos/builtin/0x1.d.ts.map +1 -1
- package/lib/aptos/builtin/0x1.js +348 -348
- package/lib/aptos/builtin/0x1.js.map +1 -1
- package/lib/aptos/builtin/0x3.d.ts +67 -66
- package/lib/aptos/builtin/0x3.d.ts.map +1 -1
- package/lib/aptos/builtin/0x3.js +28 -28
- package/lib/aptos/builtin/0x3.js.map +1 -1
- package/lib/aptos/builtin/0x4.d.ts +30 -29
- package/lib/aptos/builtin/0x4.d.ts.map +1 -1
- package/lib/aptos/builtin/0x4.js +34 -34
- package/lib/aptos/builtin/0x4.js.map +1 -1
- package/lib/aptos/codegen/codegen.js +19 -2
- package/lib/aptos/codegen/codegen.js.map +1 -1
- package/lib/aptos/data.d.ts +28 -3
- package/lib/aptos/data.d.ts.map +1 -1
- package/lib/aptos/data.js +61 -0
- package/lib/aptos/data.js.map +1 -1
- package/lib/aptos/models.d.ts +1 -5
- package/lib/aptos/models.d.ts.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/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 +2 -0
- package/lib/core/index.d.ts.map +1 -1
- package/lib/core/index.js +2 -0
- package/lib/core/index.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 +18 -17
- package/lib/eth/base-processor.d.ts.map +1 -1
- package/lib/eth/base-processor.js +147 -26
- package/lib/eth/base-processor.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 +4 -1
- package/lib/eth/eth-plugin.d.ts.map +1 -1
- package/lib/eth/eth-plugin.js +42 -1
- 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 +90 -19
- 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 +4 -0
- package/lib/move/filter.d.ts.map +1 -1
- package/lib/move/filter.js +4 -0
- package/lib/move/filter.js.map +1 -1
- package/lib/move/shared-network-codegen.js +5 -5
- 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 +27 -2
- package/lib/stark/starknet-processor.js.map +1 -1
- package/lib/sui/builtin/0x1.d.ts +7 -6
- package/lib/sui/builtin/0x1.d.ts.map +1 -1
- package/lib/sui/builtin/0x1.js +12 -12
- package/lib/sui/builtin/0x1.js.map +1 -1
- package/lib/sui/builtin/0x2.d.ts +61 -60
- package/lib/sui/builtin/0x2.d.ts.map +1 -1
- package/lib/sui/builtin/0x2.js +120 -120
- package/lib/sui/builtin/0x2.js.map +1 -1
- package/lib/sui/builtin/0x3.d.ts +49 -48
- package/lib/sui/builtin/0x3.d.ts.map +1 -1
- package/lib/sui/builtin/0x3.js +96 -96
- package/lib/sui/builtin/0x3.js.map +1 -1
- package/lib/sui/models.d.ts +1 -5
- package/lib/sui/models.d.ts.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 +59 -20
- package/lib/sui/sui-plugin.js.map +1 -1
- package/lib/sui/sui-processor.d.ts +5 -4
- package/lib/sui/sui-processor.d.ts.map +1 -1
- package/lib/sui/sui-processor.js +47 -11
- package/lib/sui/sui-processor.js.map +1 -1
- package/package.json +3 -3
- package/src/aptos/aptos-plugin.ts +35 -39
- package/src/aptos/aptos-processor.ts +94 -54
- package/src/aptos/aptos-resource-processor-template.ts +9 -8
- package/src/aptos/builtin/0x1.ts +1407 -507
- package/src/aptos/builtin/0x3.ts +251 -80
- package/src/aptos/builtin/0x4.ts +112 -46
- package/src/aptos/codegen/codegen.ts +23 -2
- package/src/aptos/data.ts +78 -3
- package/src/aptos/models.ts +1 -6
- 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/handler-options.ts +40 -0
- package/src/core/index.ts +5 -0
- 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 +139 -33
- 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 +55 -3
- 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 +89 -13
- package/src/fuel/types.ts +3 -0
- package/src/move/filter.ts +4 -0
- package/src/move/shared-network-codegen.ts +5 -5
- package/src/solana/solana-processor.ts +28 -6
- package/src/stark/starknet-processor.ts +28 -2
- package/src/sui/builtin/0x1.ts +22 -13
- package/src/sui/builtin/0x2.ts +220 -121
- package/src/sui/builtin/0x3.ts +241 -97
- package/src/sui/models.ts +1 -6
- package/src/sui/sui-plugin.ts +68 -22
- package/src/sui/sui-processor.ts +48 -11
@@ -1,5 +1,6 @@
|
|
1
1
|
import { CallFilter, MoveFetchConfig, EventFilter } from "@sentio/sdk/move";
|
2
|
-
import {
|
2
|
+
import { HandlerOptions } from "@sentio/sdk";
|
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";
|
5
6
|
import { Aptos, Account as AptosAccount, MoveAddressType, PendingTransactionResponse, InputGenerateTransactionOptions, MoveStructId } from "@aptos-labs/ts-sdk";
|
@@ -44,7 +45,7 @@ export declare class dkg extends AptosBaseProcessor {
|
|
44
45
|
constructor(options: AptosBindOptions);
|
45
46
|
static DEFAULT_OPTIONS: AptosBindOptions;
|
46
47
|
static bind(options?: Partial<AptosBindOptions>): dkg;
|
47
|
-
onEventDKGStartEvent(func: (event: dkg.DKGStartEventInstance, ctx: AptosContext) => void, handlerOptions?: HandlerOptions<dkg.DKGStartEventInstance>, eventFilter?: Omit<EventFilter, "type" | "account">): dkg;
|
48
|
+
onEventDKGStartEvent(func: (event: dkg.DKGStartEventInstance, ctx: AptosContext) => void, handlerOptions?: HandlerOptions<MoveFetchConfig, dkg.DKGStartEventInstance>, eventFilter?: Omit<EventFilter, "type" | "account">): dkg;
|
48
49
|
}
|
49
50
|
export declare namespace dkg {
|
50
51
|
interface DKGSessionMetadata {
|
@@ -97,8 +98,8 @@ export declare class code extends AptosBaseProcessor {
|
|
97
98
|
constructor(options: AptosBindOptions);
|
98
99
|
static DEFAULT_OPTIONS: AptosBindOptions;
|
99
100
|
static bind(options?: Partial<AptosBindOptions>): code;
|
100
|
-
onEntryPublishPackageTxn(func: (call: code.PublishPackageTxnPayload, ctx: AptosContext) => void, filter?: CallFilter,
|
101
|
-
onEventPublishPackage(func: (event: code.PublishPackageInstance, ctx: AptosContext) => void, handlerOptions?: HandlerOptions<code.PublishPackageInstance>, eventFilter?: Omit<EventFilter, "type" | "account">): code;
|
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;
|
102
103
|
}
|
103
104
|
export declare namespace code {
|
104
105
|
interface AllowedDep {
|
@@ -190,21 +191,21 @@ export declare class coin extends AptosBaseProcessor {
|
|
190
191
|
constructor(options: AptosBindOptions);
|
191
192
|
static DEFAULT_OPTIONS: AptosBindOptions;
|
192
193
|
static bind(options?: Partial<AptosBindOptions>): coin;
|
193
|
-
onEntryTransfer(func: (call: coin.TransferPayload, ctx: AptosContext) => void, filter?: CallFilter,
|
194
|
-
onEntryCreateCoinConversionMap(func: (call: coin.CreateCoinConversionMapPayload, ctx: AptosContext) => void, filter?: CallFilter,
|
195
|
-
onEntryCreatePairing(func: (call: coin.CreatePairingPayload, ctx: AptosContext) => void, filter?: CallFilter,
|
196
|
-
onEntryFreezeCoinStore(func: (call: coin.FreezeCoinStorePayload, ctx: AptosContext) => void, filter?: CallFilter,
|
197
|
-
onEntryMigrateCoinStoreToFungibleStore(func: (call: coin.MigrateCoinStoreToFungibleStorePayload, ctx: AptosContext) => void, filter?: CallFilter,
|
198
|
-
onEntryMigrateToFungibleStore(func: (call: coin.MigrateToFungibleStorePayload, ctx: AptosContext) => void, filter?: CallFilter,
|
199
|
-
onEntryUnfreezeCoinStore(func: (call: coin.UnfreezeCoinStorePayload, ctx: AptosContext) => void, filter?: CallFilter,
|
200
|
-
onEntryUpgradeSupply(func: (call: coin.UpgradeSupplyPayload, ctx: AptosContext) => void, filter?: CallFilter,
|
201
|
-
onEventDepositEvent(func: (event: coin.DepositEventInstance, ctx: AptosContext) => void, handlerOptions?: HandlerOptions<coin.DepositEventInstance>, eventFilter?: Omit<EventFilter, "type" | "account">): coin;
|
202
|
-
onEventWithdrawEvent(func: (event: coin.WithdrawEventInstance, ctx: AptosContext) => void, handlerOptions?: HandlerOptions<coin.WithdrawEventInstance>, eventFilter?: Omit<EventFilter, "type" | "account">): coin;
|
203
|
-
onEventCoinDeposit(func: (event: coin.CoinDepositInstance, ctx: AptosContext) => void, handlerOptions?: HandlerOptions<coin.CoinDepositInstance>, eventFilter?: Omit<EventFilter, "type" | "account">): coin;
|
204
|
-
onEventCoinEventHandleDeletion(func: (event: coin.CoinEventHandleDeletionInstance, ctx: AptosContext) => void, handlerOptions?: HandlerOptions<coin.CoinEventHandleDeletionInstance>, eventFilter?: Omit<EventFilter, "type" | "account">): coin;
|
205
|
-
onEventCoinStoreDeletion(func: (event: coin.CoinStoreDeletionInstance, ctx: AptosContext) => void, handlerOptions?: HandlerOptions<coin.CoinStoreDeletionInstance>, eventFilter?: Omit<EventFilter, "type" | "account">): coin;
|
206
|
-
onEventCoinWithdraw(func: (event: coin.CoinWithdrawInstance, ctx: AptosContext) => void, handlerOptions?: HandlerOptions<coin.CoinWithdrawInstance>, eventFilter?: Omit<EventFilter, "type" | "account">): coin;
|
207
|
-
onEventPairCreation(func: (event: coin.PairCreationInstance, ctx: AptosContext) => void, handlerOptions?: HandlerOptions<coin.PairCreationInstance>, eventFilter?: Omit<EventFilter, "type" | "account">): coin;
|
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;
|
208
209
|
}
|
209
210
|
export declare namespace coin {
|
210
211
|
interface Deposit<T0> {
|
@@ -568,8 +569,8 @@ export declare class jwks extends AptosBaseProcessor {
|
|
568
569
|
constructor(options: AptosBindOptions);
|
569
570
|
static DEFAULT_OPTIONS: AptosBindOptions;
|
570
571
|
static bind(options?: Partial<AptosBindOptions>): jwks;
|
571
|
-
onEntryUpdateFederatedJwkSet(func: (call: jwks.UpdateFederatedJwkSetPayload, ctx: AptosContext) => void, filter?: CallFilter,
|
572
|
-
onEventObservedJWKsUpdated(func: (event: jwks.ObservedJWKsUpdatedInstance, ctx: AptosContext) => void, handlerOptions?: HandlerOptions<jwks.ObservedJWKsUpdatedInstance>, eventFilter?: Omit<EventFilter, "type" | "account">): jwks;
|
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;
|
573
574
|
}
|
574
575
|
export declare namespace jwks {
|
575
576
|
interface AllProvidersJWKs {
|
@@ -732,10 +733,10 @@ export declare class block extends AptosBaseProcessor {
|
|
732
733
|
constructor(options: AptosBindOptions);
|
733
734
|
static DEFAULT_OPTIONS: AptosBindOptions;
|
734
735
|
static bind(options?: Partial<AptosBindOptions>): block;
|
735
|
-
onEventNewBlock(func: (event: block.NewBlockInstance, ctx: AptosContext) => void, handlerOptions?: HandlerOptions<block.NewBlockInstance>, eventFilter?: Omit<EventFilter, "type" | "account">): block;
|
736
|
-
onEventNewBlockEvent(func: (event: block.NewBlockEventInstance, ctx: AptosContext) => void, handlerOptions?: HandlerOptions<block.NewBlockEventInstance>, eventFilter?: Omit<EventFilter, "type" | "account">): block;
|
737
|
-
onEventUpdateEpochInterval(func: (event: block.UpdateEpochIntervalInstance, ctx: AptosContext) => void, handlerOptions?: HandlerOptions<block.UpdateEpochIntervalInstance>, eventFilter?: Omit<EventFilter, "type" | "account">): block;
|
738
|
-
onEventUpdateEpochIntervalEvent(func: (event: block.UpdateEpochIntervalEventInstance, ctx: AptosContext) => void, handlerOptions?: HandlerOptions<block.UpdateEpochIntervalEventInstance>, eventFilter?: Omit<EventFilter, "type" | "account">): block;
|
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;
|
739
740
|
}
|
740
741
|
export declare namespace block {
|
741
742
|
interface BlockResource {
|
@@ -847,43 +848,43 @@ export declare class stake extends AptosBaseProcessor {
|
|
847
848
|
constructor(options: AptosBindOptions);
|
848
849
|
static DEFAULT_OPTIONS: AptosBindOptions;
|
849
850
|
static bind(options?: Partial<AptosBindOptions>): stake;
|
850
|
-
onEntryWithdraw(func: (call: stake.WithdrawPayload, ctx: AptosContext) => void, filter?: CallFilter,
|
851
|
-
onEntryAddStake(func: (call: stake.AddStakePayload, ctx: AptosContext) => void, filter?: CallFilter,
|
852
|
-
onEntryIncreaseLockup(func: (call: stake.IncreaseLockupPayload, ctx: AptosContext) => void, filter?: CallFilter,
|
853
|
-
onEntryInitializeStakeOwner(func: (call: stake.InitializeStakeOwnerPayload, ctx: AptosContext) => void, filter?: CallFilter,
|
854
|
-
onEntryInitializeValidator(func: (call: stake.InitializeValidatorPayload, ctx: AptosContext) => void, filter?: CallFilter,
|
855
|
-
onEntryJoinValidatorSet(func: (call: stake.JoinValidatorSetPayload, ctx: AptosContext) => void, filter?: CallFilter,
|
856
|
-
onEntryLeaveValidatorSet(func: (call: stake.LeaveValidatorSetPayload, ctx: AptosContext) => void, filter?: CallFilter,
|
857
|
-
onEntryReactivateStake(func: (call: stake.ReactivateStakePayload, ctx: AptosContext) => void, filter?: CallFilter,
|
858
|
-
onEntryRotateConsensusKey(func: (call: stake.RotateConsensusKeyPayload, ctx: AptosContext) => void, filter?: CallFilter,
|
859
|
-
onEntrySetDelegatedVoter(func: (call: stake.SetDelegatedVoterPayload, ctx: AptosContext) => void, filter?: CallFilter,
|
860
|
-
onEntrySetOperator(func: (call: stake.SetOperatorPayload, ctx: AptosContext) => void, filter?: CallFilter,
|
861
|
-
onEntryUnlock(func: (call: stake.UnlockPayload, ctx: AptosContext) => void, filter?: CallFilter,
|
862
|
-
onEntryUpdateNetworkAndFullnodeAddresses(func: (call: stake.UpdateNetworkAndFullnodeAddressesPayload, ctx: AptosContext) => void, filter?: CallFilter,
|
863
|
-
onEventAddStake(func: (event: stake.AddStakeInstance, ctx: AptosContext) => void, handlerOptions?: HandlerOptions<stake.AddStakeInstance>, eventFilter?: Omit<EventFilter, "type" | "account">): stake;
|
864
|
-
onEventAddStakeEvent(func: (event: stake.AddStakeEventInstance, ctx: AptosContext) => void, handlerOptions?: HandlerOptions<stake.AddStakeEventInstance>, eventFilter?: Omit<EventFilter, "type" | "account">): stake;
|
865
|
-
onEventDistributeRewards(func: (event: stake.DistributeRewardsInstance, ctx: AptosContext) => void, handlerOptions?: HandlerOptions<stake.DistributeRewardsInstance>, eventFilter?: Omit<EventFilter, "type" | "account">): stake;
|
866
|
-
onEventDistributeRewardsEvent(func: (event: stake.DistributeRewardsEventInstance, ctx: AptosContext) => void, handlerOptions?: HandlerOptions<stake.DistributeRewardsEventInstance>, eventFilter?: Omit<EventFilter, "type" | "account">): stake;
|
867
|
-
onEventIncreaseLockup(func: (event: stake.IncreaseLockupInstance, ctx: AptosContext) => void, handlerOptions?: HandlerOptions<stake.IncreaseLockupInstance>, eventFilter?: Omit<EventFilter, "type" | "account">): stake;
|
868
|
-
onEventIncreaseLockupEvent(func: (event: stake.IncreaseLockupEventInstance, ctx: AptosContext) => void, handlerOptions?: HandlerOptions<stake.IncreaseLockupEventInstance>, eventFilter?: Omit<EventFilter, "type" | "account">): stake;
|
869
|
-
onEventJoinValidatorSet(func: (event: stake.JoinValidatorSetInstance, ctx: AptosContext) => void, handlerOptions?: HandlerOptions<stake.JoinValidatorSetInstance>, eventFilter?: Omit<EventFilter, "type" | "account">): stake;
|
870
|
-
onEventJoinValidatorSetEvent(func: (event: stake.JoinValidatorSetEventInstance, ctx: AptosContext) => void, handlerOptions?: HandlerOptions<stake.JoinValidatorSetEventInstance>, eventFilter?: Omit<EventFilter, "type" | "account">): stake;
|
871
|
-
onEventLeaveValidatorSet(func: (event: stake.LeaveValidatorSetInstance, ctx: AptosContext) => void, handlerOptions?: HandlerOptions<stake.LeaveValidatorSetInstance>, eventFilter?: Omit<EventFilter, "type" | "account">): stake;
|
872
|
-
onEventLeaveValidatorSetEvent(func: (event: stake.LeaveValidatorSetEventInstance, ctx: AptosContext) => void, handlerOptions?: HandlerOptions<stake.LeaveValidatorSetEventInstance>, eventFilter?: Omit<EventFilter, "type" | "account">): stake;
|
873
|
-
onEventReactivateStake(func: (event: stake.ReactivateStakeInstance, ctx: AptosContext) => void, handlerOptions?: HandlerOptions<stake.ReactivateStakeInstance>, eventFilter?: Omit<EventFilter, "type" | "account">): stake;
|
874
|
-
onEventReactivateStakeEvent(func: (event: stake.ReactivateStakeEventInstance, ctx: AptosContext) => void, handlerOptions?: HandlerOptions<stake.ReactivateStakeEventInstance>, eventFilter?: Omit<EventFilter, "type" | "account">): stake;
|
875
|
-
onEventRegisterValidatorCandidate(func: (event: stake.RegisterValidatorCandidateInstance, ctx: AptosContext) => void, handlerOptions?: HandlerOptions<stake.RegisterValidatorCandidateInstance>, eventFilter?: Omit<EventFilter, "type" | "account">): stake;
|
876
|
-
onEventRegisterValidatorCandidateEvent(func: (event: stake.RegisterValidatorCandidateEventInstance, ctx: AptosContext) => void, handlerOptions?: HandlerOptions<stake.RegisterValidatorCandidateEventInstance>, eventFilter?: Omit<EventFilter, "type" | "account">): stake;
|
877
|
-
onEventRotateConsensusKey(func: (event: stake.RotateConsensusKeyInstance, ctx: AptosContext) => void, handlerOptions?: HandlerOptions<stake.RotateConsensusKeyInstance>, eventFilter?: Omit<EventFilter, "type" | "account">): stake;
|
878
|
-
onEventRotateConsensusKeyEvent(func: (event: stake.RotateConsensusKeyEventInstance, ctx: AptosContext) => void, handlerOptions?: HandlerOptions<stake.RotateConsensusKeyEventInstance>, eventFilter?: Omit<EventFilter, "type" | "account">): stake;
|
879
|
-
onEventSetOperator(func: (event: stake.SetOperatorInstance, ctx: AptosContext) => void, handlerOptions?: HandlerOptions<stake.SetOperatorInstance>, eventFilter?: Omit<EventFilter, "type" | "account">): stake;
|
880
|
-
onEventSetOperatorEvent(func: (event: stake.SetOperatorEventInstance, ctx: AptosContext) => void, handlerOptions?: HandlerOptions<stake.SetOperatorEventInstance>, eventFilter?: Omit<EventFilter, "type" | "account">): stake;
|
881
|
-
onEventUnlockStake(func: (event: stake.UnlockStakeInstance, ctx: AptosContext) => void, handlerOptions?: HandlerOptions<stake.UnlockStakeInstance>, eventFilter?: Omit<EventFilter, "type" | "account">): stake;
|
882
|
-
onEventUnlockStakeEvent(func: (event: stake.UnlockStakeEventInstance, ctx: AptosContext) => void, handlerOptions?: HandlerOptions<stake.UnlockStakeEventInstance>, eventFilter?: Omit<EventFilter, "type" | "account">): stake;
|
883
|
-
onEventUpdateNetworkAndFullnodeAddresses(func: (event: stake.UpdateNetworkAndFullnodeAddressesInstance, ctx: AptosContext) => void, handlerOptions?: HandlerOptions<stake.UpdateNetworkAndFullnodeAddressesInstance>, eventFilter?: Omit<EventFilter, "type" | "account">): stake;
|
884
|
-
onEventUpdateNetworkAndFullnodeAddressesEvent(func: (event: stake.UpdateNetworkAndFullnodeAddressesEventInstance, ctx: AptosContext) => void, handlerOptions?: HandlerOptions<stake.UpdateNetworkAndFullnodeAddressesEventInstance>, eventFilter?: Omit<EventFilter, "type" | "account">): stake;
|
885
|
-
onEventWithdrawStake(func: (event: stake.WithdrawStakeInstance, ctx: AptosContext) => void, handlerOptions?: HandlerOptions<stake.WithdrawStakeInstance>, eventFilter?: Omit<EventFilter, "type" | "account">): stake;
|
886
|
-
onEventWithdrawStakeEvent(func: (event: stake.WithdrawStakeEventInstance, ctx: AptosContext) => void, handlerOptions?: HandlerOptions<stake.WithdrawStakeEventInstance>, eventFilter?: Omit<EventFilter, "type" | "account">): stake;
|
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;
|
887
888
|
}
|
888
889
|
export declare namespace stake {
|
889
890
|
interface AddStake {
|
@@ -1454,13 +1455,13 @@ export declare class object$ extends AptosBaseProcessor {
|
|
1454
1455
|
constructor(options: AptosBindOptions);
|
1455
1456
|
static DEFAULT_OPTIONS: AptosBindOptions;
|
1456
1457
|
static bind(options?: Partial<AptosBindOptions>): object$;
|
1457
|
-
onEntryBurn(func: (call: object$.BurnPayload, ctx: AptosContext) => void, filter?: CallFilter,
|
1458
|
-
onEntryTransfer(func: (call: object$.TransferPayload, ctx: AptosContext) => void, filter?: CallFilter,
|
1459
|
-
onEntryTransferCall(func: (call: object$.TransferCallPayload, ctx: AptosContext) => void, filter?: CallFilter,
|
1460
|
-
onEntryTransferToObject(func: (call: object$.TransferToObjectPayload, ctx: AptosContext) => void, filter?: CallFilter,
|
1461
|
-
onEntryUnburn(func: (call: object$.UnburnPayload, ctx: AptosContext) => void, filter?: CallFilter,
|
1462
|
-
onEventTransfer(func: (event: object$.TransferInstance, ctx: AptosContext) => void, handlerOptions?: HandlerOptions<object$.TransferInstance>, eventFilter?: Omit<EventFilter, "type" | "account">): object$;
|
1463
|
-
onEventTransferEvent(func: (event: object$.TransferEventInstance, ctx: AptosContext) => void, handlerOptions?: HandlerOptions<object$.TransferEventInstance>, eventFilter?: Omit<EventFilter, "type" | "account">): object$;
|
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$;
|
1464
1465
|
}
|
1465
1466
|
export declare namespace object$ {
|
1466
1467
|
interface ConstructorRef {
|
@@ -1663,13 +1664,13 @@ export declare class voting extends AptosBaseProcessor {
|
|
1663
1664
|
constructor(options: AptosBindOptions);
|
1664
1665
|
static DEFAULT_OPTIONS: AptosBindOptions;
|
1665
1666
|
static bind(options?: Partial<AptosBindOptions>): voting;
|
1666
|
-
onEventCreateProposal(func: (event: voting.CreateProposalInstance, ctx: AptosContext) => void, handlerOptions?: HandlerOptions<voting.CreateProposalInstance>, eventFilter?: Omit<EventFilter, "type" | "account">): voting;
|
1667
|
-
onEventCreateProposalEvent(func: (event: voting.CreateProposalEventInstance, ctx: AptosContext) => void, handlerOptions?: HandlerOptions<voting.CreateProposalEventInstance>, eventFilter?: Omit<EventFilter, "type" | "account">): voting;
|
1668
|
-
onEventRegisterForum(func: (event: voting.RegisterForumInstance, ctx: AptosContext) => void, handlerOptions?: HandlerOptions<voting.RegisterForumInstance>, eventFilter?: Omit<EventFilter, "type" | "account">): voting;
|
1669
|
-
onEventRegisterForumEvent(func: (event: voting.RegisterForumEventInstance, ctx: AptosContext) => void, handlerOptions?: HandlerOptions<voting.RegisterForumEventInstance>, eventFilter?: Omit<EventFilter, "type" | "account">): voting;
|
1670
|
-
onEventResolveProposal(func: (event: voting.ResolveProposalInstance, ctx: AptosContext) => void, handlerOptions?: HandlerOptions<voting.ResolveProposalInstance>, eventFilter?: Omit<EventFilter, "type" | "account">): voting;
|
1671
|
-
onEventVote(func: (event: voting.VoteInstance, ctx: AptosContext) => void, handlerOptions?: HandlerOptions<voting.VoteInstance>, eventFilter?: Omit<EventFilter, "type" | "account">): voting;
|
1672
|
-
onEventVoteEvent(func: (event: voting.VoteEventInstance, ctx: AptosContext) => void, handlerOptions?: HandlerOptions<voting.VoteEventInstance>, eventFilter?: Omit<EventFilter, "type" | "account">): voting;
|
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;
|
1673
1674
|
}
|
1674
1675
|
export declare namespace voting {
|
1675
1676
|
interface CreateProposal {
|
@@ -1878,20 +1879,20 @@ export declare class account extends AptosBaseProcessor {
|
|
1878
1879
|
constructor(options: AptosBindOptions);
|
1879
1880
|
static DEFAULT_OPTIONS: AptosBindOptions;
|
1880
1881
|
static bind(options?: Partial<AptosBindOptions>): account;
|
1881
|
-
onEntryOfferRotationCapability(func: (call: account.OfferRotationCapabilityPayload, ctx: AptosContext) => void, filter?: CallFilter,
|
1882
|
-
onEntryOfferSignerCapability(func: (call: account.OfferSignerCapabilityPayload, ctx: AptosContext) => void, filter?: CallFilter,
|
1883
|
-
onEntryRevokeAnyRotationCapability(func: (call: account.RevokeAnyRotationCapabilityPayload, ctx: AptosContext) => void, filter?: CallFilter,
|
1884
|
-
onEntryRevokeAnySignerCapability(func: (call: account.RevokeAnySignerCapabilityPayload, ctx: AptosContext) => void, filter?: CallFilter,
|
1885
|
-
onEntryRevokeRotationCapability(func: (call: account.RevokeRotationCapabilityPayload, ctx: AptosContext) => void, filter?: CallFilter,
|
1886
|
-
onEntryRevokeSignerCapability(func: (call: account.RevokeSignerCapabilityPayload, ctx: AptosContext) => void, filter?: CallFilter,
|
1887
|
-
onEntryRotateAuthenticationKey(func: (call: account.RotateAuthenticationKeyPayload, ctx: AptosContext) => void, filter?: CallFilter,
|
1888
|
-
onEntryRotateAuthenticationKeyCall(func: (call: account.RotateAuthenticationKeyCallPayload, ctx: AptosContext) => void, filter?: CallFilter,
|
1889
|
-
onEntryRotateAuthenticationKeyWithRotationCapability(func: (call: account.RotateAuthenticationKeyWithRotationCapabilityPayload, ctx: AptosContext) => void, filter?: CallFilter,
|
1890
|
-
onEntrySetOriginatingAddress(func: (call: account.SetOriginatingAddressPayload, ctx: AptosContext) => void, filter?: CallFilter,
|
1891
|
-
onEventCoinRegister(func: (event: account.CoinRegisterInstance, ctx: AptosContext) => void, handlerOptions?: HandlerOptions<account.CoinRegisterInstance>, eventFilter?: Omit<EventFilter, "type" | "account">): account;
|
1892
|
-
onEventCoinRegisterEvent(func: (event: account.CoinRegisterEventInstance, ctx: AptosContext) => void, handlerOptions?: HandlerOptions<account.CoinRegisterEventInstance>, eventFilter?: Omit<EventFilter, "type" | "account">): account;
|
1893
|
-
onEventKeyRotation(func: (event: account.KeyRotationInstance, ctx: AptosContext) => void, handlerOptions?: HandlerOptions<account.KeyRotationInstance>, eventFilter?: Omit<EventFilter, "type" | "account">): account;
|
1894
|
-
onEventKeyRotationEvent(func: (event: account.KeyRotationEventInstance, ctx: AptosContext) => void, handlerOptions?: HandlerOptions<account.KeyRotationEventInstance>, eventFilter?: Omit<EventFilter, "type" | "account">): account;
|
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;
|
1895
1896
|
}
|
1896
1897
|
export declare namespace account {
|
1897
1898
|
interface Account {
|
@@ -2240,8 +2241,8 @@ export declare class version extends AptosBaseProcessor {
|
|
2240
2241
|
constructor(options: AptosBindOptions);
|
2241
2242
|
static DEFAULT_OPTIONS: AptosBindOptions;
|
2242
2243
|
static bind(options?: Partial<AptosBindOptions>): version;
|
2243
|
-
onEntrySetForNextEpoch(func: (call: version.SetForNextEpochPayload, ctx: AptosContext) => void, filter?: CallFilter,
|
2244
|
-
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;
|
2245
2246
|
}
|
2246
2247
|
export declare namespace version {
|
2247
2248
|
interface SetVersionCapability {
|
@@ -2282,44 +2283,44 @@ export declare class vesting extends AptosBaseProcessor {
|
|
2282
2283
|
constructor(options: AptosBindOptions);
|
2283
2284
|
static DEFAULT_OPTIONS: AptosBindOptions;
|
2284
2285
|
static bind(options?: Partial<AptosBindOptions>): vesting;
|
2285
|
-
onEntrySetBeneficiaryForOperator(func: (call: vesting.SetBeneficiaryForOperatorPayload, ctx: AptosContext) => void, filter?: CallFilter,
|
2286
|
-
onEntryUpdateCommissionPercentage(func: (call: vesting.UpdateCommissionPercentagePayload, ctx: AptosContext) => void, filter?: CallFilter,
|
2287
|
-
onEntryDistribute(func: (call: vesting.DistributePayload, ctx: AptosContext) => void, filter?: CallFilter,
|
2288
|
-
onEntryResetLockup(func: (call: vesting.ResetLockupPayload, ctx: AptosContext) => void, filter?: CallFilter,
|
2289
|
-
onEntryUnlockRewards(func: (call: vesting.UnlockRewardsPayload, ctx: AptosContext) => void, filter?: CallFilter,
|
2290
|
-
onEntryUpdateVoter(func: (call: vesting.UpdateVoterPayload, ctx: AptosContext) => void, filter?: CallFilter,
|
2291
|
-
onEntryAdminWithdraw(func: (call: vesting.AdminWithdrawPayload, ctx: AptosContext) => void, filter?: CallFilter,
|
2292
|
-
onEntryDistributeMany(func: (call: vesting.DistributeManyPayload, ctx: AptosContext) => void, filter?: CallFilter,
|
2293
|
-
onEntryResetBeneficiary(func: (call: vesting.ResetBeneficiaryPayload, ctx: AptosContext) => void, filter?: CallFilter,
|
2294
|
-
onEntrySetBeneficiary(func: (call: vesting.SetBeneficiaryPayload, ctx: AptosContext) => void, filter?: CallFilter,
|
2295
|
-
onEntrySetBeneficiaryResetter(func: (call: vesting.SetBeneficiaryResetterPayload, ctx: AptosContext) => void, filter?: CallFilter,
|
2296
|
-
onEntrySetManagementRole(func: (call: vesting.SetManagementRolePayload, ctx: AptosContext) => void, filter?: CallFilter,
|
2297
|
-
onEntryTerminateVestingContract(func: (call: vesting.TerminateVestingContractPayload, ctx: AptosContext) => void, filter?: CallFilter,
|
2298
|
-
onEntryUnlockRewardsMany(func: (call: vesting.UnlockRewardsManyPayload, ctx: AptosContext) => void, filter?: CallFilter,
|
2299
|
-
onEntryUpdateOperator(func: (call: vesting.UpdateOperatorPayload, ctx: AptosContext) => void, filter?: CallFilter,
|
2300
|
-
onEntryUpdateOperatorWithSameCommission(func: (call: vesting.UpdateOperatorWithSameCommissionPayload, ctx: AptosContext) => void, filter?: CallFilter,
|
2301
|
-
onEntryVest(func: (call: vesting.VestPayload, ctx: AptosContext) => void, filter?: CallFilter,
|
2302
|
-
onEntryVestMany(func: (call: vesting.VestManyPayload, ctx: AptosContext) => void, filter?: CallFilter,
|
2303
|
-
onEventDistribute(func: (event: vesting.DistributeInstance, ctx: AptosContext) => void, handlerOptions?: HandlerOptions<vesting.DistributeInstance>, eventFilter?: Omit<EventFilter, "type" | "account">): vesting;
|
2304
|
-
onEventDistributeEvent(func: (event: vesting.DistributeEventInstance, ctx: AptosContext) => void, handlerOptions?: HandlerOptions<vesting.DistributeEventInstance>, eventFilter?: Omit<EventFilter, "type" | "account">): vesting;
|
2305
|
-
onEventResetLockup(func: (event: vesting.ResetLockupInstance, ctx: AptosContext) => void, handlerOptions?: HandlerOptions<vesting.ResetLockupInstance>, eventFilter?: Omit<EventFilter, "type" | "account">): vesting;
|
2306
|
-
onEventResetLockupEvent(func: (event: vesting.ResetLockupEventInstance, ctx: AptosContext) => void, handlerOptions?: HandlerOptions<vesting.ResetLockupEventInstance>, eventFilter?: Omit<EventFilter, "type" | "account">): vesting;
|
2307
|
-
onEventUpdateVoter(func: (event: vesting.UpdateVoterInstance, ctx: AptosContext) => void, handlerOptions?: HandlerOptions<vesting.UpdateVoterInstance>, eventFilter?: Omit<EventFilter, "type" | "account">): vesting;
|
2308
|
-
onEventUpdateVoterEvent(func: (event: vesting.UpdateVoterEventInstance, ctx: AptosContext) => void, handlerOptions?: HandlerOptions<vesting.UpdateVoterEventInstance>, eventFilter?: Omit<EventFilter, "type" | "account">): vesting;
|
2309
|
-
onEventAdminWithdraw(func: (event: vesting.AdminWithdrawInstance, ctx: AptosContext) => void, handlerOptions?: HandlerOptions<vesting.AdminWithdrawInstance>, eventFilter?: Omit<EventFilter, "type" | "account">): vesting;
|
2310
|
-
onEventAdminWithdrawEvent(func: (event: vesting.AdminWithdrawEventInstance, ctx: AptosContext) => void, handlerOptions?: HandlerOptions<vesting.AdminWithdrawEventInstance>, eventFilter?: Omit<EventFilter, "type" | "account">): vesting;
|
2311
|
-
onEventCreateVestingContract(func: (event: vesting.CreateVestingContractInstance, ctx: AptosContext) => void, handlerOptions?: HandlerOptions<vesting.CreateVestingContractInstance>, eventFilter?: Omit<EventFilter, "type" | "account">): vesting;
|
2312
|
-
onEventCreateVestingContractEvent(func: (event: vesting.CreateVestingContractEventInstance, ctx: AptosContext) => void, handlerOptions?: HandlerOptions<vesting.CreateVestingContractEventInstance>, eventFilter?: Omit<EventFilter, "type" | "account">): vesting;
|
2313
|
-
onEventSetBeneficiary(func: (event: vesting.SetBeneficiaryInstance, ctx: AptosContext) => void, handlerOptions?: HandlerOptions<vesting.SetBeneficiaryInstance>, eventFilter?: Omit<EventFilter, "type" | "account">): vesting;
|
2314
|
-
onEventSetBeneficiaryEvent(func: (event: vesting.SetBeneficiaryEventInstance, ctx: AptosContext) => void, handlerOptions?: HandlerOptions<vesting.SetBeneficiaryEventInstance>, eventFilter?: Omit<EventFilter, "type" | "account">): vesting;
|
2315
|
-
onEventTerminate(func: (event: vesting.TerminateInstance, ctx: AptosContext) => void, handlerOptions?: HandlerOptions<vesting.TerminateInstance>, eventFilter?: Omit<EventFilter, "type" | "account">): vesting;
|
2316
|
-
onEventTerminateEvent(func: (event: vesting.TerminateEventInstance, ctx: AptosContext) => void, handlerOptions?: HandlerOptions<vesting.TerminateEventInstance>, eventFilter?: Omit<EventFilter, "type" | "account">): vesting;
|
2317
|
-
onEventUnlockRewards(func: (event: vesting.UnlockRewardsInstance, ctx: AptosContext) => void, handlerOptions?: HandlerOptions<vesting.UnlockRewardsInstance>, eventFilter?: Omit<EventFilter, "type" | "account">): vesting;
|
2318
|
-
onEventUnlockRewardsEvent(func: (event: vesting.UnlockRewardsEventInstance, ctx: AptosContext) => void, handlerOptions?: HandlerOptions<vesting.UnlockRewardsEventInstance>, eventFilter?: Omit<EventFilter, "type" | "account">): vesting;
|
2319
|
-
onEventUpdateOperator(func: (event: vesting.UpdateOperatorInstance, ctx: AptosContext) => void, handlerOptions?: HandlerOptions<vesting.UpdateOperatorInstance>, eventFilter?: Omit<EventFilter, "type" | "account">): vesting;
|
2320
|
-
onEventUpdateOperatorEvent(func: (event: vesting.UpdateOperatorEventInstance, ctx: AptosContext) => void, handlerOptions?: HandlerOptions<vesting.UpdateOperatorEventInstance>, eventFilter?: Omit<EventFilter, "type" | "account">): vesting;
|
2321
|
-
onEventVest(func: (event: vesting.VestInstance, ctx: AptosContext) => void, handlerOptions?: HandlerOptions<vesting.VestInstance>, eventFilter?: Omit<EventFilter, "type" | "account">): vesting;
|
2322
|
-
onEventVestEvent(func: (event: vesting.VestEventInstance, ctx: AptosContext) => void, handlerOptions?: HandlerOptions<vesting.VestEventInstance>, eventFilter?: Omit<EventFilter, "type" | "account">): vesting;
|
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;
|
2323
2324
|
}
|
2324
2325
|
export declare namespace vesting {
|
2325
2326
|
interface Distribute {
|
@@ -3045,9 +3046,9 @@ export declare class aptos_coin extends AptosBaseProcessor {
|
|
3045
3046
|
constructor(options: AptosBindOptions);
|
3046
3047
|
static DEFAULT_OPTIONS: AptosBindOptions;
|
3047
3048
|
static bind(options?: Partial<AptosBindOptions>): aptos_coin;
|
3048
|
-
onEntryMint(func: (call: aptos_coin.MintPayload, ctx: AptosContext) => void, filter?: CallFilter,
|
3049
|
-
onEntryClaimMintCapability(func: (call: aptos_coin.ClaimMintCapabilityPayload, ctx: AptosContext) => void, filter?: CallFilter,
|
3050
|
-
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;
|
3051
3052
|
}
|
3052
3053
|
export declare namespace aptos_coin {
|
3053
3054
|
interface AptosCoin {
|
@@ -3114,7 +3115,7 @@ export declare class bcs_stream extends AptosBaseProcessor {
|
|
3114
3115
|
constructor(options: AptosBindOptions);
|
3115
3116
|
static DEFAULT_OPTIONS: AptosBindOptions;
|
3116
3117
|
static bind(options?: Partial<AptosBindOptions>): bcs_stream;
|
3117
|
-
onEntryDeserializeU256Entry(func: (call: bcs_stream.DeserializeU256EntryPayload, ctx: AptosContext) => void, filter?: CallFilter,
|
3118
|
+
onEntryDeserializeU256Entry(func: (call: bcs_stream.DeserializeU256EntryPayload, ctx: AptosContext) => void, filter?: CallFilter, handlerOptions?: HandlerOptions<MoveFetchConfig, bcs_stream.DeserializeU256EntryPayload>): bcs_stream;
|
3118
3119
|
}
|
3119
3120
|
export declare namespace bcs_stream {
|
3120
3121
|
interface BCSStream {
|
@@ -3213,7 +3214,7 @@ export declare class randomness extends AptosBaseProcessor {
|
|
3213
3214
|
constructor(options: AptosBindOptions);
|
3214
3215
|
static DEFAULT_OPTIONS: AptosBindOptions;
|
3215
3216
|
static bind(options?: Partial<AptosBindOptions>): randomness;
|
3216
|
-
onEventRandomnessGeneratedEvent(func: (event: randomness.RandomnessGeneratedEventInstance, ctx: AptosContext) => void, handlerOptions?: HandlerOptions<randomness.RandomnessGeneratedEventInstance>, eventFilter?: Omit<EventFilter, "type" | "account">): randomness;
|
3217
|
+
onEventRandomnessGeneratedEvent(func: (event: randomness.RandomnessGeneratedEventInstance, ctx: AptosContext) => void, handlerOptions?: HandlerOptions<MoveFetchConfig, randomness.RandomnessGeneratedEventInstance>, eventFilter?: Omit<EventFilter, "type" | "account">): randomness;
|
3217
3218
|
}
|
3218
3219
|
export declare namespace randomness {
|
3219
3220
|
interface PerBlockRandomness {
|
@@ -3415,11 +3416,11 @@ export declare class managed_coin extends AptosBaseProcessor {
|
|
3415
3416
|
constructor(options: AptosBindOptions);
|
3416
3417
|
static DEFAULT_OPTIONS: AptosBindOptions;
|
3417
3418
|
static bind(options?: Partial<AptosBindOptions>): managed_coin;
|
3418
|
-
onEntryInitialize(func: (call: managed_coin.InitializePayload, ctx: AptosContext) => void, filter?: CallFilter,
|
3419
|
-
onEntryBurn(func: (call: managed_coin.BurnPayload, ctx: AptosContext) => void, filter?: CallFilter,
|
3420
|
-
onEntryMint(func: (call: managed_coin.MintPayload, ctx: AptosContext) => void, filter?: CallFilter,
|
3421
|
-
onEntryRegister(func: (call: managed_coin.RegisterPayload, ctx: AptosContext) => void, filter?: CallFilter,
|
3422
|
-
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;
|
3423
3424
|
}
|
3424
3425
|
export declare namespace managed_coin {
|
3425
3426
|
interface Capabilities<T0> {
|
@@ -3586,17 +3587,17 @@ export declare class aptos_account extends AptosBaseProcessor {
|
|
3586
3587
|
constructor(options: AptosBindOptions);
|
3587
3588
|
static DEFAULT_OPTIONS: AptosBindOptions;
|
3588
3589
|
static bind(options?: Partial<AptosBindOptions>): aptos_account;
|
3589
|
-
onEntryCreateAccount(func: (call: aptos_account.CreateAccountPayload, ctx: AptosContext) => void, filter?: CallFilter,
|
3590
|
-
onEntryTransfer(func: (call: aptos_account.TransferPayload, ctx: AptosContext) => void, filter?: CallFilter,
|
3591
|
-
onEntryBatchTransfer(func: (call: aptos_account.BatchTransferPayload, ctx: AptosContext) => void, filter?: CallFilter,
|
3592
|
-
onEntryBatchTransferCoins(func: (call: aptos_account.BatchTransferCoinsPayload, ctx: AptosContext) => void, filter?: CallFilter,
|
3593
|
-
onEntryBatchTransferFungibleAssets(func: (call: aptos_account.BatchTransferFungibleAssetsPayload, ctx: AptosContext) => void, filter?: CallFilter,
|
3594
|
-
onEntryFungibleTransferOnly(func: (call: aptos_account.FungibleTransferOnlyPayload, ctx: AptosContext) => void, filter?: CallFilter,
|
3595
|
-
onEntrySetAllowDirectCoinTransfers(func: (call: aptos_account.SetAllowDirectCoinTransfersPayload, ctx: AptosContext) => void, filter?: CallFilter,
|
3596
|
-
onEntryTransferCoins(func: (call: aptos_account.TransferCoinsPayload, ctx: AptosContext) => void, filter?: CallFilter,
|
3597
|
-
onEntryTransferFungibleAssets(func: (call: aptos_account.TransferFungibleAssetsPayload, ctx: AptosContext) => void, filter?: CallFilter,
|
3598
|
-
onEventDirectCoinTransferConfigUpdated(func: (event: aptos_account.DirectCoinTransferConfigUpdatedInstance, ctx: AptosContext) => void, handlerOptions?: HandlerOptions<aptos_account.DirectCoinTransferConfigUpdatedInstance>, eventFilter?: Omit<EventFilter, "type" | "account">): aptos_account;
|
3599
|
-
onEventDirectCoinTransferConfigUpdatedEvent(func: (event: aptos_account.DirectCoinTransferConfigUpdatedEventInstance, ctx: AptosContext) => void, handlerOptions?: HandlerOptions<aptos_account.DirectCoinTransferConfigUpdatedEventInstance>, eventFilter?: Omit<EventFilter, "type" | "account">): aptos_account;
|
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;
|
3600
3601
|
}
|
3601
3602
|
export declare namespace aptos_account {
|
3602
3603
|
interface DirectCoinTransferConfigUpdated {
|
@@ -3929,14 +3930,14 @@ export declare class staking_proxy extends AptosBaseProcessor {
|
|
3929
3930
|
constructor(options: AptosBindOptions);
|
3930
3931
|
static DEFAULT_OPTIONS: AptosBindOptions;
|
3931
3932
|
static bind(options?: Partial<AptosBindOptions>): staking_proxy;
|
3932
|
-
onEntrySetOperator(func: (call: staking_proxy.SetOperatorPayload, ctx: AptosContext) => void, filter?: CallFilter,
|
3933
|
-
onEntrySetStakePoolOperator(func: (call: staking_proxy.SetStakePoolOperatorPayload, ctx: AptosContext) => void, filter?: CallFilter,
|
3934
|
-
onEntrySetStakePoolVoter(func: (call: staking_proxy.SetStakePoolVoterPayload, ctx: AptosContext) => void, filter?: CallFilter,
|
3935
|
-
onEntrySetStakingContractOperator(func: (call: staking_proxy.SetStakingContractOperatorPayload, ctx: AptosContext) => void, filter?: CallFilter,
|
3936
|
-
onEntrySetStakingContractVoter(func: (call: staking_proxy.SetStakingContractVoterPayload, ctx: AptosContext) => void, filter?: CallFilter,
|
3937
|
-
onEntrySetVestingContractOperator(func: (call: staking_proxy.SetVestingContractOperatorPayload, ctx: AptosContext) => void, filter?: CallFilter,
|
3938
|
-
onEntrySetVestingContractVoter(func: (call: staking_proxy.SetVestingContractVoterPayload, ctx: AptosContext) => void, filter?: CallFilter,
|
3939
|
-
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;
|
3940
3941
|
}
|
3941
3942
|
export declare namespace staking_proxy {
|
3942
3943
|
interface StakeProxyPermission {
|
@@ -4056,15 +4057,15 @@ export declare class fungible_asset extends AptosBaseProcessor {
|
|
4056
4057
|
constructor(options: AptosBindOptions);
|
4057
4058
|
static DEFAULT_OPTIONS: AptosBindOptions;
|
4058
4059
|
static bind(options?: Partial<AptosBindOptions>): fungible_asset;
|
4059
|
-
onEntryTransfer(func: (call: fungible_asset.TransferPayload, ctx: AptosContext) => void, filter?: CallFilter,
|
4060
|
-
onEntryUpgradeStoreToConcurrent(func: (call: fungible_asset.UpgradeStoreToConcurrentPayload, ctx: AptosContext) => void, filter?: CallFilter,
|
4061
|
-
onEventDeposit(func: (event: fungible_asset.DepositInstance, ctx: AptosContext) => void, handlerOptions?: HandlerOptions<fungible_asset.DepositInstance>, eventFilter?: Omit<EventFilter, "type" | "account">): fungible_asset;
|
4062
|
-
onEventDepositEvent(func: (event: fungible_asset.DepositEventInstance, ctx: AptosContext) => void, handlerOptions?: HandlerOptions<fungible_asset.DepositEventInstance>, eventFilter?: Omit<EventFilter, "type" | "account">): fungible_asset;
|
4063
|
-
onEventFrozen(func: (event: fungible_asset.FrozenInstance, ctx: AptosContext) => void, handlerOptions?: HandlerOptions<fungible_asset.FrozenInstance>, eventFilter?: Omit<EventFilter, "type" | "account">): fungible_asset;
|
4064
|
-
onEventFrozenEvent(func: (event: fungible_asset.FrozenEventInstance, ctx: AptosContext) => void, handlerOptions?: HandlerOptions<fungible_asset.FrozenEventInstance>, eventFilter?: Omit<EventFilter, "type" | "account">): fungible_asset;
|
4065
|
-
onEventFungibleStoreDeletion(func: (event: fungible_asset.FungibleStoreDeletionInstance, ctx: AptosContext) => void, handlerOptions?: HandlerOptions<fungible_asset.FungibleStoreDeletionInstance>, eventFilter?: Omit<EventFilter, "type" | "account">): fungible_asset;
|
4066
|
-
onEventWithdraw(func: (event: fungible_asset.WithdrawInstance, ctx: AptosContext) => void, handlerOptions?: HandlerOptions<fungible_asset.WithdrawInstance>, eventFilter?: Omit<EventFilter, "type" | "account">): fungible_asset;
|
4067
|
-
onEventWithdrawEvent(func: (event: fungible_asset.WithdrawEventInstance, ctx: AptosContext) => void, handlerOptions?: HandlerOptions<fungible_asset.WithdrawEventInstance>, eventFilter?: Omit<EventFilter, "type" | "account">): fungible_asset;
|
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;
|
4068
4069
|
}
|
4069
4070
|
export declare namespace fungible_asset {
|
4070
4071
|
interface TransferRef {
|
@@ -4425,48 +4426,48 @@ export declare class delegation_pool extends AptosBaseProcessor {
|
|
4425
4426
|
constructor(options: AptosBindOptions);
|
4426
4427
|
static DEFAULT_OPTIONS: AptosBindOptions;
|
4427
4428
|
static bind(options?: Partial<AptosBindOptions>): delegation_pool;
|
4428
|
-
onEntryWithdraw(func: (call: delegation_pool.WithdrawPayload, ctx: AptosContext) => void, filter?: CallFilter,
|
4429
|
-
onEntryCreateProposal(func: (call: delegation_pool.CreateProposalPayload, ctx: AptosContext) => void, filter?: CallFilter,
|
4430
|
-
onEntryVote(func: (call: delegation_pool.VotePayload, ctx: AptosContext) => void, filter?: CallFilter,
|
4431
|
-
onEntryAddStake(func: (call: delegation_pool.AddStakePayload, ctx: AptosContext) => void, filter?: CallFilter,
|
4432
|
-
onEntryReactivateStake(func: (call: delegation_pool.ReactivateStakePayload, ctx: AptosContext) => void, filter?: CallFilter,
|
4433
|
-
onEntrySetDelegatedVoter(func: (call: delegation_pool.SetDelegatedVoterPayload, ctx: AptosContext) => void, filter?: CallFilter,
|
4434
|
-
onEntrySetOperator(func: (call: delegation_pool.SetOperatorPayload, ctx: AptosContext) => void, filter?: CallFilter,
|
4435
|
-
onEntryUnlock(func: (call: delegation_pool.UnlockPayload, ctx: AptosContext) => void, filter?: CallFilter,
|
4436
|
-
onEntryAllowlistDelegator(func: (call: delegation_pool.AllowlistDelegatorPayload, ctx: AptosContext) => void, filter?: CallFilter,
|
4437
|
-
onEntryDelegateVotingPower(func: (call: delegation_pool.DelegateVotingPowerPayload, ctx: AptosContext) => void, filter?: CallFilter,
|
4438
|
-
onEntryDisableDelegatorsAllowlisting(func: (call: delegation_pool.DisableDelegatorsAllowlistingPayload, ctx: AptosContext) => void, filter?: CallFilter,
|
4439
|
-
onEntryEnableDelegatorsAllowlisting(func: (call: delegation_pool.EnableDelegatorsAllowlistingPayload, ctx: AptosContext) => void, filter?: CallFilter,
|
4440
|
-
onEntryEnablePartialGovernanceVoting(func: (call: delegation_pool.EnablePartialGovernanceVotingPayload, ctx: AptosContext) => void, filter?: CallFilter,
|
4441
|
-
onEntryEvictDelegator(func: (call: delegation_pool.EvictDelegatorPayload, ctx: AptosContext) => void, filter?: CallFilter,
|
4442
|
-
onEntryInitializeDelegationPool(func: (call: delegation_pool.InitializeDelegationPoolPayload, ctx: AptosContext) => void, filter?: CallFilter,
|
4443
|
-
onEntryRemoveDelegatorFromAllowlist(func: (call: delegation_pool.RemoveDelegatorFromAllowlistPayload, ctx: AptosContext) => void, filter?: CallFilter,
|
4444
|
-
onEntrySetBeneficiaryForOperator(func: (call: delegation_pool.SetBeneficiaryForOperatorPayload, ctx: AptosContext) => void, filter?: CallFilter,
|
4445
|
-
onEntrySynchronizeDelegationPool(func: (call: delegation_pool.SynchronizeDelegationPoolPayload, ctx: AptosContext) => void, filter?: CallFilter,
|
4446
|
-
onEntryUpdateCommissionPercentage(func: (call: delegation_pool.UpdateCommissionPercentagePayload, ctx: AptosContext) => void, filter?: CallFilter,
|
4447
|
-
onEventCreateProposal(func: (event: delegation_pool.CreateProposalInstance, ctx: AptosContext) => void, handlerOptions?: HandlerOptions<delegation_pool.CreateProposalInstance>, eventFilter?: Omit<EventFilter, "type" | "account">): delegation_pool;
|
4448
|
-
onEventCreateProposalEvent(func: (event: delegation_pool.CreateProposalEventInstance, ctx: AptosContext) => void, handlerOptions?: HandlerOptions<delegation_pool.CreateProposalEventInstance>, eventFilter?: Omit<EventFilter, "type" | "account">): delegation_pool;
|
4449
|
-
onEventVote(func: (event: delegation_pool.VoteInstance, ctx: AptosContext) => void, handlerOptions?: HandlerOptions<delegation_pool.VoteInstance>, eventFilter?: Omit<EventFilter, "type" | "account">): delegation_pool;
|
4450
|
-
onEventVoteEvent(func: (event: delegation_pool.VoteEventInstance, ctx: AptosContext) => void, handlerOptions?: HandlerOptions<delegation_pool.VoteEventInstance>, eventFilter?: Omit<EventFilter, "type" | "account">): delegation_pool;
|
4451
|
-
onEventAddStake(func: (event: delegation_pool.AddStakeInstance, ctx: AptosContext) => void, handlerOptions?: HandlerOptions<delegation_pool.AddStakeInstance>, eventFilter?: Omit<EventFilter, "type" | "account">): delegation_pool;
|
4452
|
-
onEventAddStakeEvent(func: (event: delegation_pool.AddStakeEventInstance, ctx: AptosContext) => void, handlerOptions?: HandlerOptions<delegation_pool.AddStakeEventInstance>, eventFilter?: Omit<EventFilter, "type" | "account">): delegation_pool;
|
4453
|
-
onEventReactivateStake(func: (event: delegation_pool.ReactivateStakeInstance, ctx: AptosContext) => void, handlerOptions?: HandlerOptions<delegation_pool.ReactivateStakeInstance>, eventFilter?: Omit<EventFilter, "type" | "account">): delegation_pool;
|
4454
|
-
onEventReactivateStakeEvent(func: (event: delegation_pool.ReactivateStakeEventInstance, ctx: AptosContext) => void, handlerOptions?: HandlerOptions<delegation_pool.ReactivateStakeEventInstance>, eventFilter?: Omit<EventFilter, "type" | "account">): delegation_pool;
|
4455
|
-
onEventUnlockStake(func: (event: delegation_pool.UnlockStakeInstance, ctx: AptosContext) => void, handlerOptions?: HandlerOptions<delegation_pool.UnlockStakeInstance>, eventFilter?: Omit<EventFilter, "type" | "account">): delegation_pool;
|
4456
|
-
onEventUnlockStakeEvent(func: (event: delegation_pool.UnlockStakeEventInstance, ctx: AptosContext) => void, handlerOptions?: HandlerOptions<delegation_pool.UnlockStakeEventInstance>, eventFilter?: Omit<EventFilter, "type" | "account">): delegation_pool;
|
4457
|
-
onEventWithdrawStake(func: (event: delegation_pool.WithdrawStakeInstance, ctx: AptosContext) => void, handlerOptions?: HandlerOptions<delegation_pool.WithdrawStakeInstance>, eventFilter?: Omit<EventFilter, "type" | "account">): delegation_pool;
|
4458
|
-
onEventWithdrawStakeEvent(func: (event: delegation_pool.WithdrawStakeEventInstance, ctx: AptosContext) => void, handlerOptions?: HandlerOptions<delegation_pool.WithdrawStakeEventInstance>, eventFilter?: Omit<EventFilter, "type" | "account">): delegation_pool;
|
4459
|
-
onEventAllowlistDelegator(func: (event: delegation_pool.AllowlistDelegatorInstance, ctx: AptosContext) => void, handlerOptions?: HandlerOptions<delegation_pool.AllowlistDelegatorInstance>, eventFilter?: Omit<EventFilter, "type" | "account">): delegation_pool;
|
4460
|
-
onEventCommissionPercentageChange(func: (event: delegation_pool.CommissionPercentageChangeInstance, ctx: AptosContext) => void, handlerOptions?: HandlerOptions<delegation_pool.CommissionPercentageChangeInstance>, eventFilter?: Omit<EventFilter, "type" | "account">): delegation_pool;
|
4461
|
-
onEventDelegateVotingPower(func: (event: delegation_pool.DelegateVotingPowerInstance, ctx: AptosContext) => void, handlerOptions?: HandlerOptions<delegation_pool.DelegateVotingPowerInstance>, eventFilter?: Omit<EventFilter, "type" | "account">): delegation_pool;
|
4462
|
-
onEventDelegateVotingPowerEvent(func: (event: delegation_pool.DelegateVotingPowerEventInstance, ctx: AptosContext) => void, handlerOptions?: HandlerOptions<delegation_pool.DelegateVotingPowerEventInstance>, eventFilter?: Omit<EventFilter, "type" | "account">): delegation_pool;
|
4463
|
-
onEventDisableDelegatorsAllowlisting(func: (event: delegation_pool.DisableDelegatorsAllowlistingInstance, ctx: AptosContext) => void, handlerOptions?: HandlerOptions<delegation_pool.DisableDelegatorsAllowlistingInstance>, eventFilter?: Omit<EventFilter, "type" | "account">): delegation_pool;
|
4464
|
-
onEventDistributeCommission(func: (event: delegation_pool.DistributeCommissionInstance, ctx: AptosContext) => void, handlerOptions?: HandlerOptions<delegation_pool.DistributeCommissionInstance>, eventFilter?: Omit<EventFilter, "type" | "account">): delegation_pool;
|
4465
|
-
onEventDistributeCommissionEvent(func: (event: delegation_pool.DistributeCommissionEventInstance, ctx: AptosContext) => void, handlerOptions?: HandlerOptions<delegation_pool.DistributeCommissionEventInstance>, eventFilter?: Omit<EventFilter, "type" | "account">): delegation_pool;
|
4466
|
-
onEventEnableDelegatorsAllowlisting(func: (event: delegation_pool.EnableDelegatorsAllowlistingInstance, ctx: AptosContext) => void, handlerOptions?: HandlerOptions<delegation_pool.EnableDelegatorsAllowlistingInstance>, eventFilter?: Omit<EventFilter, "type" | "account">): delegation_pool;
|
4467
|
-
onEventEvictDelegator(func: (event: delegation_pool.EvictDelegatorInstance, ctx: AptosContext) => void, handlerOptions?: HandlerOptions<delegation_pool.EvictDelegatorInstance>, eventFilter?: Omit<EventFilter, "type" | "account">): delegation_pool;
|
4468
|
-
onEventRemoveDelegatorFromAllowlist(func: (event: delegation_pool.RemoveDelegatorFromAllowlistInstance, ctx: AptosContext) => void, handlerOptions?: HandlerOptions<delegation_pool.RemoveDelegatorFromAllowlistInstance>, eventFilter?: Omit<EventFilter, "type" | "account">): delegation_pool;
|
4469
|
-
onEventSetBeneficiaryForOperator(func: (event: delegation_pool.SetBeneficiaryForOperatorInstance, ctx: AptosContext) => void, handlerOptions?: HandlerOptions<delegation_pool.SetBeneficiaryForOperatorInstance>, eventFilter?: Omit<EventFilter, "type" | "account">): delegation_pool;
|
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;
|
4470
4471
|
}
|
4471
4472
|
export declare namespace delegation_pool {
|
4472
4473
|
interface CreateProposal {
|
@@ -5143,8 +5144,8 @@ export declare class reconfiguration extends AptosBaseProcessor {
|
|
5143
5144
|
constructor(options: AptosBindOptions);
|
5144
5145
|
static DEFAULT_OPTIONS: AptosBindOptions;
|
5145
5146
|
static bind(options?: Partial<AptosBindOptions>): reconfiguration;
|
5146
|
-
onEventNewEpoch(func: (event: reconfiguration.NewEpochInstance, ctx: AptosContext) => void, handlerOptions?: HandlerOptions<reconfiguration.NewEpochInstance>, eventFilter?: Omit<EventFilter, "type" | "account">): reconfiguration;
|
5147
|
-
onEventNewEpochEvent(func: (event: reconfiguration.NewEpochEventInstance, ctx: AptosContext) => void, handlerOptions?: HandlerOptions<reconfiguration.NewEpochEventInstance>, eventFilter?: Omit<EventFilter, "type" | "account">): reconfiguration;
|
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;
|
5148
5149
|
}
|
5149
5150
|
export declare namespace reconfiguration {
|
5150
5151
|
interface Configuration {
|
@@ -5192,8 +5193,8 @@ export declare class transaction_fee extends AptosBaseProcessor {
|
|
5192
5193
|
constructor(options: AptosBindOptions);
|
5193
5194
|
static DEFAULT_OPTIONS: AptosBindOptions;
|
5194
5195
|
static bind(options?: Partial<AptosBindOptions>): transaction_fee;
|
5195
|
-
onEntryConvertToAptosFaBurnRef(func: (call: transaction_fee.ConvertToAptosFaBurnRefPayload, ctx: AptosContext) => void, filter?: CallFilter,
|
5196
|
-
onEventFeeStatement(func: (event: transaction_fee.FeeStatementInstance, ctx: AptosContext) => void, handlerOptions?: HandlerOptions<transaction_fee.FeeStatementInstance>, eventFilter?: Omit<EventFilter, "type" | "account">): transaction_fee;
|
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;
|
5197
5198
|
}
|
5198
5199
|
export declare namespace transaction_fee {
|
5199
5200
|
interface AptosCoinCapabilities {
|
@@ -5257,22 +5258,22 @@ export declare class aptos_governance extends AptosBaseProcessor {
|
|
5257
5258
|
constructor(options: AptosBindOptions);
|
5258
5259
|
static DEFAULT_OPTIONS: AptosBindOptions;
|
5259
5260
|
static bind(options?: Partial<AptosBindOptions>): aptos_governance;
|
5260
|
-
onEntryCreateProposal(func: (call: aptos_governance.CreateProposalPayload, ctx: AptosContext) => void, filter?: CallFilter,
|
5261
|
-
onEntryCreateProposalV2(func: (call: aptos_governance.CreateProposalV2Payload, ctx: AptosContext) => void, filter?: CallFilter,
|
5262
|
-
onEntryVote(func: (call: aptos_governance.VotePayload, ctx: AptosContext) => void, filter?: CallFilter,
|
5263
|
-
onEntryReconfigure(func: (call: aptos_governance.ReconfigurePayload, ctx: AptosContext) => void, filter?: CallFilter,
|
5264
|
-
onEntryAddApprovedScriptHashScript(func: (call: aptos_governance.AddApprovedScriptHashScriptPayload, ctx: AptosContext) => void, filter?: CallFilter,
|
5265
|
-
onEntryBatchPartialVote(func: (call: aptos_governance.BatchPartialVotePayload, ctx: AptosContext) => void, filter?: CallFilter,
|
5266
|
-
onEntryBatchVote(func: (call: aptos_governance.BatchVotePayload, ctx: AptosContext) => void, filter?: CallFilter,
|
5267
|
-
onEntryForceEndEpoch(func: (call: aptos_governance.ForceEndEpochPayload, ctx: AptosContext) => void, filter?: CallFilter,
|
5268
|
-
onEntryForceEndEpochTestOnly(func: (call: aptos_governance.ForceEndEpochTestOnlyPayload, ctx: AptosContext) => void, filter?: CallFilter,
|
5269
|
-
onEntryPartialVote(func: (call: aptos_governance.PartialVotePayload, ctx: AptosContext) => void, filter?: CallFilter,
|
5270
|
-
onEventCreateProposal(func: (event: aptos_governance.CreateProposalInstance, ctx: AptosContext) => void, handlerOptions?: HandlerOptions<aptos_governance.CreateProposalInstance>, eventFilter?: Omit<EventFilter, "type" | "account">): aptos_governance;
|
5271
|
-
onEventCreateProposalEvent(func: (event: aptos_governance.CreateProposalEventInstance, ctx: AptosContext) => void, handlerOptions?: HandlerOptions<aptos_governance.CreateProposalEventInstance>, eventFilter?: Omit<EventFilter, "type" | "account">): aptos_governance;
|
5272
|
-
onEventVote(func: (event: aptos_governance.VoteInstance, ctx: AptosContext) => void, handlerOptions?: HandlerOptions<aptos_governance.VoteInstance>, eventFilter?: Omit<EventFilter, "type" | "account">): aptos_governance;
|
5273
|
-
onEventVoteEvent(func: (event: aptos_governance.VoteEventInstance, ctx: AptosContext) => void, handlerOptions?: HandlerOptions<aptos_governance.VoteEventInstance>, eventFilter?: Omit<EventFilter, "type" | "account">): aptos_governance;
|
5274
|
-
onEventUpdateConfig(func: (event: aptos_governance.UpdateConfigInstance, ctx: AptosContext) => void, handlerOptions?: HandlerOptions<aptos_governance.UpdateConfigInstance>, eventFilter?: Omit<EventFilter, "type" | "account">): aptos_governance;
|
5275
|
-
onEventUpdateConfigEvent(func: (event: aptos_governance.UpdateConfigEventInstance, ctx: AptosContext) => void, handlerOptions?: HandlerOptions<aptos_governance.UpdateConfigEventInstance>, eventFilter?: Omit<EventFilter, "type" | "account">): aptos_governance;
|
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;
|
5276
5277
|
}
|
5277
5278
|
export declare namespace aptos_governance {
|
5278
5279
|
interface CreateProposal {
|
@@ -5660,50 +5661,50 @@ export declare class multisig_account extends AptosBaseProcessor {
|
|
5660
5661
|
constructor(options: AptosBindOptions);
|
5661
5662
|
static DEFAULT_OPTIONS: AptosBindOptions;
|
5662
5663
|
static bind(options?: Partial<AptosBindOptions>): multisig_account;
|
5663
|
-
onEntryCreate(func: (call: multisig_account.CreatePayload, ctx: AptosContext) => void, filter?: CallFilter,
|
5664
|
-
onEntryAddOwner(func: (call: multisig_account.AddOwnerPayload, ctx: AptosContext) => void, filter?: CallFilter,
|
5665
|
-
onEntryAddOwners(func: (call: multisig_account.AddOwnersPayload, ctx: AptosContext) => void, filter?: CallFilter,
|
5666
|
-
onEntryAddOwnersAndUpdateSignaturesRequired(func: (call: multisig_account.AddOwnersAndUpdateSignaturesRequiredPayload, ctx: AptosContext) => void, filter?: CallFilter,
|
5667
|
-
onEntryApproveTransaction(func: (call: multisig_account.ApproveTransactionPayload, ctx: AptosContext) => void, filter?: CallFilter,
|
5668
|
-
onEntryCreateTransaction(func: (call: multisig_account.CreateTransactionPayload, ctx: AptosContext) => void, filter?: CallFilter,
|
5669
|
-
onEntryCreateTransactionWithHash(func: (call: multisig_account.CreateTransactionWithHashPayload, ctx: AptosContext) => void, filter?: CallFilter,
|
5670
|
-
onEntryCreateWithExistingAccount(func: (call: multisig_account.CreateWithExistingAccountPayload, ctx: AptosContext) => void, filter?: CallFilter,
|
5671
|
-
onEntryCreateWithExistingAccountAndRevokeAuthKey(func: (call: multisig_account.CreateWithExistingAccountAndRevokeAuthKeyPayload, ctx: AptosContext) => void, filter?: CallFilter,
|
5672
|
-
onEntryCreateWithExistingAccountAndRevokeAuthKeyCall(func: (call: multisig_account.CreateWithExistingAccountAndRevokeAuthKeyCallPayload, ctx: AptosContext) => void, filter?: CallFilter,
|
5673
|
-
onEntryCreateWithExistingAccountCall(func: (call: multisig_account.CreateWithExistingAccountCallPayload, ctx: AptosContext) => void, filter?: CallFilter,
|
5674
|
-
onEntryCreateWithOwners(func: (call: multisig_account.CreateWithOwnersPayload, ctx: AptosContext) => void, filter?: CallFilter,
|
5675
|
-
onEntryCreateWithOwnersThenRemoveBootstrapper(func: (call: multisig_account.CreateWithOwnersThenRemoveBootstrapperPayload, ctx: AptosContext) => void, filter?: CallFilter,
|
5676
|
-
onEntryExecuteRejectedTransaction(func: (call: multisig_account.ExecuteRejectedTransactionPayload, ctx: AptosContext) => void, filter?: CallFilter,
|
5677
|
-
onEntryExecuteRejectedTransactions(func: (call: multisig_account.ExecuteRejectedTransactionsPayload, ctx: AptosContext) => void, filter?: CallFilter,
|
5678
|
-
onEntryRejectTransaction(func: (call: multisig_account.RejectTransactionPayload, ctx: AptosContext) => void, filter?: CallFilter,
|
5679
|
-
onEntryRemoveOwner(func: (call: multisig_account.RemoveOwnerPayload, ctx: AptosContext) => void, filter?: CallFilter,
|
5680
|
-
onEntryRemoveOwners(func: (call: multisig_account.RemoveOwnersPayload, ctx: AptosContext) => void, filter?: CallFilter,
|
5681
|
-
onEntrySwapOwner(func: (call: multisig_account.SwapOwnerPayload, ctx: AptosContext) => void, filter?: CallFilter,
|
5682
|
-
onEntrySwapOwners(func: (call: multisig_account.SwapOwnersPayload, ctx: AptosContext) => void, filter?: CallFilter,
|
5683
|
-
onEntrySwapOwnersAndUpdateSignaturesRequired(func: (call: multisig_account.SwapOwnersAndUpdateSignaturesRequiredPayload, ctx: AptosContext) => void, filter?: CallFilter,
|
5684
|
-
onEntryUpdateMetadata(func: (call: multisig_account.UpdateMetadataPayload, ctx: AptosContext) => void, filter?: CallFilter,
|
5685
|
-
onEntryUpdateSignaturesRequired(func: (call: multisig_account.UpdateSignaturesRequiredPayload, ctx: AptosContext) => void, filter?: CallFilter,
|
5686
|
-
onEntryVoteTransaction(func: (call: multisig_account.VoteTransactionPayload, ctx: AptosContext) => void, filter?: CallFilter,
|
5687
|
-
onEntryVoteTransactions(func: (call: multisig_account.VoteTransactionsPayload, ctx: AptosContext) => void, filter?: CallFilter,
|
5688
|
-
onEntryVoteTransanction(func: (call: multisig_account.VoteTransanctionPayload, ctx: AptosContext) => void, filter?: CallFilter,
|
5689
|
-
onEventVote(func: (event: multisig_account.VoteInstance, ctx: AptosContext) => void, handlerOptions?: HandlerOptions<multisig_account.VoteInstance>, eventFilter?: Omit<EventFilter, "type" | "account">): multisig_account;
|
5690
|
-
onEventVoteEvent(func: (event: multisig_account.VoteEventInstance, ctx: AptosContext) => void, handlerOptions?: HandlerOptions<multisig_account.VoteEventInstance>, eventFilter?: Omit<EventFilter, "type" | "account">): multisig_account;
|
5691
|
-
onEventAddOwners(func: (event: multisig_account.AddOwnersInstance, ctx: AptosContext) => void, handlerOptions?: HandlerOptions<multisig_account.AddOwnersInstance>, eventFilter?: Omit<EventFilter, "type" | "account">): multisig_account;
|
5692
|
-
onEventAddOwnersEvent(func: (event: multisig_account.AddOwnersEventInstance, ctx: AptosContext) => void, handlerOptions?: HandlerOptions<multisig_account.AddOwnersEventInstance>, eventFilter?: Omit<EventFilter, "type" | "account">): multisig_account;
|
5693
|
-
onEventCreateTransaction(func: (event: multisig_account.CreateTransactionInstance, ctx: AptosContext) => void, handlerOptions?: HandlerOptions<multisig_account.CreateTransactionInstance>, eventFilter?: Omit<EventFilter, "type" | "account">): multisig_account;
|
5694
|
-
onEventCreateTransactionEvent(func: (event: multisig_account.CreateTransactionEventInstance, ctx: AptosContext) => void, handlerOptions?: HandlerOptions<multisig_account.CreateTransactionEventInstance>, eventFilter?: Omit<EventFilter, "type" | "account">): multisig_account;
|
5695
|
-
onEventExecuteRejectedTransaction(func: (event: multisig_account.ExecuteRejectedTransactionInstance, ctx: AptosContext) => void, handlerOptions?: HandlerOptions<multisig_account.ExecuteRejectedTransactionInstance>, eventFilter?: Omit<EventFilter, "type" | "account">): multisig_account;
|
5696
|
-
onEventExecuteRejectedTransactionEvent(func: (event: multisig_account.ExecuteRejectedTransactionEventInstance, ctx: AptosContext) => void, handlerOptions?: HandlerOptions<multisig_account.ExecuteRejectedTransactionEventInstance>, eventFilter?: Omit<EventFilter, "type" | "account">): multisig_account;
|
5697
|
-
onEventMetadataUpdated(func: (event: multisig_account.MetadataUpdatedInstance, ctx: AptosContext) => void, handlerOptions?: HandlerOptions<multisig_account.MetadataUpdatedInstance>, eventFilter?: Omit<EventFilter, "type" | "account">): multisig_account;
|
5698
|
-
onEventMetadataUpdatedEvent(func: (event: multisig_account.MetadataUpdatedEventInstance, ctx: AptosContext) => void, handlerOptions?: HandlerOptions<multisig_account.MetadataUpdatedEventInstance>, eventFilter?: Omit<EventFilter, "type" | "account">): multisig_account;
|
5699
|
-
onEventRemoveOwners(func: (event: multisig_account.RemoveOwnersInstance, ctx: AptosContext) => void, handlerOptions?: HandlerOptions<multisig_account.RemoveOwnersInstance>, eventFilter?: Omit<EventFilter, "type" | "account">): multisig_account;
|
5700
|
-
onEventRemoveOwnersEvent(func: (event: multisig_account.RemoveOwnersEventInstance, ctx: AptosContext) => void, handlerOptions?: HandlerOptions<multisig_account.RemoveOwnersEventInstance>, eventFilter?: Omit<EventFilter, "type" | "account">): multisig_account;
|
5701
|
-
onEventTransactionExecutionFailed(func: (event: multisig_account.TransactionExecutionFailedInstance, ctx: AptosContext) => void, handlerOptions?: HandlerOptions<multisig_account.TransactionExecutionFailedInstance>, eventFilter?: Omit<EventFilter, "type" | "account">): multisig_account;
|
5702
|
-
onEventTransactionExecutionFailedEvent(func: (event: multisig_account.TransactionExecutionFailedEventInstance, ctx: AptosContext) => void, handlerOptions?: HandlerOptions<multisig_account.TransactionExecutionFailedEventInstance>, eventFilter?: Omit<EventFilter, "type" | "account">): multisig_account;
|
5703
|
-
onEventTransactionExecutionSucceeded(func: (event: multisig_account.TransactionExecutionSucceededInstance, ctx: AptosContext) => void, handlerOptions?: HandlerOptions<multisig_account.TransactionExecutionSucceededInstance>, eventFilter?: Omit<EventFilter, "type" | "account">): multisig_account;
|
5704
|
-
onEventTransactionExecutionSucceededEvent(func: (event: multisig_account.TransactionExecutionSucceededEventInstance, ctx: AptosContext) => void, handlerOptions?: HandlerOptions<multisig_account.TransactionExecutionSucceededEventInstance>, eventFilter?: Omit<EventFilter, "type" | "account">): multisig_account;
|
5705
|
-
onEventUpdateSignaturesRequired(func: (event: multisig_account.UpdateSignaturesRequiredInstance, ctx: AptosContext) => void, handlerOptions?: HandlerOptions<multisig_account.UpdateSignaturesRequiredInstance>, eventFilter?: Omit<EventFilter, "type" | "account">): multisig_account;
|
5706
|
-
onEventUpdateSignaturesRequiredEvent(func: (event: multisig_account.UpdateSignaturesRequiredEventInstance, ctx: AptosContext) => void, handlerOptions?: HandlerOptions<multisig_account.UpdateSignaturesRequiredEventInstance>, eventFilter?: Omit<EventFilter, "type" | "account">): multisig_account;
|
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;
|
5707
5708
|
}
|
5708
5709
|
export declare namespace multisig_account {
|
5709
5710
|
interface Vote {
|
@@ -6364,9 +6365,9 @@ export declare class resource_account extends AptosBaseProcessor {
|
|
6364
6365
|
constructor(options: AptosBindOptions);
|
6365
6366
|
static DEFAULT_OPTIONS: AptosBindOptions;
|
6366
6367
|
static bind(options?: Partial<AptosBindOptions>): resource_account;
|
6367
|
-
onEntryCreateResourceAccount(func: (call: resource_account.CreateResourceAccountPayload, ctx: AptosContext) => void, filter?: CallFilter,
|
6368
|
-
onEntryCreateResourceAccountAndFund(func: (call: resource_account.CreateResourceAccountAndFundPayload, ctx: AptosContext) => void, filter?: CallFilter,
|
6369
|
-
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;
|
6370
6371
|
}
|
6371
6372
|
export declare namespace resource_account {
|
6372
6373
|
interface Container {
|
@@ -6408,40 +6409,40 @@ export declare class staking_contract extends AptosBaseProcessor {
|
|
6408
6409
|
constructor(options: AptosBindOptions);
|
6409
6410
|
static DEFAULT_OPTIONS: AptosBindOptions;
|
6410
6411
|
static bind(options?: Partial<AptosBindOptions>): staking_contract;
|
6411
|
-
onEntryAddStake(func: (call: staking_contract.AddStakePayload, ctx: AptosContext) => void, filter?: CallFilter,
|
6412
|
-
onEntrySetBeneficiaryForOperator(func: (call: staking_contract.SetBeneficiaryForOperatorPayload, ctx: AptosContext) => void, filter?: CallFilter,
|
6413
|
-
onEntryCreateStakingContract(func: (call: staking_contract.CreateStakingContractPayload, ctx: AptosContext) => void, filter?: CallFilter,
|
6414
|
-
onEntryDistribute(func: (call: staking_contract.DistributePayload, ctx: AptosContext) => void, filter?: CallFilter,
|
6415
|
-
onEntryRequestCommission(func: (call: staking_contract.RequestCommissionPayload, ctx: AptosContext) => void, filter?: CallFilter,
|
6416
|
-
onEntryResetLockup(func: (call: staking_contract.ResetLockupPayload, ctx: AptosContext) => void, filter?: CallFilter,
|
6417
|
-
onEntrySwitchOperator(func: (call: staking_contract.SwitchOperatorPayload, ctx: AptosContext) => void, filter?: CallFilter,
|
6418
|
-
onEntrySwitchOperatorWithSameCommission(func: (call: staking_contract.SwitchOperatorWithSameCommissionPayload, ctx: AptosContext) => void, filter?: CallFilter,
|
6419
|
-
onEntryUnlockRewards(func: (call: staking_contract.UnlockRewardsPayload, ctx: AptosContext) => void, filter?: CallFilter,
|
6420
|
-
onEntryUnlockStake(func: (call: staking_contract.UnlockStakePayload, ctx: AptosContext) => void, filter?: CallFilter,
|
6421
|
-
onEntryUpdateCommision(func: (call: staking_contract.UpdateCommisionPayload, ctx: AptosContext) => void, filter?: CallFilter,
|
6422
|
-
onEntryUpdateVoter(func: (call: staking_contract.UpdateVoterPayload, ctx: AptosContext) => void, filter?: CallFilter,
|
6423
|
-
onEventAddStake(func: (event: staking_contract.AddStakeInstance, ctx: AptosContext) => void, handlerOptions?: HandlerOptions<staking_contract.AddStakeInstance>, eventFilter?: Omit<EventFilter, "type" | "account">): staking_contract;
|
6424
|
-
onEventAddStakeEvent(func: (event: staking_contract.AddStakeEventInstance, ctx: AptosContext) => void, handlerOptions?: HandlerOptions<staking_contract.AddStakeEventInstance>, eventFilter?: Omit<EventFilter, "type" | "account">): staking_contract;
|
6425
|
-
onEventUnlockStake(func: (event: staking_contract.UnlockStakeInstance, ctx: AptosContext) => void, handlerOptions?: HandlerOptions<staking_contract.UnlockStakeInstance>, eventFilter?: Omit<EventFilter, "type" | "account">): staking_contract;
|
6426
|
-
onEventUnlockStakeEvent(func: (event: staking_contract.UnlockStakeEventInstance, ctx: AptosContext) => void, handlerOptions?: HandlerOptions<staking_contract.UnlockStakeEventInstance>, eventFilter?: Omit<EventFilter, "type" | "account">): staking_contract;
|
6427
|
-
onEventSetBeneficiaryForOperator(func: (event: staking_contract.SetBeneficiaryForOperatorInstance, ctx: AptosContext) => void, handlerOptions?: HandlerOptions<staking_contract.SetBeneficiaryForOperatorInstance>, eventFilter?: Omit<EventFilter, "type" | "account">): staking_contract;
|
6428
|
-
onEventAddDistribution(func: (event: staking_contract.AddDistributionInstance, ctx: AptosContext) => void, handlerOptions?: HandlerOptions<staking_contract.AddDistributionInstance>, eventFilter?: Omit<EventFilter, "type" | "account">): staking_contract;
|
6429
|
-
onEventAddDistributionEvent(func: (event: staking_contract.AddDistributionEventInstance, ctx: AptosContext) => void, handlerOptions?: HandlerOptions<staking_contract.AddDistributionEventInstance>, eventFilter?: Omit<EventFilter, "type" | "account">): staking_contract;
|
6430
|
-
onEventCreateStakingContract(func: (event: staking_contract.CreateStakingContractInstance, ctx: AptosContext) => void, handlerOptions?: HandlerOptions<staking_contract.CreateStakingContractInstance>, eventFilter?: Omit<EventFilter, "type" | "account">): staking_contract;
|
6431
|
-
onEventCreateStakingContractEvent(func: (event: staking_contract.CreateStakingContractEventInstance, ctx: AptosContext) => void, handlerOptions?: HandlerOptions<staking_contract.CreateStakingContractEventInstance>, eventFilter?: Omit<EventFilter, "type" | "account">): staking_contract;
|
6432
|
-
onEventDistribute(func: (event: staking_contract.DistributeInstance, ctx: AptosContext) => void, handlerOptions?: HandlerOptions<staking_contract.DistributeInstance>, eventFilter?: Omit<EventFilter, "type" | "account">): staking_contract;
|
6433
|
-
onEventDistributeEvent(func: (event: staking_contract.DistributeEventInstance, ctx: AptosContext) => void, handlerOptions?: HandlerOptions<staking_contract.DistributeEventInstance>, eventFilter?: Omit<EventFilter, "type" | "account">): staking_contract;
|
6434
|
-
onEventRequestCommission(func: (event: staking_contract.RequestCommissionInstance, ctx: AptosContext) => void, handlerOptions?: HandlerOptions<staking_contract.RequestCommissionInstance>, eventFilter?: Omit<EventFilter, "type" | "account">): staking_contract;
|
6435
|
-
onEventRequestCommissionEvent(func: (event: staking_contract.RequestCommissionEventInstance, ctx: AptosContext) => void, handlerOptions?: HandlerOptions<staking_contract.RequestCommissionEventInstance>, eventFilter?: Omit<EventFilter, "type" | "account">): staking_contract;
|
6436
|
-
onEventResetLockup(func: (event: staking_contract.ResetLockupInstance, ctx: AptosContext) => void, handlerOptions?: HandlerOptions<staking_contract.ResetLockupInstance>, eventFilter?: Omit<EventFilter, "type" | "account">): staking_contract;
|
6437
|
-
onEventResetLockupEvent(func: (event: staking_contract.ResetLockupEventInstance, ctx: AptosContext) => void, handlerOptions?: HandlerOptions<staking_contract.ResetLockupEventInstance>, eventFilter?: Omit<EventFilter, "type" | "account">): staking_contract;
|
6438
|
-
onEventStakingGroupUpdateCommissionEvent(func: (event: staking_contract.StakingGroupUpdateCommissionEventInstance, ctx: AptosContext) => void, handlerOptions?: HandlerOptions<staking_contract.StakingGroupUpdateCommissionEventInstance>, eventFilter?: Omit<EventFilter, "type" | "account">): staking_contract;
|
6439
|
-
onEventSwitchOperator(func: (event: staking_contract.SwitchOperatorInstance, ctx: AptosContext) => void, handlerOptions?: HandlerOptions<staking_contract.SwitchOperatorInstance>, eventFilter?: Omit<EventFilter, "type" | "account">): staking_contract;
|
6440
|
-
onEventSwitchOperatorEvent(func: (event: staking_contract.SwitchOperatorEventInstance, ctx: AptosContext) => void, handlerOptions?: HandlerOptions<staking_contract.SwitchOperatorEventInstance>, eventFilter?: Omit<EventFilter, "type" | "account">): staking_contract;
|
6441
|
-
onEventUpdateCommission(func: (event: staking_contract.UpdateCommissionInstance, ctx: AptosContext) => void, handlerOptions?: HandlerOptions<staking_contract.UpdateCommissionInstance>, eventFilter?: Omit<EventFilter, "type" | "account">): staking_contract;
|
6442
|
-
onEventUpdateCommissionEvent(func: (event: staking_contract.UpdateCommissionEventInstance, ctx: AptosContext) => void, handlerOptions?: HandlerOptions<staking_contract.UpdateCommissionEventInstance>, eventFilter?: Omit<EventFilter, "type" | "account">): staking_contract;
|
6443
|
-
onEventUpdateVoter(func: (event: staking_contract.UpdateVoterInstance, ctx: AptosContext) => void, handlerOptions?: HandlerOptions<staking_contract.UpdateVoterInstance>, eventFilter?: Omit<EventFilter, "type" | "account">): staking_contract;
|
6444
|
-
onEventUpdateVoterEvent(func: (event: staking_contract.UpdateVoterEventInstance, ctx: AptosContext) => void, handlerOptions?: HandlerOptions<staking_contract.UpdateVoterEventInstance>, eventFilter?: Omit<EventFilter, "type" | "account">): staking_contract;
|
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;
|
6445
6446
|
}
|
6446
6447
|
export declare namespace staking_contract {
|
6447
6448
|
interface AddStake {
|
@@ -6991,16 +6992,16 @@ export declare class account_abstraction extends AptosBaseProcessor {
|
|
6991
6992
|
constructor(options: AptosBindOptions);
|
6992
6993
|
static DEFAULT_OPTIONS: AptosBindOptions;
|
6993
6994
|
static bind(options?: Partial<AptosBindOptions>): account_abstraction;
|
6994
|
-
onEntryInitialize(func: (call: account_abstraction.InitializePayload, ctx: AptosContext) => void, filter?: CallFilter,
|
6995
|
-
onEntryAddAuthenticationFunction(func: (call: account_abstraction.AddAuthenticationFunctionPayload, ctx: AptosContext) => void, filter?: CallFilter,
|
6996
|
-
onEntryAddDispatchableAuthenticationFunction(func: (call: account_abstraction.AddDispatchableAuthenticationFunctionPayload, ctx: AptosContext) => void, filter?: CallFilter,
|
6997
|
-
onEntryRegisterDerivableAuthenticationFunction(func: (call: account_abstraction.RegisterDerivableAuthenticationFunctionPayload, ctx: AptosContext) => void, filter?: CallFilter,
|
6998
|
-
onEntryRemoveAuthenticationFunction(func: (call: account_abstraction.RemoveAuthenticationFunctionPayload, ctx: AptosContext) => void, filter?: CallFilter,
|
6999
|
-
onEntryRemoveAuthenticator(func: (call: account_abstraction.RemoveAuthenticatorPayload, ctx: AptosContext) => void, filter?: CallFilter,
|
7000
|
-
onEntryRemoveDispatchableAuthenticationFunction(func: (call: account_abstraction.RemoveDispatchableAuthenticationFunctionPayload, ctx: AptosContext) => void, filter?: CallFilter,
|
7001
|
-
onEntryRemoveDispatchableAuthenticator(func: (call: account_abstraction.RemoveDispatchableAuthenticatorPayload, ctx: AptosContext) => void, filter?: CallFilter,
|
7002
|
-
onEventRemoveDispatchableAuthenticator(func: (event: account_abstraction.RemoveDispatchableAuthenticatorInstance, ctx: AptosContext) => void, handlerOptions?: HandlerOptions<account_abstraction.RemoveDispatchableAuthenticatorInstance>, eventFilter?: Omit<EventFilter, "type" | "account">): account_abstraction;
|
7003
|
-
onEventUpdateDispatchableAuthenticator(func: (event: account_abstraction.UpdateDispatchableAuthenticatorInstance, ctx: AptosContext) => void, handlerOptions?: HandlerOptions<account_abstraction.UpdateDispatchableAuthenticatorInstance>, eventFilter?: Omit<EventFilter, "type" | "account">): 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;
|
7004
7005
|
}
|
7005
7006
|
export declare namespace account_abstraction {
|
7006
7007
|
interface DerivableDispatchableAuthenticator {
|
@@ -7158,8 +7159,8 @@ export declare class permissioned_signer extends AptosBaseProcessor {
|
|
7158
7159
|
constructor(options: AptosBindOptions);
|
7159
7160
|
static DEFAULT_OPTIONS: AptosBindOptions;
|
7160
7161
|
static bind(options?: Partial<AptosBindOptions>): permissioned_signer;
|
7161
|
-
onEntryRevokeAllHandles(func: (call: permissioned_signer.RevokeAllHandlesPayload, ctx: AptosContext) => void, filter?: CallFilter,
|
7162
|
-
onEntryRevokePermissionStorageAddress(func: (call: permissioned_signer.RevokePermissionStorageAddressPayload, ctx: AptosContext) => void, filter?: CallFilter,
|
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;
|
7163
7164
|
}
|
7164
7165
|
export declare namespace permissioned_signer {
|
7165
7166
|
interface GrantedPermissionHandles {
|
@@ -7350,12 +7351,12 @@ export declare class object_code_deployment extends AptosBaseProcessor {
|
|
7350
7351
|
constructor(options: AptosBindOptions);
|
7351
7352
|
static DEFAULT_OPTIONS: AptosBindOptions;
|
7352
7353
|
static bind(options?: Partial<AptosBindOptions>): object_code_deployment;
|
7353
|
-
onEntryFreezeCodeObject(func: (call: object_code_deployment.FreezeCodeObjectPayload, ctx: AptosContext) => void, filter?: CallFilter,
|
7354
|
-
onEntryPublish(func: (call: object_code_deployment.PublishPayload, ctx: AptosContext) => void, filter?: CallFilter,
|
7355
|
-
onEntryUpgrade(func: (call: object_code_deployment.UpgradePayload, ctx: AptosContext) => void, filter?: CallFilter,
|
7356
|
-
onEventFreeze(func: (event: object_code_deployment.FreezeInstance, ctx: AptosContext) => void, handlerOptions?: HandlerOptions<object_code_deployment.FreezeInstance>, eventFilter?: Omit<EventFilter, "type" | "account">): object_code_deployment;
|
7357
|
-
onEventPublish(func: (event: object_code_deployment.PublishInstance, ctx: AptosContext) => void, handlerOptions?: HandlerOptions<object_code_deployment.PublishInstance>, eventFilter?: Omit<EventFilter, "type" | "account">): object_code_deployment;
|
7358
|
-
onEventUpgrade(func: (event: object_code_deployment.UpgradeInstance, ctx: AptosContext) => void, handlerOptions?: HandlerOptions<object_code_deployment.UpgradeInstance>, eventFilter?: Omit<EventFilter, "type" | "account">): object_code_deployment;
|
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;
|
7359
7360
|
}
|
7360
7361
|
export declare namespace object_code_deployment {
|
7361
7362
|
interface Freeze {
|
@@ -7438,8 +7439,8 @@ export declare class primary_fungible_store extends AptosBaseProcessor {
|
|
7438
7439
|
constructor(options: AptosBindOptions);
|
7439
7440
|
static DEFAULT_OPTIONS: AptosBindOptions;
|
7440
7441
|
static bind(options?: Partial<AptosBindOptions>): primary_fungible_store;
|
7441
|
-
onEntryTransfer(func: (call: primary_fungible_store.TransferPayload, ctx: AptosContext) => void, filter?: CallFilter,
|
7442
|
-
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;
|
7443
7444
|
}
|
7444
7445
|
export declare namespace primary_fungible_store {
|
7445
7446
|
interface DeriveRefPod {
|
@@ -7645,8 +7646,8 @@ export declare class dispatchable_fungible_asset extends AptosBaseProcessor {
|
|
7645
7646
|
constructor(options: AptosBindOptions);
|
7646
7647
|
static DEFAULT_OPTIONS: AptosBindOptions;
|
7647
7648
|
static bind(options?: Partial<AptosBindOptions>): dispatchable_fungible_asset;
|
7648
|
-
onEntryTransfer(func: (call: dispatchable_fungible_asset.TransferPayload, ctx: AptosContext) => void, filter?: CallFilter,
|
7649
|
-
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;
|
7650
7651
|
}
|
7651
7652
|
export declare namespace dispatchable_fungible_asset {
|
7652
7653
|
interface TransferRefStore {
|