@wormhole-foundation/sdk-definitions 0.1.0-beta.3 → 0.1.0-beta.4
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/dist/cjs/address.d.ts +29 -0
- package/dist/cjs/address.d.ts.map +1 -0
- package/dist/cjs/address.js +29 -0
- package/dist/cjs/address.js.map +1 -0
- package/dist/cjs/attestation.d.ts +19 -0
- package/dist/cjs/attestation.d.ts.map +1 -0
- package/dist/cjs/attestation.js +14 -0
- package/dist/cjs/attestation.js.map +1 -0
- package/dist/cjs/chain.d.ts +31 -0
- package/dist/cjs/chain.d.ts.map +1 -0
- package/dist/cjs/chain.js +62 -0
- package/dist/cjs/chain.js.map +1 -0
- package/dist/cjs/contracts.d.ts +10 -0
- package/dist/cjs/contracts.d.ts.map +1 -0
- package/dist/cjs/contracts.js +18 -0
- package/dist/cjs/contracts.js.map +1 -0
- package/dist/cjs/index.d.ts +22 -0
- package/dist/cjs/index.d.ts.map +1 -0
- package/dist/cjs/index.js +52 -0
- package/dist/cjs/index.js.map +1 -0
- package/dist/cjs/layout-items/amount.d.ts +5 -0
- package/dist/cjs/layout-items/amount.d.ts.map +1 -0
- package/dist/cjs/layout-items/amount.js +8 -0
- package/dist/cjs/layout-items/amount.js.map +1 -0
- package/dist/cjs/layout-items/chain.d.ts +26 -0
- package/dist/cjs/layout-items/chain.d.ts.map +1 -0
- package/dist/cjs/layout-items/chain.js +33 -0
- package/dist/cjs/layout-items/chain.js.map +1 -0
- package/dist/cjs/layout-items/guardianSet.d.ts +5 -0
- package/dist/cjs/layout-items/guardianSet.d.ts.map +1 -0
- package/dist/cjs/layout-items/guardianSet.js +8 -0
- package/dist/cjs/layout-items/guardianSet.js.map +1 -0
- package/dist/cjs/layout-items/index.d.ts +8 -0
- package/dist/cjs/layout-items/index.d.ts.map +1 -0
- package/dist/cjs/layout-items/index.js +24 -0
- package/dist/cjs/layout-items/index.js.map +1 -0
- package/dist/cjs/layout-items/payloadId.d.ts +8 -0
- package/dist/cjs/layout-items/payloadId.d.ts.map +1 -0
- package/dist/cjs/layout-items/payloadId.js +12 -0
- package/dist/cjs/layout-items/payloadId.js.map +1 -0
- package/dist/cjs/layout-items/sequence.d.ts +5 -0
- package/dist/cjs/layout-items/sequence.d.ts.map +1 -0
- package/dist/cjs/layout-items/sequence.js +8 -0
- package/dist/cjs/layout-items/sequence.js.map +1 -0
- package/dist/cjs/layout-items/signature.d.ts +10 -0
- package/dist/cjs/layout-items/signature.d.ts.map +1 -0
- package/dist/cjs/layout-items/signature.js +22 -0
- package/dist/cjs/layout-items/signature.js.map +1 -0
- package/dist/cjs/layout-items/universalAddress.d.ts +10 -0
- package/dist/cjs/layout-items/universalAddress.d.ts.map +1 -0
- package/dist/cjs/layout-items/universalAddress.js +13 -0
- package/dist/cjs/layout-items/universalAddress.js.map +1 -0
- package/dist/cjs/payloads/connect.d.ts +89 -0
- package/dist/cjs/payloads/connect.d.ts.map +1 -0
- package/dist/cjs/payloads/connect.js +37 -0
- package/dist/cjs/payloads/connect.js.map +1 -0
- package/dist/cjs/payloads/governance.d.ts +3286 -0
- package/dist/cjs/payloads/governance.d.ts.map +1 -0
- package/dist/cjs/payloads/governance.js +157 -0
- package/dist/cjs/payloads/governance.js.map +1 -0
- package/dist/cjs/payloads/relayer.d.ts +295 -0
- package/dist/cjs/payloads/relayer.d.ts.map +1 -0
- package/dist/cjs/payloads/relayer.js +75 -0
- package/dist/cjs/payloads/relayer.js.map +1 -0
- package/dist/cjs/payloads/tokenBridge.d.ts +232 -0
- package/dist/cjs/payloads/tokenBridge.d.ts.map +1 -0
- package/dist/cjs/payloads/tokenBridge.js +71 -0
- package/dist/cjs/payloads/tokenBridge.js.map +1 -0
- package/dist/cjs/platform.d.ts +31 -0
- package/dist/cjs/platform.d.ts.map +1 -0
- package/dist/cjs/platform.js +3 -0
- package/dist/cjs/platform.js.map +1 -0
- package/dist/cjs/protocols/cctp.d.ts +28 -0
- package/dist/cjs/protocols/cctp.d.ts.map +1 -0
- package/dist/cjs/protocols/cctp.js +4 -0
- package/dist/cjs/protocols/cctp.js.map +1 -0
- package/dist/cjs/protocols/core.d.ts +7 -0
- package/dist/cjs/protocols/core.d.ts.map +1 -0
- package/dist/cjs/protocols/core.js +3 -0
- package/dist/cjs/protocols/core.js.map +1 -0
- package/dist/cjs/protocols/tokenBridge.d.ts +25 -0
- package/dist/cjs/protocols/tokenBridge.d.ts.map +1 -0
- package/dist/cjs/protocols/tokenBridge.js +7 -0
- package/dist/cjs/protocols/tokenBridge.js.map +1 -0
- package/dist/cjs/relayer.d.ts +10 -0
- package/dist/cjs/relayer.d.ts.map +1 -0
- package/dist/cjs/relayer.js +16 -0
- package/dist/cjs/relayer.js.map +1 -0
- package/dist/cjs/rpc.d.ts +11 -0
- package/dist/cjs/rpc.d.ts.map +1 -0
- package/dist/cjs/rpc.js +3 -0
- package/dist/cjs/rpc.js.map +1 -0
- package/dist/cjs/signature.d.ts +11 -0
- package/dist/cjs/signature.d.ts.map +1 -0
- package/dist/cjs/signature.js +29 -0
- package/dist/cjs/signature.js.map +1 -0
- package/dist/cjs/testing/index.d.ts +3 -0
- package/dist/cjs/testing/index.d.ts.map +1 -0
- package/dist/cjs/testing/index.js +29 -0
- package/dist/cjs/testing/index.js.map +1 -0
- package/dist/cjs/testing/mocks/api.d.ts +7 -0
- package/dist/cjs/testing/mocks/api.d.ts.map +1 -0
- package/dist/cjs/testing/mocks/api.js +14 -0
- package/dist/cjs/testing/mocks/api.js.map +1 -0
- package/dist/cjs/testing/mocks/chain.d.ts +8 -0
- package/dist/cjs/testing/mocks/chain.d.ts.map +1 -0
- package/dist/cjs/testing/mocks/chain.js +17 -0
- package/dist/cjs/testing/mocks/chain.js.map +1 -0
- package/dist/cjs/testing/mocks/contracts.d.ts +17 -0
- package/dist/cjs/testing/mocks/contracts.d.ts.map +1 -0
- package/dist/cjs/testing/mocks/contracts.js +50 -0
- package/dist/cjs/testing/mocks/contracts.js.map +1 -0
- package/dist/cjs/testing/mocks/index.d.ts +6 -0
- package/dist/cjs/testing/mocks/index.d.ts.map +1 -0
- package/dist/cjs/testing/mocks/index.js +22 -0
- package/dist/cjs/testing/mocks/index.js.map +1 -0
- package/dist/cjs/testing/mocks/platform.d.ts +27 -0
- package/dist/cjs/testing/mocks/platform.d.ts.map +1 -0
- package/dist/cjs/testing/mocks/platform.js +83 -0
- package/dist/cjs/testing/mocks/platform.js.map +1 -0
- package/dist/cjs/testing/mocks/rpc.d.ts +7 -0
- package/dist/cjs/testing/mocks/rpc.d.ts.map +1 -0
- package/dist/cjs/testing/mocks/rpc.js +14 -0
- package/dist/cjs/testing/mocks/rpc.js.map +1 -0
- package/dist/cjs/testing/mocks/tokenBridge.d.ts +17 -0
- package/dist/cjs/testing/mocks/tokenBridge.d.ts.map +1 -0
- package/dist/cjs/testing/mocks/tokenBridge.js +46 -0
- package/dist/cjs/testing/mocks/tokenBridge.js.map +1 -0
- package/dist/cjs/testing/utils/address.d.ts +6 -0
- package/dist/cjs/testing/utils/address.d.ts.map +1 -0
- package/dist/cjs/testing/utils/address.js +56 -0
- package/dist/cjs/testing/utils/address.js.map +1 -0
- package/dist/cjs/testing/utils/index.d.ts +3 -0
- package/dist/cjs/testing/utils/index.d.ts.map +1 -0
- package/dist/cjs/testing/utils/index.js +19 -0
- package/dist/cjs/testing/utils/index.js.map +1 -0
- package/dist/cjs/testing/utils/vaa.d.ts +10 -0
- package/dist/cjs/testing/utils/vaa.d.ts.map +1 -0
- package/dist/cjs/testing/utils/vaa.js +16 -0
- package/dist/cjs/testing/utils/vaa.js.map +1 -0
- package/dist/cjs/types.d.ts +34 -0
- package/dist/cjs/types.d.ts.map +1 -0
- package/dist/cjs/types.js +34 -0
- package/dist/cjs/types.js.map +1 -0
- package/dist/cjs/universalAddress.d.ts +14 -0
- package/dist/cjs/universalAddress.d.ts.map +1 -0
- package/dist/cjs/universalAddress.js +46 -0
- package/dist/cjs/universalAddress.js.map +1 -0
- package/dist/cjs/unsignedTransaction.d.ts +9 -0
- package/dist/cjs/unsignedTransaction.d.ts.map +1 -0
- package/dist/cjs/unsignedTransaction.js +3 -0
- package/dist/cjs/unsignedTransaction.js.map +1 -0
- package/dist/cjs/utils.d.ts +3 -0
- package/dist/cjs/utils.d.ts.map +1 -0
- package/dist/cjs/utils.js +7 -0
- package/dist/cjs/utils.js.map +1 -0
- package/dist/cjs/vaa.d.ts +157 -0
- package/dist/cjs/vaa.d.ts.map +1 -0
- package/dist/cjs/vaa.js +117 -0
- package/dist/cjs/vaa.js.map +1 -0
- package/dist/esm/address.d.ts +29 -0
- package/dist/esm/address.d.ts.map +1 -0
- package/dist/esm/address.js +23 -0
- package/dist/esm/address.js.map +1 -0
- package/dist/esm/attestation.d.ts +19 -0
- package/dist/esm/attestation.d.ts.map +1 -0
- package/dist/esm/attestation.js +9 -0
- package/dist/esm/attestation.js.map +1 -0
- package/dist/esm/chain.d.ts +31 -0
- package/dist/esm/chain.d.ts.map +1 -0
- package/dist/esm/chain.js +58 -0
- package/dist/esm/chain.js.map +1 -0
- package/dist/esm/contracts.d.ts +10 -0
- package/dist/esm/contracts.d.ts.map +1 -0
- package/dist/esm/contracts.js +14 -0
- package/dist/esm/contracts.js.map +1 -0
- package/dist/esm/index.d.ts +22 -0
- package/dist/esm/index.d.ts.map +1 -0
- package/dist/esm/index.js +23 -0
- package/dist/esm/index.js.map +1 -0
- package/dist/esm/layout-items/amount.d.ts +5 -0
- package/dist/esm/layout-items/amount.d.ts.map +1 -0
- package/dist/esm/layout-items/amount.js +5 -0
- package/dist/esm/layout-items/amount.js.map +1 -0
- package/dist/esm/layout-items/chain.d.ts +26 -0
- package/dist/esm/layout-items/chain.d.ts.map +1 -0
- package/dist/esm/layout-items/chain.js +28 -0
- package/dist/esm/layout-items/chain.js.map +1 -0
- package/dist/esm/layout-items/guardianSet.d.ts +5 -0
- package/dist/esm/layout-items/guardianSet.d.ts.map +1 -0
- package/dist/esm/layout-items/guardianSet.js +5 -0
- package/dist/esm/layout-items/guardianSet.js.map +1 -0
- package/dist/esm/layout-items/index.d.ts +8 -0
- package/dist/esm/layout-items/index.d.ts.map +1 -0
- package/dist/esm/layout-items/index.js +8 -0
- package/dist/esm/layout-items/index.js.map +1 -0
- package/dist/esm/layout-items/payloadId.d.ts +8 -0
- package/dist/esm/layout-items/payloadId.d.ts.map +1 -0
- package/dist/esm/layout-items/payloadId.js +8 -0
- package/dist/esm/layout-items/payloadId.js.map +1 -0
- package/dist/esm/layout-items/sequence.d.ts +5 -0
- package/dist/esm/layout-items/sequence.d.ts.map +1 -0
- package/dist/esm/layout-items/sequence.js +5 -0
- package/dist/esm/layout-items/sequence.js.map +1 -0
- package/dist/esm/layout-items/signature.d.ts +10 -0
- package/dist/esm/layout-items/signature.d.ts.map +1 -0
- package/dist/esm/layout-items/signature.js +19 -0
- package/dist/esm/layout-items/signature.js.map +1 -0
- package/dist/esm/layout-items/universalAddress.d.ts +10 -0
- package/dist/esm/layout-items/universalAddress.d.ts.map +1 -0
- package/dist/esm/layout-items/universalAddress.js +10 -0
- package/dist/esm/layout-items/universalAddress.js.map +1 -0
- package/dist/esm/payloads/connect.d.ts +89 -0
- package/dist/esm/payloads/connect.d.ts.map +1 -0
- package/dist/esm/payloads/connect.js +34 -0
- package/dist/esm/payloads/connect.js.map +1 -0
- package/dist/esm/payloads/governance.d.ts +3286 -0
- package/dist/esm/payloads/governance.d.ts.map +1 -0
- package/dist/esm/payloads/governance.js +155 -0
- package/dist/esm/payloads/governance.js.map +1 -0
- package/dist/esm/payloads/relayer.d.ts +295 -0
- package/dist/esm/payloads/relayer.d.ts.map +1 -0
- package/dist/esm/payloads/relayer.js +73 -0
- package/dist/esm/payloads/relayer.js.map +1 -0
- package/dist/esm/payloads/tokenBridge.d.ts +232 -0
- package/dist/esm/payloads/tokenBridge.d.ts.map +1 -0
- package/dist/esm/payloads/tokenBridge.js +67 -0
- package/dist/esm/payloads/tokenBridge.js.map +1 -0
- package/dist/esm/platform.d.ts +31 -0
- package/dist/esm/platform.d.ts.map +1 -0
- package/dist/esm/platform.js +2 -0
- package/dist/esm/platform.js.map +1 -0
- package/dist/esm/protocols/cctp.d.ts +28 -0
- package/dist/esm/protocols/cctp.d.ts.map +1 -0
- package/dist/esm/protocols/cctp.js +2 -0
- package/dist/esm/protocols/cctp.js.map +1 -0
- package/dist/esm/protocols/core.d.ts +7 -0
- package/dist/esm/protocols/core.d.ts.map +1 -0
- package/dist/esm/protocols/core.js +2 -0
- package/dist/esm/protocols/core.js.map +1 -0
- package/dist/esm/protocols/tokenBridge.d.ts +25 -0
- package/dist/esm/protocols/tokenBridge.d.ts.map +1 -0
- package/dist/esm/protocols/tokenBridge.js +3 -0
- package/dist/esm/protocols/tokenBridge.js.map +1 -0
- package/dist/esm/relayer.d.ts +10 -0
- package/dist/esm/relayer.d.ts.map +1 -0
- package/dist/esm/relayer.js +15 -0
- package/dist/esm/relayer.js.map +1 -0
- package/dist/esm/rpc.d.ts +11 -0
- package/dist/esm/rpc.d.ts.map +1 -0
- package/dist/esm/rpc.js +2 -0
- package/dist/esm/rpc.js.map +1 -0
- package/dist/esm/signature.d.ts +11 -0
- package/dist/esm/signature.d.ts.map +1 -0
- package/dist/esm/signature.js +25 -0
- package/dist/esm/signature.js.map +1 -0
- package/dist/esm/testing/index.d.ts +3 -0
- package/dist/esm/testing/index.d.ts.map +1 -0
- package/dist/esm/testing/index.js +3 -0
- package/dist/esm/testing/index.js.map +1 -0
- package/dist/esm/testing/mocks/api.d.ts +7 -0
- package/dist/esm/testing/mocks/api.d.ts.map +1 -0
- package/dist/esm/testing/mocks/api.js +10 -0
- package/dist/esm/testing/mocks/api.js.map +1 -0
- package/dist/esm/testing/mocks/chain.d.ts +8 -0
- package/dist/esm/testing/mocks/chain.d.ts.map +1 -0
- package/dist/esm/testing/mocks/chain.js +12 -0
- package/dist/esm/testing/mocks/chain.js.map +1 -0
- package/dist/esm/testing/mocks/contracts.d.ts +17 -0
- package/dist/esm/testing/mocks/contracts.d.ts.map +1 -0
- package/dist/esm/testing/mocks/contracts.js +46 -0
- package/dist/esm/testing/mocks/contracts.js.map +1 -0
- package/dist/esm/testing/mocks/index.d.ts +6 -0
- package/dist/esm/testing/mocks/index.d.ts.map +1 -0
- package/dist/esm/testing/mocks/index.js +6 -0
- package/dist/esm/testing/mocks/index.js.map +1 -0
- package/dist/esm/testing/mocks/platform.d.ts +27 -0
- package/dist/esm/testing/mocks/platform.d.ts.map +1 -0
- package/dist/esm/testing/mocks/platform.js +78 -0
- package/dist/esm/testing/mocks/platform.js.map +1 -0
- package/dist/esm/testing/mocks/rpc.d.ts +7 -0
- package/dist/esm/testing/mocks/rpc.d.ts.map +1 -0
- package/dist/esm/testing/mocks/rpc.js +10 -0
- package/dist/esm/testing/mocks/rpc.js.map +1 -0
- package/dist/esm/testing/mocks/tokenBridge.d.ts +17 -0
- package/dist/esm/testing/mocks/tokenBridge.d.ts.map +1 -0
- package/dist/esm/testing/mocks/tokenBridge.js +42 -0
- package/dist/esm/testing/mocks/tokenBridge.js.map +1 -0
- package/dist/esm/testing/utils/address.d.ts +6 -0
- package/dist/esm/testing/utils/address.d.ts.map +1 -0
- package/dist/esm/testing/utils/address.js +47 -0
- package/dist/esm/testing/utils/address.js.map +1 -0
- package/dist/esm/testing/utils/index.d.ts +3 -0
- package/dist/esm/testing/utils/index.d.ts.map +1 -0
- package/dist/esm/testing/utils/index.js +3 -0
- package/dist/esm/testing/utils/index.js.map +1 -0
- package/dist/esm/testing/utils/vaa.d.ts +10 -0
- package/dist/esm/testing/utils/vaa.d.ts.map +1 -0
- package/dist/esm/testing/utils/vaa.js +12 -0
- package/dist/esm/testing/utils/vaa.js.map +1 -0
- package/dist/esm/types.d.ts +34 -0
- package/dist/esm/types.d.ts.map +1 -0
- package/dist/esm/types.js +27 -0
- package/dist/esm/types.js.map +1 -0
- package/dist/esm/universalAddress.d.ts +14 -0
- package/dist/esm/universalAddress.d.ts.map +1 -0
- package/dist/esm/universalAddress.js +42 -0
- package/dist/esm/universalAddress.js.map +1 -0
- package/dist/esm/unsignedTransaction.d.ts +9 -0
- package/dist/esm/unsignedTransaction.d.ts.map +1 -0
- package/dist/esm/unsignedTransaction.js +2 -0
- package/dist/esm/unsignedTransaction.js.map +1 -0
- package/dist/esm/utils.d.ts +3 -0
- package/dist/esm/utils.d.ts.map +1 -0
- package/dist/esm/utils.js +4 -0
- package/dist/esm/utils.js.map +1 -0
- package/dist/esm/vaa.d.ts +157 -0
- package/dist/esm/vaa.d.ts.map +1 -0
- package/dist/esm/vaa.js +108 -0
- package/dist/esm/vaa.js.map +1 -0
- package/package.json +16 -1
- package/__tests__/connectVAA.ts +0 -21
- package/__tests__/governanceVaa.ts +0 -139
- package/__tests__/relayerVaa.ts +0 -24
- package/__tests__/transferVaa.ts +0 -28
- package/tsconfig.cjs.json +0 -8
- package/tsconfig.esm.json +0 -8
- package/typedoc.json +0 -4
|
@@ -0,0 +1,3286 @@
|
|
|
1
|
+
import { ShallowMapping } from "@wormhole-foundation/sdk-base";
|
|
2
|
+
declare const governancePayloads: readonly [readonly ["CoreBridgeUpgradeContract", readonly [{
|
|
3
|
+
readonly name: "protocol";
|
|
4
|
+
readonly binary: "bytes";
|
|
5
|
+
readonly custom: {
|
|
6
|
+
readonly to: "CoreBridge";
|
|
7
|
+
readonly from: Uint8Array;
|
|
8
|
+
};
|
|
9
|
+
}, {
|
|
10
|
+
readonly name: "action";
|
|
11
|
+
readonly binary: "uint";
|
|
12
|
+
readonly size: 1;
|
|
13
|
+
readonly custom: {
|
|
14
|
+
readonly to: "UpgradeContract";
|
|
15
|
+
readonly from: 1;
|
|
16
|
+
};
|
|
17
|
+
}, {
|
|
18
|
+
readonly custom: {
|
|
19
|
+
to: (val: number) => "Solana" | "Btc" | "Algorand" | "Sui" | "Aptos" | "Osmosis" | "Wormchain" | "Near" | "Ethereum" | "Terra" | "Bsc" | "Polygon" | "Avalanche" | "Oasis" | "Aurora" | "Fantom" | "Karura" | "Acala" | "Klaytn" | "Celo" | "Moonbeam" | "Neon" | "Terra2" | "Injective" | "Arbitrum" | "Optimism" | "Gnosis" | "Pythnet" | "Xpla" | "Base" | "Sei" | "Sepolia" | null;
|
|
20
|
+
from: (val: "Solana" | "Btc" | "Algorand" | "Sui" | "Aptos" | "Osmosis" | "Wormchain" | "Near" | "Ethereum" | "Terra" | "Bsc" | "Polygon" | "Avalanche" | "Oasis" | "Aurora" | "Fantom" | "Karura" | "Acala" | "Klaytn" | "Celo" | "Moonbeam" | "Neon" | "Terra2" | "Injective" | "Arbitrum" | "Optimism" | "Gnosis" | "Pythnet" | "Xpla" | "Base" | "Sei" | "Sepolia" | null) => number;
|
|
21
|
+
};
|
|
22
|
+
readonly binary: "uint";
|
|
23
|
+
readonly size: 2;
|
|
24
|
+
readonly name: "chain";
|
|
25
|
+
}, {
|
|
26
|
+
readonly binary: "bytes";
|
|
27
|
+
readonly size: 32;
|
|
28
|
+
readonly custom: {
|
|
29
|
+
to: (val: Uint8Array) => import("..").UniversalAddress;
|
|
30
|
+
from: (val: import("..").UniversalAddress) => Uint8Array;
|
|
31
|
+
};
|
|
32
|
+
readonly name: "newContract";
|
|
33
|
+
}] | readonly [{
|
|
34
|
+
readonly name: "protocol";
|
|
35
|
+
readonly binary: "bytes";
|
|
36
|
+
readonly custom: {
|
|
37
|
+
readonly to: "CoreBridge";
|
|
38
|
+
readonly from: Uint8Array;
|
|
39
|
+
};
|
|
40
|
+
}, {
|
|
41
|
+
readonly name: "action";
|
|
42
|
+
readonly binary: "uint";
|
|
43
|
+
readonly size: 1;
|
|
44
|
+
readonly custom: {
|
|
45
|
+
readonly to: "UpgradeContract";
|
|
46
|
+
readonly from: 1;
|
|
47
|
+
};
|
|
48
|
+
}, {
|
|
49
|
+
readonly custom: {
|
|
50
|
+
to: (val: number) => "Solana" | "Btc" | "Algorand" | "Sui" | "Aptos" | "Osmosis" | "Wormchain" | "Near" | "Ethereum" | "Terra" | "Bsc" | "Polygon" | "Avalanche" | "Oasis" | "Aurora" | "Fantom" | "Karura" | "Acala" | "Klaytn" | "Celo" | "Moonbeam" | "Neon" | "Terra2" | "Injective" | "Arbitrum" | "Optimism" | "Gnosis" | "Pythnet" | "Xpla" | "Base" | "Sei" | "Sepolia" | null;
|
|
51
|
+
from: (val: "Solana" | "Btc" | "Algorand" | "Sui" | "Aptos" | "Osmosis" | "Wormchain" | "Near" | "Ethereum" | "Terra" | "Bsc" | "Polygon" | "Avalanche" | "Oasis" | "Aurora" | "Fantom" | "Karura" | "Acala" | "Klaytn" | "Celo" | "Moonbeam" | "Neon" | "Terra2" | "Injective" | "Arbitrum" | "Optimism" | "Gnosis" | "Pythnet" | "Xpla" | "Base" | "Sei" | "Sepolia" | null) => number;
|
|
52
|
+
};
|
|
53
|
+
readonly binary: "uint";
|
|
54
|
+
readonly size: 2;
|
|
55
|
+
readonly name: "chain";
|
|
56
|
+
}, {
|
|
57
|
+
readonly custom: {
|
|
58
|
+
to: (val: number) => "Solana" | "Btc" | "Algorand" | "Sui" | "Aptos" | "Osmosis" | "Wormchain" | "Near" | "Ethereum" | "Terra" | "Bsc" | "Polygon" | "Avalanche" | "Oasis" | "Aurora" | "Fantom" | "Karura" | "Acala" | "Klaytn" | "Celo" | "Moonbeam" | "Neon" | "Terra2" | "Injective" | "Arbitrum" | "Optimism" | "Gnosis" | "Pythnet" | "Xpla" | "Base" | "Sei" | "Sepolia";
|
|
59
|
+
from: (val: "Solana" | "Btc" | "Algorand" | "Sui" | "Aptos" | "Osmosis" | "Wormchain" | "Near" | "Ethereum" | "Terra" | "Bsc" | "Polygon" | "Avalanche" | "Oasis" | "Aurora" | "Fantom" | "Karura" | "Acala" | "Klaytn" | "Celo" | "Moonbeam" | "Neon" | "Terra2" | "Injective" | "Arbitrum" | "Optimism" | "Gnosis" | "Pythnet" | "Xpla" | "Base" | "Sei" | "Sepolia") => number;
|
|
60
|
+
};
|
|
61
|
+
readonly binary: "uint";
|
|
62
|
+
readonly size: 2;
|
|
63
|
+
readonly name: "foreignChain";
|
|
64
|
+
}, {
|
|
65
|
+
readonly binary: "bytes";
|
|
66
|
+
readonly size: 32;
|
|
67
|
+
readonly custom: {
|
|
68
|
+
to: (val: Uint8Array) => import("..").UniversalAddress;
|
|
69
|
+
from: (val: import("..").UniversalAddress) => Uint8Array;
|
|
70
|
+
};
|
|
71
|
+
readonly name: "foreignAddress";
|
|
72
|
+
}] | readonly [{
|
|
73
|
+
readonly name: "protocol";
|
|
74
|
+
readonly binary: "bytes";
|
|
75
|
+
readonly custom: {
|
|
76
|
+
readonly to: "CoreBridge";
|
|
77
|
+
readonly from: Uint8Array;
|
|
78
|
+
};
|
|
79
|
+
}, {
|
|
80
|
+
readonly name: "action";
|
|
81
|
+
readonly binary: "uint";
|
|
82
|
+
readonly size: 1;
|
|
83
|
+
readonly custom: {
|
|
84
|
+
readonly to: "UpgradeContract";
|
|
85
|
+
readonly from: 1;
|
|
86
|
+
};
|
|
87
|
+
}, {
|
|
88
|
+
readonly custom: {
|
|
89
|
+
to: (val: number) => "Solana" | "Btc" | "Algorand" | "Sui" | "Aptos" | "Osmosis" | "Wormchain" | "Near" | "Ethereum" | "Terra" | "Bsc" | "Polygon" | "Avalanche" | "Oasis" | "Aurora" | "Fantom" | "Karura" | "Acala" | "Klaytn" | "Celo" | "Moonbeam" | "Neon" | "Terra2" | "Injective" | "Arbitrum" | "Optimism" | "Gnosis" | "Pythnet" | "Xpla" | "Base" | "Sei" | "Sepolia" | null;
|
|
90
|
+
from: (val: "Solana" | "Btc" | "Algorand" | "Sui" | "Aptos" | "Osmosis" | "Wormchain" | "Near" | "Ethereum" | "Terra" | "Bsc" | "Polygon" | "Avalanche" | "Oasis" | "Aurora" | "Fantom" | "Karura" | "Acala" | "Klaytn" | "Celo" | "Moonbeam" | "Neon" | "Terra2" | "Injective" | "Arbitrum" | "Optimism" | "Gnosis" | "Pythnet" | "Xpla" | "Base" | "Sei" | "Sepolia" | null) => number;
|
|
91
|
+
};
|
|
92
|
+
readonly binary: "uint";
|
|
93
|
+
readonly size: 2;
|
|
94
|
+
readonly name: "chain";
|
|
95
|
+
}, {
|
|
96
|
+
readonly name: "evmChainId";
|
|
97
|
+
readonly binary: "uint";
|
|
98
|
+
readonly size: 32;
|
|
99
|
+
}, {
|
|
100
|
+
readonly custom: {
|
|
101
|
+
to: (val: number) => "Ethereum" | "Bsc" | "Polygon" | "Avalanche" | "Oasis" | "Aurora" | "Fantom" | "Karura" | "Acala" | "Klaytn" | "Celo" | "Moonbeam" | "Neon" | "Arbitrum" | "Optimism" | "Gnosis" | "Base" | "Sepolia";
|
|
102
|
+
from: (val: "Ethereum" | "Bsc" | "Polygon" | "Avalanche" | "Oasis" | "Aurora" | "Fantom" | "Karura" | "Acala" | "Klaytn" | "Celo" | "Moonbeam" | "Neon" | "Arbitrum" | "Optimism" | "Gnosis" | "Base" | "Sepolia") => number;
|
|
103
|
+
};
|
|
104
|
+
readonly binary: "uint";
|
|
105
|
+
readonly size: 2;
|
|
106
|
+
readonly name: "newChainId";
|
|
107
|
+
}] | readonly [{
|
|
108
|
+
readonly name: "protocol";
|
|
109
|
+
readonly binary: "bytes";
|
|
110
|
+
readonly custom: {
|
|
111
|
+
readonly to: "CoreBridge";
|
|
112
|
+
readonly from: Uint8Array;
|
|
113
|
+
};
|
|
114
|
+
}, {
|
|
115
|
+
readonly name: "action";
|
|
116
|
+
readonly binary: "uint";
|
|
117
|
+
readonly size: 1;
|
|
118
|
+
readonly custom: {
|
|
119
|
+
readonly to: "UpgradeContract";
|
|
120
|
+
readonly from: 1;
|
|
121
|
+
};
|
|
122
|
+
}, {
|
|
123
|
+
readonly custom: {
|
|
124
|
+
to: (val: number) => "Solana" | "Btc" | "Algorand" | "Sui" | "Aptos" | "Osmosis" | "Wormchain" | "Near" | "Ethereum" | "Terra" | "Bsc" | "Polygon" | "Avalanche" | "Oasis" | "Aurora" | "Fantom" | "Karura" | "Acala" | "Klaytn" | "Celo" | "Moonbeam" | "Neon" | "Terra2" | "Injective" | "Arbitrum" | "Optimism" | "Gnosis" | "Pythnet" | "Xpla" | "Base" | "Sei" | "Sepolia" | null;
|
|
125
|
+
from: (val: "Solana" | "Btc" | "Algorand" | "Sui" | "Aptos" | "Osmosis" | "Wormchain" | "Near" | "Ethereum" | "Terra" | "Bsc" | "Polygon" | "Avalanche" | "Oasis" | "Aurora" | "Fantom" | "Karura" | "Acala" | "Klaytn" | "Celo" | "Moonbeam" | "Neon" | "Terra2" | "Injective" | "Arbitrum" | "Optimism" | "Gnosis" | "Pythnet" | "Xpla" | "Base" | "Sei" | "Sepolia" | null) => number;
|
|
126
|
+
};
|
|
127
|
+
readonly binary: "uint";
|
|
128
|
+
readonly size: 2;
|
|
129
|
+
readonly name: "chain";
|
|
130
|
+
}, {
|
|
131
|
+
readonly binary: "uint";
|
|
132
|
+
readonly size: 4;
|
|
133
|
+
readonly name: "guardianSet";
|
|
134
|
+
}, {
|
|
135
|
+
readonly name: "guardians";
|
|
136
|
+
readonly binary: "array";
|
|
137
|
+
readonly lengthSize: 1;
|
|
138
|
+
readonly layout: readonly [{
|
|
139
|
+
readonly name: "address";
|
|
140
|
+
readonly binary: "bytes";
|
|
141
|
+
readonly size: 20;
|
|
142
|
+
}];
|
|
143
|
+
}] | readonly [{
|
|
144
|
+
readonly name: "protocol";
|
|
145
|
+
readonly binary: "bytes";
|
|
146
|
+
readonly custom: {
|
|
147
|
+
readonly to: "CoreBridge";
|
|
148
|
+
readonly from: Uint8Array;
|
|
149
|
+
};
|
|
150
|
+
}, {
|
|
151
|
+
readonly name: "action";
|
|
152
|
+
readonly binary: "uint";
|
|
153
|
+
readonly size: 1;
|
|
154
|
+
readonly custom: {
|
|
155
|
+
readonly to: "UpgradeContract";
|
|
156
|
+
readonly from: 1;
|
|
157
|
+
};
|
|
158
|
+
}, {
|
|
159
|
+
readonly custom: {
|
|
160
|
+
to: (val: number) => "Solana" | "Btc" | "Algorand" | "Sui" | "Aptos" | "Osmosis" | "Wormchain" | "Near" | "Ethereum" | "Terra" | "Bsc" | "Polygon" | "Avalanche" | "Oasis" | "Aurora" | "Fantom" | "Karura" | "Acala" | "Klaytn" | "Celo" | "Moonbeam" | "Neon" | "Terra2" | "Injective" | "Arbitrum" | "Optimism" | "Gnosis" | "Pythnet" | "Xpla" | "Base" | "Sei" | "Sepolia" | null;
|
|
161
|
+
from: (val: "Solana" | "Btc" | "Algorand" | "Sui" | "Aptos" | "Osmosis" | "Wormchain" | "Near" | "Ethereum" | "Terra" | "Bsc" | "Polygon" | "Avalanche" | "Oasis" | "Aurora" | "Fantom" | "Karura" | "Acala" | "Klaytn" | "Celo" | "Moonbeam" | "Neon" | "Terra2" | "Injective" | "Arbitrum" | "Optimism" | "Gnosis" | "Pythnet" | "Xpla" | "Base" | "Sei" | "Sepolia" | null) => number;
|
|
162
|
+
};
|
|
163
|
+
readonly binary: "uint";
|
|
164
|
+
readonly size: 2;
|
|
165
|
+
readonly name: "chain";
|
|
166
|
+
}, {
|
|
167
|
+
readonly name: "messageFee";
|
|
168
|
+
readonly binary: "uint";
|
|
169
|
+
readonly size: 32;
|
|
170
|
+
}] | readonly [{
|
|
171
|
+
readonly name: "protocol";
|
|
172
|
+
readonly binary: "bytes";
|
|
173
|
+
readonly custom: {
|
|
174
|
+
readonly to: "CoreBridge";
|
|
175
|
+
readonly from: Uint8Array;
|
|
176
|
+
};
|
|
177
|
+
}, {
|
|
178
|
+
readonly name: "action";
|
|
179
|
+
readonly binary: "uint";
|
|
180
|
+
readonly size: 1;
|
|
181
|
+
readonly custom: {
|
|
182
|
+
readonly to: "UpgradeContract";
|
|
183
|
+
readonly from: 1;
|
|
184
|
+
};
|
|
185
|
+
}, {
|
|
186
|
+
readonly custom: {
|
|
187
|
+
to: (val: number) => "Solana" | "Btc" | "Algorand" | "Sui" | "Aptos" | "Osmosis" | "Wormchain" | "Near" | "Ethereum" | "Terra" | "Bsc" | "Polygon" | "Avalanche" | "Oasis" | "Aurora" | "Fantom" | "Karura" | "Acala" | "Klaytn" | "Celo" | "Moonbeam" | "Neon" | "Terra2" | "Injective" | "Arbitrum" | "Optimism" | "Gnosis" | "Pythnet" | "Xpla" | "Base" | "Sei" | "Sepolia" | null;
|
|
188
|
+
from: (val: "Solana" | "Btc" | "Algorand" | "Sui" | "Aptos" | "Osmosis" | "Wormchain" | "Near" | "Ethereum" | "Terra" | "Bsc" | "Polygon" | "Avalanche" | "Oasis" | "Aurora" | "Fantom" | "Karura" | "Acala" | "Klaytn" | "Celo" | "Moonbeam" | "Neon" | "Terra2" | "Injective" | "Arbitrum" | "Optimism" | "Gnosis" | "Pythnet" | "Xpla" | "Base" | "Sei" | "Sepolia" | null) => number;
|
|
189
|
+
};
|
|
190
|
+
readonly binary: "uint";
|
|
191
|
+
readonly size: 2;
|
|
192
|
+
readonly name: "chain";
|
|
193
|
+
}, {
|
|
194
|
+
readonly name: "amount";
|
|
195
|
+
readonly binary: "uint";
|
|
196
|
+
readonly size: 32;
|
|
197
|
+
}, {
|
|
198
|
+
readonly binary: "bytes";
|
|
199
|
+
readonly size: 32;
|
|
200
|
+
readonly custom: {
|
|
201
|
+
to: (val: Uint8Array) => import("..").UniversalAddress;
|
|
202
|
+
from: (val: import("..").UniversalAddress) => Uint8Array;
|
|
203
|
+
};
|
|
204
|
+
readonly name: "recipient";
|
|
205
|
+
}] | readonly [{
|
|
206
|
+
readonly name: "protocol";
|
|
207
|
+
readonly binary: "bytes";
|
|
208
|
+
readonly custom: {
|
|
209
|
+
readonly to: "CoreBridge";
|
|
210
|
+
readonly from: Uint8Array;
|
|
211
|
+
};
|
|
212
|
+
}, {
|
|
213
|
+
readonly name: "action";
|
|
214
|
+
readonly binary: "uint";
|
|
215
|
+
readonly size: 1;
|
|
216
|
+
readonly custom: {
|
|
217
|
+
readonly to: "UpgradeContract";
|
|
218
|
+
readonly from: 1;
|
|
219
|
+
};
|
|
220
|
+
}, {
|
|
221
|
+
readonly custom: {
|
|
222
|
+
to: (val: number) => "Solana" | "Btc" | "Algorand" | "Sui" | "Aptos" | "Osmosis" | "Wormchain" | "Near" | "Ethereum" | "Terra" | "Bsc" | "Polygon" | "Avalanche" | "Oasis" | "Aurora" | "Fantom" | "Karura" | "Acala" | "Klaytn" | "Celo" | "Moonbeam" | "Neon" | "Terra2" | "Injective" | "Arbitrum" | "Optimism" | "Gnosis" | "Pythnet" | "Xpla" | "Base" | "Sei" | "Sepolia" | null;
|
|
223
|
+
from: (val: "Solana" | "Btc" | "Algorand" | "Sui" | "Aptos" | "Osmosis" | "Wormchain" | "Near" | "Ethereum" | "Terra" | "Bsc" | "Polygon" | "Avalanche" | "Oasis" | "Aurora" | "Fantom" | "Karura" | "Acala" | "Klaytn" | "Celo" | "Moonbeam" | "Neon" | "Terra2" | "Injective" | "Arbitrum" | "Optimism" | "Gnosis" | "Pythnet" | "Xpla" | "Base" | "Sei" | "Sepolia" | null) => number;
|
|
224
|
+
};
|
|
225
|
+
readonly binary: "uint";
|
|
226
|
+
readonly size: 2;
|
|
227
|
+
readonly name: "chain";
|
|
228
|
+
}, {
|
|
229
|
+
readonly binary: "bytes";
|
|
230
|
+
readonly size: 32;
|
|
231
|
+
readonly custom: {
|
|
232
|
+
to: (val: Uint8Array) => import("..").UniversalAddress;
|
|
233
|
+
from: (val: import("..").UniversalAddress) => Uint8Array;
|
|
234
|
+
};
|
|
235
|
+
readonly name: "defaultProvider";
|
|
236
|
+
}]], readonly ["CoreBridgeGuardianSetUpgrade", readonly [{
|
|
237
|
+
readonly name: "protocol";
|
|
238
|
+
readonly binary: "bytes";
|
|
239
|
+
readonly custom: {
|
|
240
|
+
readonly to: "CoreBridge";
|
|
241
|
+
readonly from: Uint8Array;
|
|
242
|
+
};
|
|
243
|
+
}, {
|
|
244
|
+
readonly name: "action";
|
|
245
|
+
readonly binary: "uint";
|
|
246
|
+
readonly size: 1;
|
|
247
|
+
readonly custom: {
|
|
248
|
+
readonly to: "GuardianSetUpgrade";
|
|
249
|
+
readonly from: 2;
|
|
250
|
+
};
|
|
251
|
+
}, {
|
|
252
|
+
readonly custom: {
|
|
253
|
+
to: (val: number) => "Solana" | "Btc" | "Algorand" | "Sui" | "Aptos" | "Osmosis" | "Wormchain" | "Near" | "Ethereum" | "Terra" | "Bsc" | "Polygon" | "Avalanche" | "Oasis" | "Aurora" | "Fantom" | "Karura" | "Acala" | "Klaytn" | "Celo" | "Moonbeam" | "Neon" | "Terra2" | "Injective" | "Arbitrum" | "Optimism" | "Gnosis" | "Pythnet" | "Xpla" | "Base" | "Sei" | "Sepolia" | null;
|
|
254
|
+
from: (val: "Solana" | "Btc" | "Algorand" | "Sui" | "Aptos" | "Osmosis" | "Wormchain" | "Near" | "Ethereum" | "Terra" | "Bsc" | "Polygon" | "Avalanche" | "Oasis" | "Aurora" | "Fantom" | "Karura" | "Acala" | "Klaytn" | "Celo" | "Moonbeam" | "Neon" | "Terra2" | "Injective" | "Arbitrum" | "Optimism" | "Gnosis" | "Pythnet" | "Xpla" | "Base" | "Sei" | "Sepolia" | null) => number;
|
|
255
|
+
};
|
|
256
|
+
readonly binary: "uint";
|
|
257
|
+
readonly size: 2;
|
|
258
|
+
readonly name: "chain";
|
|
259
|
+
}, {
|
|
260
|
+
readonly binary: "bytes";
|
|
261
|
+
readonly size: 32;
|
|
262
|
+
readonly custom: {
|
|
263
|
+
to: (val: Uint8Array) => import("..").UniversalAddress;
|
|
264
|
+
from: (val: import("..").UniversalAddress) => Uint8Array;
|
|
265
|
+
};
|
|
266
|
+
readonly name: "newContract";
|
|
267
|
+
}] | readonly [{
|
|
268
|
+
readonly name: "protocol";
|
|
269
|
+
readonly binary: "bytes";
|
|
270
|
+
readonly custom: {
|
|
271
|
+
readonly to: "CoreBridge";
|
|
272
|
+
readonly from: Uint8Array;
|
|
273
|
+
};
|
|
274
|
+
}, {
|
|
275
|
+
readonly name: "action";
|
|
276
|
+
readonly binary: "uint";
|
|
277
|
+
readonly size: 1;
|
|
278
|
+
readonly custom: {
|
|
279
|
+
readonly to: "GuardianSetUpgrade";
|
|
280
|
+
readonly from: 2;
|
|
281
|
+
};
|
|
282
|
+
}, {
|
|
283
|
+
readonly custom: {
|
|
284
|
+
to: (val: number) => "Solana" | "Btc" | "Algorand" | "Sui" | "Aptos" | "Osmosis" | "Wormchain" | "Near" | "Ethereum" | "Terra" | "Bsc" | "Polygon" | "Avalanche" | "Oasis" | "Aurora" | "Fantom" | "Karura" | "Acala" | "Klaytn" | "Celo" | "Moonbeam" | "Neon" | "Terra2" | "Injective" | "Arbitrum" | "Optimism" | "Gnosis" | "Pythnet" | "Xpla" | "Base" | "Sei" | "Sepolia" | null;
|
|
285
|
+
from: (val: "Solana" | "Btc" | "Algorand" | "Sui" | "Aptos" | "Osmosis" | "Wormchain" | "Near" | "Ethereum" | "Terra" | "Bsc" | "Polygon" | "Avalanche" | "Oasis" | "Aurora" | "Fantom" | "Karura" | "Acala" | "Klaytn" | "Celo" | "Moonbeam" | "Neon" | "Terra2" | "Injective" | "Arbitrum" | "Optimism" | "Gnosis" | "Pythnet" | "Xpla" | "Base" | "Sei" | "Sepolia" | null) => number;
|
|
286
|
+
};
|
|
287
|
+
readonly binary: "uint";
|
|
288
|
+
readonly size: 2;
|
|
289
|
+
readonly name: "chain";
|
|
290
|
+
}, {
|
|
291
|
+
readonly custom: {
|
|
292
|
+
to: (val: number) => "Solana" | "Btc" | "Algorand" | "Sui" | "Aptos" | "Osmosis" | "Wormchain" | "Near" | "Ethereum" | "Terra" | "Bsc" | "Polygon" | "Avalanche" | "Oasis" | "Aurora" | "Fantom" | "Karura" | "Acala" | "Klaytn" | "Celo" | "Moonbeam" | "Neon" | "Terra2" | "Injective" | "Arbitrum" | "Optimism" | "Gnosis" | "Pythnet" | "Xpla" | "Base" | "Sei" | "Sepolia";
|
|
293
|
+
from: (val: "Solana" | "Btc" | "Algorand" | "Sui" | "Aptos" | "Osmosis" | "Wormchain" | "Near" | "Ethereum" | "Terra" | "Bsc" | "Polygon" | "Avalanche" | "Oasis" | "Aurora" | "Fantom" | "Karura" | "Acala" | "Klaytn" | "Celo" | "Moonbeam" | "Neon" | "Terra2" | "Injective" | "Arbitrum" | "Optimism" | "Gnosis" | "Pythnet" | "Xpla" | "Base" | "Sei" | "Sepolia") => number;
|
|
294
|
+
};
|
|
295
|
+
readonly binary: "uint";
|
|
296
|
+
readonly size: 2;
|
|
297
|
+
readonly name: "foreignChain";
|
|
298
|
+
}, {
|
|
299
|
+
readonly binary: "bytes";
|
|
300
|
+
readonly size: 32;
|
|
301
|
+
readonly custom: {
|
|
302
|
+
to: (val: Uint8Array) => import("..").UniversalAddress;
|
|
303
|
+
from: (val: import("..").UniversalAddress) => Uint8Array;
|
|
304
|
+
};
|
|
305
|
+
readonly name: "foreignAddress";
|
|
306
|
+
}] | readonly [{
|
|
307
|
+
readonly name: "protocol";
|
|
308
|
+
readonly binary: "bytes";
|
|
309
|
+
readonly custom: {
|
|
310
|
+
readonly to: "CoreBridge";
|
|
311
|
+
readonly from: Uint8Array;
|
|
312
|
+
};
|
|
313
|
+
}, {
|
|
314
|
+
readonly name: "action";
|
|
315
|
+
readonly binary: "uint";
|
|
316
|
+
readonly size: 1;
|
|
317
|
+
readonly custom: {
|
|
318
|
+
readonly to: "GuardianSetUpgrade";
|
|
319
|
+
readonly from: 2;
|
|
320
|
+
};
|
|
321
|
+
}, {
|
|
322
|
+
readonly custom: {
|
|
323
|
+
to: (val: number) => "Solana" | "Btc" | "Algorand" | "Sui" | "Aptos" | "Osmosis" | "Wormchain" | "Near" | "Ethereum" | "Terra" | "Bsc" | "Polygon" | "Avalanche" | "Oasis" | "Aurora" | "Fantom" | "Karura" | "Acala" | "Klaytn" | "Celo" | "Moonbeam" | "Neon" | "Terra2" | "Injective" | "Arbitrum" | "Optimism" | "Gnosis" | "Pythnet" | "Xpla" | "Base" | "Sei" | "Sepolia" | null;
|
|
324
|
+
from: (val: "Solana" | "Btc" | "Algorand" | "Sui" | "Aptos" | "Osmosis" | "Wormchain" | "Near" | "Ethereum" | "Terra" | "Bsc" | "Polygon" | "Avalanche" | "Oasis" | "Aurora" | "Fantom" | "Karura" | "Acala" | "Klaytn" | "Celo" | "Moonbeam" | "Neon" | "Terra2" | "Injective" | "Arbitrum" | "Optimism" | "Gnosis" | "Pythnet" | "Xpla" | "Base" | "Sei" | "Sepolia" | null) => number;
|
|
325
|
+
};
|
|
326
|
+
readonly binary: "uint";
|
|
327
|
+
readonly size: 2;
|
|
328
|
+
readonly name: "chain";
|
|
329
|
+
}, {
|
|
330
|
+
readonly name: "evmChainId";
|
|
331
|
+
readonly binary: "uint";
|
|
332
|
+
readonly size: 32;
|
|
333
|
+
}, {
|
|
334
|
+
readonly custom: {
|
|
335
|
+
to: (val: number) => "Ethereum" | "Bsc" | "Polygon" | "Avalanche" | "Oasis" | "Aurora" | "Fantom" | "Karura" | "Acala" | "Klaytn" | "Celo" | "Moonbeam" | "Neon" | "Arbitrum" | "Optimism" | "Gnosis" | "Base" | "Sepolia";
|
|
336
|
+
from: (val: "Ethereum" | "Bsc" | "Polygon" | "Avalanche" | "Oasis" | "Aurora" | "Fantom" | "Karura" | "Acala" | "Klaytn" | "Celo" | "Moonbeam" | "Neon" | "Arbitrum" | "Optimism" | "Gnosis" | "Base" | "Sepolia") => number;
|
|
337
|
+
};
|
|
338
|
+
readonly binary: "uint";
|
|
339
|
+
readonly size: 2;
|
|
340
|
+
readonly name: "newChainId";
|
|
341
|
+
}] | readonly [{
|
|
342
|
+
readonly name: "protocol";
|
|
343
|
+
readonly binary: "bytes";
|
|
344
|
+
readonly custom: {
|
|
345
|
+
readonly to: "CoreBridge";
|
|
346
|
+
readonly from: Uint8Array;
|
|
347
|
+
};
|
|
348
|
+
}, {
|
|
349
|
+
readonly name: "action";
|
|
350
|
+
readonly binary: "uint";
|
|
351
|
+
readonly size: 1;
|
|
352
|
+
readonly custom: {
|
|
353
|
+
readonly to: "GuardianSetUpgrade";
|
|
354
|
+
readonly from: 2;
|
|
355
|
+
};
|
|
356
|
+
}, {
|
|
357
|
+
readonly custom: {
|
|
358
|
+
to: (val: number) => "Solana" | "Btc" | "Algorand" | "Sui" | "Aptos" | "Osmosis" | "Wormchain" | "Near" | "Ethereum" | "Terra" | "Bsc" | "Polygon" | "Avalanche" | "Oasis" | "Aurora" | "Fantom" | "Karura" | "Acala" | "Klaytn" | "Celo" | "Moonbeam" | "Neon" | "Terra2" | "Injective" | "Arbitrum" | "Optimism" | "Gnosis" | "Pythnet" | "Xpla" | "Base" | "Sei" | "Sepolia" | null;
|
|
359
|
+
from: (val: "Solana" | "Btc" | "Algorand" | "Sui" | "Aptos" | "Osmosis" | "Wormchain" | "Near" | "Ethereum" | "Terra" | "Bsc" | "Polygon" | "Avalanche" | "Oasis" | "Aurora" | "Fantom" | "Karura" | "Acala" | "Klaytn" | "Celo" | "Moonbeam" | "Neon" | "Terra2" | "Injective" | "Arbitrum" | "Optimism" | "Gnosis" | "Pythnet" | "Xpla" | "Base" | "Sei" | "Sepolia" | null) => number;
|
|
360
|
+
};
|
|
361
|
+
readonly binary: "uint";
|
|
362
|
+
readonly size: 2;
|
|
363
|
+
readonly name: "chain";
|
|
364
|
+
}, {
|
|
365
|
+
readonly binary: "uint";
|
|
366
|
+
readonly size: 4;
|
|
367
|
+
readonly name: "guardianSet";
|
|
368
|
+
}, {
|
|
369
|
+
readonly name: "guardians";
|
|
370
|
+
readonly binary: "array";
|
|
371
|
+
readonly lengthSize: 1;
|
|
372
|
+
readonly layout: readonly [{
|
|
373
|
+
readonly name: "address";
|
|
374
|
+
readonly binary: "bytes";
|
|
375
|
+
readonly size: 20;
|
|
376
|
+
}];
|
|
377
|
+
}] | readonly [{
|
|
378
|
+
readonly name: "protocol";
|
|
379
|
+
readonly binary: "bytes";
|
|
380
|
+
readonly custom: {
|
|
381
|
+
readonly to: "CoreBridge";
|
|
382
|
+
readonly from: Uint8Array;
|
|
383
|
+
};
|
|
384
|
+
}, {
|
|
385
|
+
readonly name: "action";
|
|
386
|
+
readonly binary: "uint";
|
|
387
|
+
readonly size: 1;
|
|
388
|
+
readonly custom: {
|
|
389
|
+
readonly to: "GuardianSetUpgrade";
|
|
390
|
+
readonly from: 2;
|
|
391
|
+
};
|
|
392
|
+
}, {
|
|
393
|
+
readonly custom: {
|
|
394
|
+
to: (val: number) => "Solana" | "Btc" | "Algorand" | "Sui" | "Aptos" | "Osmosis" | "Wormchain" | "Near" | "Ethereum" | "Terra" | "Bsc" | "Polygon" | "Avalanche" | "Oasis" | "Aurora" | "Fantom" | "Karura" | "Acala" | "Klaytn" | "Celo" | "Moonbeam" | "Neon" | "Terra2" | "Injective" | "Arbitrum" | "Optimism" | "Gnosis" | "Pythnet" | "Xpla" | "Base" | "Sei" | "Sepolia" | null;
|
|
395
|
+
from: (val: "Solana" | "Btc" | "Algorand" | "Sui" | "Aptos" | "Osmosis" | "Wormchain" | "Near" | "Ethereum" | "Terra" | "Bsc" | "Polygon" | "Avalanche" | "Oasis" | "Aurora" | "Fantom" | "Karura" | "Acala" | "Klaytn" | "Celo" | "Moonbeam" | "Neon" | "Terra2" | "Injective" | "Arbitrum" | "Optimism" | "Gnosis" | "Pythnet" | "Xpla" | "Base" | "Sei" | "Sepolia" | null) => number;
|
|
396
|
+
};
|
|
397
|
+
readonly binary: "uint";
|
|
398
|
+
readonly size: 2;
|
|
399
|
+
readonly name: "chain";
|
|
400
|
+
}, {
|
|
401
|
+
readonly name: "messageFee";
|
|
402
|
+
readonly binary: "uint";
|
|
403
|
+
readonly size: 32;
|
|
404
|
+
}] | readonly [{
|
|
405
|
+
readonly name: "protocol";
|
|
406
|
+
readonly binary: "bytes";
|
|
407
|
+
readonly custom: {
|
|
408
|
+
readonly to: "CoreBridge";
|
|
409
|
+
readonly from: Uint8Array;
|
|
410
|
+
};
|
|
411
|
+
}, {
|
|
412
|
+
readonly name: "action";
|
|
413
|
+
readonly binary: "uint";
|
|
414
|
+
readonly size: 1;
|
|
415
|
+
readonly custom: {
|
|
416
|
+
readonly to: "GuardianSetUpgrade";
|
|
417
|
+
readonly from: 2;
|
|
418
|
+
};
|
|
419
|
+
}, {
|
|
420
|
+
readonly custom: {
|
|
421
|
+
to: (val: number) => "Solana" | "Btc" | "Algorand" | "Sui" | "Aptos" | "Osmosis" | "Wormchain" | "Near" | "Ethereum" | "Terra" | "Bsc" | "Polygon" | "Avalanche" | "Oasis" | "Aurora" | "Fantom" | "Karura" | "Acala" | "Klaytn" | "Celo" | "Moonbeam" | "Neon" | "Terra2" | "Injective" | "Arbitrum" | "Optimism" | "Gnosis" | "Pythnet" | "Xpla" | "Base" | "Sei" | "Sepolia" | null;
|
|
422
|
+
from: (val: "Solana" | "Btc" | "Algorand" | "Sui" | "Aptos" | "Osmosis" | "Wormchain" | "Near" | "Ethereum" | "Terra" | "Bsc" | "Polygon" | "Avalanche" | "Oasis" | "Aurora" | "Fantom" | "Karura" | "Acala" | "Klaytn" | "Celo" | "Moonbeam" | "Neon" | "Terra2" | "Injective" | "Arbitrum" | "Optimism" | "Gnosis" | "Pythnet" | "Xpla" | "Base" | "Sei" | "Sepolia" | null) => number;
|
|
423
|
+
};
|
|
424
|
+
readonly binary: "uint";
|
|
425
|
+
readonly size: 2;
|
|
426
|
+
readonly name: "chain";
|
|
427
|
+
}, {
|
|
428
|
+
readonly name: "amount";
|
|
429
|
+
readonly binary: "uint";
|
|
430
|
+
readonly size: 32;
|
|
431
|
+
}, {
|
|
432
|
+
readonly binary: "bytes";
|
|
433
|
+
readonly size: 32;
|
|
434
|
+
readonly custom: {
|
|
435
|
+
to: (val: Uint8Array) => import("..").UniversalAddress;
|
|
436
|
+
from: (val: import("..").UniversalAddress) => Uint8Array;
|
|
437
|
+
};
|
|
438
|
+
readonly name: "recipient";
|
|
439
|
+
}] | readonly [{
|
|
440
|
+
readonly name: "protocol";
|
|
441
|
+
readonly binary: "bytes";
|
|
442
|
+
readonly custom: {
|
|
443
|
+
readonly to: "CoreBridge";
|
|
444
|
+
readonly from: Uint8Array;
|
|
445
|
+
};
|
|
446
|
+
}, {
|
|
447
|
+
readonly name: "action";
|
|
448
|
+
readonly binary: "uint";
|
|
449
|
+
readonly size: 1;
|
|
450
|
+
readonly custom: {
|
|
451
|
+
readonly to: "GuardianSetUpgrade";
|
|
452
|
+
readonly from: 2;
|
|
453
|
+
};
|
|
454
|
+
}, {
|
|
455
|
+
readonly custom: {
|
|
456
|
+
to: (val: number) => "Solana" | "Btc" | "Algorand" | "Sui" | "Aptos" | "Osmosis" | "Wormchain" | "Near" | "Ethereum" | "Terra" | "Bsc" | "Polygon" | "Avalanche" | "Oasis" | "Aurora" | "Fantom" | "Karura" | "Acala" | "Klaytn" | "Celo" | "Moonbeam" | "Neon" | "Terra2" | "Injective" | "Arbitrum" | "Optimism" | "Gnosis" | "Pythnet" | "Xpla" | "Base" | "Sei" | "Sepolia" | null;
|
|
457
|
+
from: (val: "Solana" | "Btc" | "Algorand" | "Sui" | "Aptos" | "Osmosis" | "Wormchain" | "Near" | "Ethereum" | "Terra" | "Bsc" | "Polygon" | "Avalanche" | "Oasis" | "Aurora" | "Fantom" | "Karura" | "Acala" | "Klaytn" | "Celo" | "Moonbeam" | "Neon" | "Terra2" | "Injective" | "Arbitrum" | "Optimism" | "Gnosis" | "Pythnet" | "Xpla" | "Base" | "Sei" | "Sepolia" | null) => number;
|
|
458
|
+
};
|
|
459
|
+
readonly binary: "uint";
|
|
460
|
+
readonly size: 2;
|
|
461
|
+
readonly name: "chain";
|
|
462
|
+
}, {
|
|
463
|
+
readonly binary: "bytes";
|
|
464
|
+
readonly size: 32;
|
|
465
|
+
readonly custom: {
|
|
466
|
+
to: (val: Uint8Array) => import("..").UniversalAddress;
|
|
467
|
+
from: (val: import("..").UniversalAddress) => Uint8Array;
|
|
468
|
+
};
|
|
469
|
+
readonly name: "defaultProvider";
|
|
470
|
+
}]], readonly ["CoreBridgeSetMessageFee", readonly [{
|
|
471
|
+
readonly name: "protocol";
|
|
472
|
+
readonly binary: "bytes";
|
|
473
|
+
readonly custom: {
|
|
474
|
+
readonly to: "CoreBridge";
|
|
475
|
+
readonly from: Uint8Array;
|
|
476
|
+
};
|
|
477
|
+
}, {
|
|
478
|
+
readonly name: "action";
|
|
479
|
+
readonly binary: "uint";
|
|
480
|
+
readonly size: 1;
|
|
481
|
+
readonly custom: {
|
|
482
|
+
readonly to: "SetMessageFee";
|
|
483
|
+
readonly from: 3;
|
|
484
|
+
};
|
|
485
|
+
}, {
|
|
486
|
+
readonly custom: {
|
|
487
|
+
to: (val: number) => "Solana" | "Btc" | "Algorand" | "Sui" | "Aptos" | "Osmosis" | "Wormchain" | "Near" | "Ethereum" | "Terra" | "Bsc" | "Polygon" | "Avalanche" | "Oasis" | "Aurora" | "Fantom" | "Karura" | "Acala" | "Klaytn" | "Celo" | "Moonbeam" | "Neon" | "Terra2" | "Injective" | "Arbitrum" | "Optimism" | "Gnosis" | "Pythnet" | "Xpla" | "Base" | "Sei" | "Sepolia" | null;
|
|
488
|
+
from: (val: "Solana" | "Btc" | "Algorand" | "Sui" | "Aptos" | "Osmosis" | "Wormchain" | "Near" | "Ethereum" | "Terra" | "Bsc" | "Polygon" | "Avalanche" | "Oasis" | "Aurora" | "Fantom" | "Karura" | "Acala" | "Klaytn" | "Celo" | "Moonbeam" | "Neon" | "Terra2" | "Injective" | "Arbitrum" | "Optimism" | "Gnosis" | "Pythnet" | "Xpla" | "Base" | "Sei" | "Sepolia" | null) => number;
|
|
489
|
+
};
|
|
490
|
+
readonly binary: "uint";
|
|
491
|
+
readonly size: 2;
|
|
492
|
+
readonly name: "chain";
|
|
493
|
+
}, {
|
|
494
|
+
readonly binary: "bytes";
|
|
495
|
+
readonly size: 32;
|
|
496
|
+
readonly custom: {
|
|
497
|
+
to: (val: Uint8Array) => import("..").UniversalAddress;
|
|
498
|
+
from: (val: import("..").UniversalAddress) => Uint8Array;
|
|
499
|
+
};
|
|
500
|
+
readonly name: "newContract";
|
|
501
|
+
}] | readonly [{
|
|
502
|
+
readonly name: "protocol";
|
|
503
|
+
readonly binary: "bytes";
|
|
504
|
+
readonly custom: {
|
|
505
|
+
readonly to: "CoreBridge";
|
|
506
|
+
readonly from: Uint8Array;
|
|
507
|
+
};
|
|
508
|
+
}, {
|
|
509
|
+
readonly name: "action";
|
|
510
|
+
readonly binary: "uint";
|
|
511
|
+
readonly size: 1;
|
|
512
|
+
readonly custom: {
|
|
513
|
+
readonly to: "SetMessageFee";
|
|
514
|
+
readonly from: 3;
|
|
515
|
+
};
|
|
516
|
+
}, {
|
|
517
|
+
readonly custom: {
|
|
518
|
+
to: (val: number) => "Solana" | "Btc" | "Algorand" | "Sui" | "Aptos" | "Osmosis" | "Wormchain" | "Near" | "Ethereum" | "Terra" | "Bsc" | "Polygon" | "Avalanche" | "Oasis" | "Aurora" | "Fantom" | "Karura" | "Acala" | "Klaytn" | "Celo" | "Moonbeam" | "Neon" | "Terra2" | "Injective" | "Arbitrum" | "Optimism" | "Gnosis" | "Pythnet" | "Xpla" | "Base" | "Sei" | "Sepolia" | null;
|
|
519
|
+
from: (val: "Solana" | "Btc" | "Algorand" | "Sui" | "Aptos" | "Osmosis" | "Wormchain" | "Near" | "Ethereum" | "Terra" | "Bsc" | "Polygon" | "Avalanche" | "Oasis" | "Aurora" | "Fantom" | "Karura" | "Acala" | "Klaytn" | "Celo" | "Moonbeam" | "Neon" | "Terra2" | "Injective" | "Arbitrum" | "Optimism" | "Gnosis" | "Pythnet" | "Xpla" | "Base" | "Sei" | "Sepolia" | null) => number;
|
|
520
|
+
};
|
|
521
|
+
readonly binary: "uint";
|
|
522
|
+
readonly size: 2;
|
|
523
|
+
readonly name: "chain";
|
|
524
|
+
}, {
|
|
525
|
+
readonly custom: {
|
|
526
|
+
to: (val: number) => "Solana" | "Btc" | "Algorand" | "Sui" | "Aptos" | "Osmosis" | "Wormchain" | "Near" | "Ethereum" | "Terra" | "Bsc" | "Polygon" | "Avalanche" | "Oasis" | "Aurora" | "Fantom" | "Karura" | "Acala" | "Klaytn" | "Celo" | "Moonbeam" | "Neon" | "Terra2" | "Injective" | "Arbitrum" | "Optimism" | "Gnosis" | "Pythnet" | "Xpla" | "Base" | "Sei" | "Sepolia";
|
|
527
|
+
from: (val: "Solana" | "Btc" | "Algorand" | "Sui" | "Aptos" | "Osmosis" | "Wormchain" | "Near" | "Ethereum" | "Terra" | "Bsc" | "Polygon" | "Avalanche" | "Oasis" | "Aurora" | "Fantom" | "Karura" | "Acala" | "Klaytn" | "Celo" | "Moonbeam" | "Neon" | "Terra2" | "Injective" | "Arbitrum" | "Optimism" | "Gnosis" | "Pythnet" | "Xpla" | "Base" | "Sei" | "Sepolia") => number;
|
|
528
|
+
};
|
|
529
|
+
readonly binary: "uint";
|
|
530
|
+
readonly size: 2;
|
|
531
|
+
readonly name: "foreignChain";
|
|
532
|
+
}, {
|
|
533
|
+
readonly binary: "bytes";
|
|
534
|
+
readonly size: 32;
|
|
535
|
+
readonly custom: {
|
|
536
|
+
to: (val: Uint8Array) => import("..").UniversalAddress;
|
|
537
|
+
from: (val: import("..").UniversalAddress) => Uint8Array;
|
|
538
|
+
};
|
|
539
|
+
readonly name: "foreignAddress";
|
|
540
|
+
}] | readonly [{
|
|
541
|
+
readonly name: "protocol";
|
|
542
|
+
readonly binary: "bytes";
|
|
543
|
+
readonly custom: {
|
|
544
|
+
readonly to: "CoreBridge";
|
|
545
|
+
readonly from: Uint8Array;
|
|
546
|
+
};
|
|
547
|
+
}, {
|
|
548
|
+
readonly name: "action";
|
|
549
|
+
readonly binary: "uint";
|
|
550
|
+
readonly size: 1;
|
|
551
|
+
readonly custom: {
|
|
552
|
+
readonly to: "SetMessageFee";
|
|
553
|
+
readonly from: 3;
|
|
554
|
+
};
|
|
555
|
+
}, {
|
|
556
|
+
readonly custom: {
|
|
557
|
+
to: (val: number) => "Solana" | "Btc" | "Algorand" | "Sui" | "Aptos" | "Osmosis" | "Wormchain" | "Near" | "Ethereum" | "Terra" | "Bsc" | "Polygon" | "Avalanche" | "Oasis" | "Aurora" | "Fantom" | "Karura" | "Acala" | "Klaytn" | "Celo" | "Moonbeam" | "Neon" | "Terra2" | "Injective" | "Arbitrum" | "Optimism" | "Gnosis" | "Pythnet" | "Xpla" | "Base" | "Sei" | "Sepolia" | null;
|
|
558
|
+
from: (val: "Solana" | "Btc" | "Algorand" | "Sui" | "Aptos" | "Osmosis" | "Wormchain" | "Near" | "Ethereum" | "Terra" | "Bsc" | "Polygon" | "Avalanche" | "Oasis" | "Aurora" | "Fantom" | "Karura" | "Acala" | "Klaytn" | "Celo" | "Moonbeam" | "Neon" | "Terra2" | "Injective" | "Arbitrum" | "Optimism" | "Gnosis" | "Pythnet" | "Xpla" | "Base" | "Sei" | "Sepolia" | null) => number;
|
|
559
|
+
};
|
|
560
|
+
readonly binary: "uint";
|
|
561
|
+
readonly size: 2;
|
|
562
|
+
readonly name: "chain";
|
|
563
|
+
}, {
|
|
564
|
+
readonly name: "evmChainId";
|
|
565
|
+
readonly binary: "uint";
|
|
566
|
+
readonly size: 32;
|
|
567
|
+
}, {
|
|
568
|
+
readonly custom: {
|
|
569
|
+
to: (val: number) => "Ethereum" | "Bsc" | "Polygon" | "Avalanche" | "Oasis" | "Aurora" | "Fantom" | "Karura" | "Acala" | "Klaytn" | "Celo" | "Moonbeam" | "Neon" | "Arbitrum" | "Optimism" | "Gnosis" | "Base" | "Sepolia";
|
|
570
|
+
from: (val: "Ethereum" | "Bsc" | "Polygon" | "Avalanche" | "Oasis" | "Aurora" | "Fantom" | "Karura" | "Acala" | "Klaytn" | "Celo" | "Moonbeam" | "Neon" | "Arbitrum" | "Optimism" | "Gnosis" | "Base" | "Sepolia") => number;
|
|
571
|
+
};
|
|
572
|
+
readonly binary: "uint";
|
|
573
|
+
readonly size: 2;
|
|
574
|
+
readonly name: "newChainId";
|
|
575
|
+
}] | readonly [{
|
|
576
|
+
readonly name: "protocol";
|
|
577
|
+
readonly binary: "bytes";
|
|
578
|
+
readonly custom: {
|
|
579
|
+
readonly to: "CoreBridge";
|
|
580
|
+
readonly from: Uint8Array;
|
|
581
|
+
};
|
|
582
|
+
}, {
|
|
583
|
+
readonly name: "action";
|
|
584
|
+
readonly binary: "uint";
|
|
585
|
+
readonly size: 1;
|
|
586
|
+
readonly custom: {
|
|
587
|
+
readonly to: "SetMessageFee";
|
|
588
|
+
readonly from: 3;
|
|
589
|
+
};
|
|
590
|
+
}, {
|
|
591
|
+
readonly custom: {
|
|
592
|
+
to: (val: number) => "Solana" | "Btc" | "Algorand" | "Sui" | "Aptos" | "Osmosis" | "Wormchain" | "Near" | "Ethereum" | "Terra" | "Bsc" | "Polygon" | "Avalanche" | "Oasis" | "Aurora" | "Fantom" | "Karura" | "Acala" | "Klaytn" | "Celo" | "Moonbeam" | "Neon" | "Terra2" | "Injective" | "Arbitrum" | "Optimism" | "Gnosis" | "Pythnet" | "Xpla" | "Base" | "Sei" | "Sepolia" | null;
|
|
593
|
+
from: (val: "Solana" | "Btc" | "Algorand" | "Sui" | "Aptos" | "Osmosis" | "Wormchain" | "Near" | "Ethereum" | "Terra" | "Bsc" | "Polygon" | "Avalanche" | "Oasis" | "Aurora" | "Fantom" | "Karura" | "Acala" | "Klaytn" | "Celo" | "Moonbeam" | "Neon" | "Terra2" | "Injective" | "Arbitrum" | "Optimism" | "Gnosis" | "Pythnet" | "Xpla" | "Base" | "Sei" | "Sepolia" | null) => number;
|
|
594
|
+
};
|
|
595
|
+
readonly binary: "uint";
|
|
596
|
+
readonly size: 2;
|
|
597
|
+
readonly name: "chain";
|
|
598
|
+
}, {
|
|
599
|
+
readonly binary: "uint";
|
|
600
|
+
readonly size: 4;
|
|
601
|
+
readonly name: "guardianSet";
|
|
602
|
+
}, {
|
|
603
|
+
readonly name: "guardians";
|
|
604
|
+
readonly binary: "array";
|
|
605
|
+
readonly lengthSize: 1;
|
|
606
|
+
readonly layout: readonly [{
|
|
607
|
+
readonly name: "address";
|
|
608
|
+
readonly binary: "bytes";
|
|
609
|
+
readonly size: 20;
|
|
610
|
+
}];
|
|
611
|
+
}] | readonly [{
|
|
612
|
+
readonly name: "protocol";
|
|
613
|
+
readonly binary: "bytes";
|
|
614
|
+
readonly custom: {
|
|
615
|
+
readonly to: "CoreBridge";
|
|
616
|
+
readonly from: Uint8Array;
|
|
617
|
+
};
|
|
618
|
+
}, {
|
|
619
|
+
readonly name: "action";
|
|
620
|
+
readonly binary: "uint";
|
|
621
|
+
readonly size: 1;
|
|
622
|
+
readonly custom: {
|
|
623
|
+
readonly to: "SetMessageFee";
|
|
624
|
+
readonly from: 3;
|
|
625
|
+
};
|
|
626
|
+
}, {
|
|
627
|
+
readonly custom: {
|
|
628
|
+
to: (val: number) => "Solana" | "Btc" | "Algorand" | "Sui" | "Aptos" | "Osmosis" | "Wormchain" | "Near" | "Ethereum" | "Terra" | "Bsc" | "Polygon" | "Avalanche" | "Oasis" | "Aurora" | "Fantom" | "Karura" | "Acala" | "Klaytn" | "Celo" | "Moonbeam" | "Neon" | "Terra2" | "Injective" | "Arbitrum" | "Optimism" | "Gnosis" | "Pythnet" | "Xpla" | "Base" | "Sei" | "Sepolia" | null;
|
|
629
|
+
from: (val: "Solana" | "Btc" | "Algorand" | "Sui" | "Aptos" | "Osmosis" | "Wormchain" | "Near" | "Ethereum" | "Terra" | "Bsc" | "Polygon" | "Avalanche" | "Oasis" | "Aurora" | "Fantom" | "Karura" | "Acala" | "Klaytn" | "Celo" | "Moonbeam" | "Neon" | "Terra2" | "Injective" | "Arbitrum" | "Optimism" | "Gnosis" | "Pythnet" | "Xpla" | "Base" | "Sei" | "Sepolia" | null) => number;
|
|
630
|
+
};
|
|
631
|
+
readonly binary: "uint";
|
|
632
|
+
readonly size: 2;
|
|
633
|
+
readonly name: "chain";
|
|
634
|
+
}, {
|
|
635
|
+
readonly name: "messageFee";
|
|
636
|
+
readonly binary: "uint";
|
|
637
|
+
readonly size: 32;
|
|
638
|
+
}] | readonly [{
|
|
639
|
+
readonly name: "protocol";
|
|
640
|
+
readonly binary: "bytes";
|
|
641
|
+
readonly custom: {
|
|
642
|
+
readonly to: "CoreBridge";
|
|
643
|
+
readonly from: Uint8Array;
|
|
644
|
+
};
|
|
645
|
+
}, {
|
|
646
|
+
readonly name: "action";
|
|
647
|
+
readonly binary: "uint";
|
|
648
|
+
readonly size: 1;
|
|
649
|
+
readonly custom: {
|
|
650
|
+
readonly to: "SetMessageFee";
|
|
651
|
+
readonly from: 3;
|
|
652
|
+
};
|
|
653
|
+
}, {
|
|
654
|
+
readonly custom: {
|
|
655
|
+
to: (val: number) => "Solana" | "Btc" | "Algorand" | "Sui" | "Aptos" | "Osmosis" | "Wormchain" | "Near" | "Ethereum" | "Terra" | "Bsc" | "Polygon" | "Avalanche" | "Oasis" | "Aurora" | "Fantom" | "Karura" | "Acala" | "Klaytn" | "Celo" | "Moonbeam" | "Neon" | "Terra2" | "Injective" | "Arbitrum" | "Optimism" | "Gnosis" | "Pythnet" | "Xpla" | "Base" | "Sei" | "Sepolia" | null;
|
|
656
|
+
from: (val: "Solana" | "Btc" | "Algorand" | "Sui" | "Aptos" | "Osmosis" | "Wormchain" | "Near" | "Ethereum" | "Terra" | "Bsc" | "Polygon" | "Avalanche" | "Oasis" | "Aurora" | "Fantom" | "Karura" | "Acala" | "Klaytn" | "Celo" | "Moonbeam" | "Neon" | "Terra2" | "Injective" | "Arbitrum" | "Optimism" | "Gnosis" | "Pythnet" | "Xpla" | "Base" | "Sei" | "Sepolia" | null) => number;
|
|
657
|
+
};
|
|
658
|
+
readonly binary: "uint";
|
|
659
|
+
readonly size: 2;
|
|
660
|
+
readonly name: "chain";
|
|
661
|
+
}, {
|
|
662
|
+
readonly name: "amount";
|
|
663
|
+
readonly binary: "uint";
|
|
664
|
+
readonly size: 32;
|
|
665
|
+
}, {
|
|
666
|
+
readonly binary: "bytes";
|
|
667
|
+
readonly size: 32;
|
|
668
|
+
readonly custom: {
|
|
669
|
+
to: (val: Uint8Array) => import("..").UniversalAddress;
|
|
670
|
+
from: (val: import("..").UniversalAddress) => Uint8Array;
|
|
671
|
+
};
|
|
672
|
+
readonly name: "recipient";
|
|
673
|
+
}] | readonly [{
|
|
674
|
+
readonly name: "protocol";
|
|
675
|
+
readonly binary: "bytes";
|
|
676
|
+
readonly custom: {
|
|
677
|
+
readonly to: "CoreBridge";
|
|
678
|
+
readonly from: Uint8Array;
|
|
679
|
+
};
|
|
680
|
+
}, {
|
|
681
|
+
readonly name: "action";
|
|
682
|
+
readonly binary: "uint";
|
|
683
|
+
readonly size: 1;
|
|
684
|
+
readonly custom: {
|
|
685
|
+
readonly to: "SetMessageFee";
|
|
686
|
+
readonly from: 3;
|
|
687
|
+
};
|
|
688
|
+
}, {
|
|
689
|
+
readonly custom: {
|
|
690
|
+
to: (val: number) => "Solana" | "Btc" | "Algorand" | "Sui" | "Aptos" | "Osmosis" | "Wormchain" | "Near" | "Ethereum" | "Terra" | "Bsc" | "Polygon" | "Avalanche" | "Oasis" | "Aurora" | "Fantom" | "Karura" | "Acala" | "Klaytn" | "Celo" | "Moonbeam" | "Neon" | "Terra2" | "Injective" | "Arbitrum" | "Optimism" | "Gnosis" | "Pythnet" | "Xpla" | "Base" | "Sei" | "Sepolia" | null;
|
|
691
|
+
from: (val: "Solana" | "Btc" | "Algorand" | "Sui" | "Aptos" | "Osmosis" | "Wormchain" | "Near" | "Ethereum" | "Terra" | "Bsc" | "Polygon" | "Avalanche" | "Oasis" | "Aurora" | "Fantom" | "Karura" | "Acala" | "Klaytn" | "Celo" | "Moonbeam" | "Neon" | "Terra2" | "Injective" | "Arbitrum" | "Optimism" | "Gnosis" | "Pythnet" | "Xpla" | "Base" | "Sei" | "Sepolia" | null) => number;
|
|
692
|
+
};
|
|
693
|
+
readonly binary: "uint";
|
|
694
|
+
readonly size: 2;
|
|
695
|
+
readonly name: "chain";
|
|
696
|
+
}, {
|
|
697
|
+
readonly binary: "bytes";
|
|
698
|
+
readonly size: 32;
|
|
699
|
+
readonly custom: {
|
|
700
|
+
to: (val: Uint8Array) => import("..").UniversalAddress;
|
|
701
|
+
from: (val: import("..").UniversalAddress) => Uint8Array;
|
|
702
|
+
};
|
|
703
|
+
readonly name: "defaultProvider";
|
|
704
|
+
}]], readonly ["CoreBridgeTransferFees", readonly [{
|
|
705
|
+
readonly name: "protocol";
|
|
706
|
+
readonly binary: "bytes";
|
|
707
|
+
readonly custom: {
|
|
708
|
+
readonly to: "CoreBridge";
|
|
709
|
+
readonly from: Uint8Array;
|
|
710
|
+
};
|
|
711
|
+
}, {
|
|
712
|
+
readonly name: "action";
|
|
713
|
+
readonly binary: "uint";
|
|
714
|
+
readonly size: 1;
|
|
715
|
+
readonly custom: {
|
|
716
|
+
readonly to: "TransferFees";
|
|
717
|
+
readonly from: 4;
|
|
718
|
+
};
|
|
719
|
+
}, {
|
|
720
|
+
readonly custom: {
|
|
721
|
+
to: (val: number) => "Solana" | "Btc" | "Algorand" | "Sui" | "Aptos" | "Osmosis" | "Wormchain" | "Near" | "Ethereum" | "Terra" | "Bsc" | "Polygon" | "Avalanche" | "Oasis" | "Aurora" | "Fantom" | "Karura" | "Acala" | "Klaytn" | "Celo" | "Moonbeam" | "Neon" | "Terra2" | "Injective" | "Arbitrum" | "Optimism" | "Gnosis" | "Pythnet" | "Xpla" | "Base" | "Sei" | "Sepolia" | null;
|
|
722
|
+
from: (val: "Solana" | "Btc" | "Algorand" | "Sui" | "Aptos" | "Osmosis" | "Wormchain" | "Near" | "Ethereum" | "Terra" | "Bsc" | "Polygon" | "Avalanche" | "Oasis" | "Aurora" | "Fantom" | "Karura" | "Acala" | "Klaytn" | "Celo" | "Moonbeam" | "Neon" | "Terra2" | "Injective" | "Arbitrum" | "Optimism" | "Gnosis" | "Pythnet" | "Xpla" | "Base" | "Sei" | "Sepolia" | null) => number;
|
|
723
|
+
};
|
|
724
|
+
readonly binary: "uint";
|
|
725
|
+
readonly size: 2;
|
|
726
|
+
readonly name: "chain";
|
|
727
|
+
}, {
|
|
728
|
+
readonly binary: "bytes";
|
|
729
|
+
readonly size: 32;
|
|
730
|
+
readonly custom: {
|
|
731
|
+
to: (val: Uint8Array) => import("..").UniversalAddress;
|
|
732
|
+
from: (val: import("..").UniversalAddress) => Uint8Array;
|
|
733
|
+
};
|
|
734
|
+
readonly name: "newContract";
|
|
735
|
+
}] | readonly [{
|
|
736
|
+
readonly name: "protocol";
|
|
737
|
+
readonly binary: "bytes";
|
|
738
|
+
readonly custom: {
|
|
739
|
+
readonly to: "CoreBridge";
|
|
740
|
+
readonly from: Uint8Array;
|
|
741
|
+
};
|
|
742
|
+
}, {
|
|
743
|
+
readonly name: "action";
|
|
744
|
+
readonly binary: "uint";
|
|
745
|
+
readonly size: 1;
|
|
746
|
+
readonly custom: {
|
|
747
|
+
readonly to: "TransferFees";
|
|
748
|
+
readonly from: 4;
|
|
749
|
+
};
|
|
750
|
+
}, {
|
|
751
|
+
readonly custom: {
|
|
752
|
+
to: (val: number) => "Solana" | "Btc" | "Algorand" | "Sui" | "Aptos" | "Osmosis" | "Wormchain" | "Near" | "Ethereum" | "Terra" | "Bsc" | "Polygon" | "Avalanche" | "Oasis" | "Aurora" | "Fantom" | "Karura" | "Acala" | "Klaytn" | "Celo" | "Moonbeam" | "Neon" | "Terra2" | "Injective" | "Arbitrum" | "Optimism" | "Gnosis" | "Pythnet" | "Xpla" | "Base" | "Sei" | "Sepolia" | null;
|
|
753
|
+
from: (val: "Solana" | "Btc" | "Algorand" | "Sui" | "Aptos" | "Osmosis" | "Wormchain" | "Near" | "Ethereum" | "Terra" | "Bsc" | "Polygon" | "Avalanche" | "Oasis" | "Aurora" | "Fantom" | "Karura" | "Acala" | "Klaytn" | "Celo" | "Moonbeam" | "Neon" | "Terra2" | "Injective" | "Arbitrum" | "Optimism" | "Gnosis" | "Pythnet" | "Xpla" | "Base" | "Sei" | "Sepolia" | null) => number;
|
|
754
|
+
};
|
|
755
|
+
readonly binary: "uint";
|
|
756
|
+
readonly size: 2;
|
|
757
|
+
readonly name: "chain";
|
|
758
|
+
}, {
|
|
759
|
+
readonly custom: {
|
|
760
|
+
to: (val: number) => "Solana" | "Btc" | "Algorand" | "Sui" | "Aptos" | "Osmosis" | "Wormchain" | "Near" | "Ethereum" | "Terra" | "Bsc" | "Polygon" | "Avalanche" | "Oasis" | "Aurora" | "Fantom" | "Karura" | "Acala" | "Klaytn" | "Celo" | "Moonbeam" | "Neon" | "Terra2" | "Injective" | "Arbitrum" | "Optimism" | "Gnosis" | "Pythnet" | "Xpla" | "Base" | "Sei" | "Sepolia";
|
|
761
|
+
from: (val: "Solana" | "Btc" | "Algorand" | "Sui" | "Aptos" | "Osmosis" | "Wormchain" | "Near" | "Ethereum" | "Terra" | "Bsc" | "Polygon" | "Avalanche" | "Oasis" | "Aurora" | "Fantom" | "Karura" | "Acala" | "Klaytn" | "Celo" | "Moonbeam" | "Neon" | "Terra2" | "Injective" | "Arbitrum" | "Optimism" | "Gnosis" | "Pythnet" | "Xpla" | "Base" | "Sei" | "Sepolia") => number;
|
|
762
|
+
};
|
|
763
|
+
readonly binary: "uint";
|
|
764
|
+
readonly size: 2;
|
|
765
|
+
readonly name: "foreignChain";
|
|
766
|
+
}, {
|
|
767
|
+
readonly binary: "bytes";
|
|
768
|
+
readonly size: 32;
|
|
769
|
+
readonly custom: {
|
|
770
|
+
to: (val: Uint8Array) => import("..").UniversalAddress;
|
|
771
|
+
from: (val: import("..").UniversalAddress) => Uint8Array;
|
|
772
|
+
};
|
|
773
|
+
readonly name: "foreignAddress";
|
|
774
|
+
}] | readonly [{
|
|
775
|
+
readonly name: "protocol";
|
|
776
|
+
readonly binary: "bytes";
|
|
777
|
+
readonly custom: {
|
|
778
|
+
readonly to: "CoreBridge";
|
|
779
|
+
readonly from: Uint8Array;
|
|
780
|
+
};
|
|
781
|
+
}, {
|
|
782
|
+
readonly name: "action";
|
|
783
|
+
readonly binary: "uint";
|
|
784
|
+
readonly size: 1;
|
|
785
|
+
readonly custom: {
|
|
786
|
+
readonly to: "TransferFees";
|
|
787
|
+
readonly from: 4;
|
|
788
|
+
};
|
|
789
|
+
}, {
|
|
790
|
+
readonly custom: {
|
|
791
|
+
to: (val: number) => "Solana" | "Btc" | "Algorand" | "Sui" | "Aptos" | "Osmosis" | "Wormchain" | "Near" | "Ethereum" | "Terra" | "Bsc" | "Polygon" | "Avalanche" | "Oasis" | "Aurora" | "Fantom" | "Karura" | "Acala" | "Klaytn" | "Celo" | "Moonbeam" | "Neon" | "Terra2" | "Injective" | "Arbitrum" | "Optimism" | "Gnosis" | "Pythnet" | "Xpla" | "Base" | "Sei" | "Sepolia" | null;
|
|
792
|
+
from: (val: "Solana" | "Btc" | "Algorand" | "Sui" | "Aptos" | "Osmosis" | "Wormchain" | "Near" | "Ethereum" | "Terra" | "Bsc" | "Polygon" | "Avalanche" | "Oasis" | "Aurora" | "Fantom" | "Karura" | "Acala" | "Klaytn" | "Celo" | "Moonbeam" | "Neon" | "Terra2" | "Injective" | "Arbitrum" | "Optimism" | "Gnosis" | "Pythnet" | "Xpla" | "Base" | "Sei" | "Sepolia" | null) => number;
|
|
793
|
+
};
|
|
794
|
+
readonly binary: "uint";
|
|
795
|
+
readonly size: 2;
|
|
796
|
+
readonly name: "chain";
|
|
797
|
+
}, {
|
|
798
|
+
readonly name: "evmChainId";
|
|
799
|
+
readonly binary: "uint";
|
|
800
|
+
readonly size: 32;
|
|
801
|
+
}, {
|
|
802
|
+
readonly custom: {
|
|
803
|
+
to: (val: number) => "Ethereum" | "Bsc" | "Polygon" | "Avalanche" | "Oasis" | "Aurora" | "Fantom" | "Karura" | "Acala" | "Klaytn" | "Celo" | "Moonbeam" | "Neon" | "Arbitrum" | "Optimism" | "Gnosis" | "Base" | "Sepolia";
|
|
804
|
+
from: (val: "Ethereum" | "Bsc" | "Polygon" | "Avalanche" | "Oasis" | "Aurora" | "Fantom" | "Karura" | "Acala" | "Klaytn" | "Celo" | "Moonbeam" | "Neon" | "Arbitrum" | "Optimism" | "Gnosis" | "Base" | "Sepolia") => number;
|
|
805
|
+
};
|
|
806
|
+
readonly binary: "uint";
|
|
807
|
+
readonly size: 2;
|
|
808
|
+
readonly name: "newChainId";
|
|
809
|
+
}] | readonly [{
|
|
810
|
+
readonly name: "protocol";
|
|
811
|
+
readonly binary: "bytes";
|
|
812
|
+
readonly custom: {
|
|
813
|
+
readonly to: "CoreBridge";
|
|
814
|
+
readonly from: Uint8Array;
|
|
815
|
+
};
|
|
816
|
+
}, {
|
|
817
|
+
readonly name: "action";
|
|
818
|
+
readonly binary: "uint";
|
|
819
|
+
readonly size: 1;
|
|
820
|
+
readonly custom: {
|
|
821
|
+
readonly to: "TransferFees";
|
|
822
|
+
readonly from: 4;
|
|
823
|
+
};
|
|
824
|
+
}, {
|
|
825
|
+
readonly custom: {
|
|
826
|
+
to: (val: number) => "Solana" | "Btc" | "Algorand" | "Sui" | "Aptos" | "Osmosis" | "Wormchain" | "Near" | "Ethereum" | "Terra" | "Bsc" | "Polygon" | "Avalanche" | "Oasis" | "Aurora" | "Fantom" | "Karura" | "Acala" | "Klaytn" | "Celo" | "Moonbeam" | "Neon" | "Terra2" | "Injective" | "Arbitrum" | "Optimism" | "Gnosis" | "Pythnet" | "Xpla" | "Base" | "Sei" | "Sepolia" | null;
|
|
827
|
+
from: (val: "Solana" | "Btc" | "Algorand" | "Sui" | "Aptos" | "Osmosis" | "Wormchain" | "Near" | "Ethereum" | "Terra" | "Bsc" | "Polygon" | "Avalanche" | "Oasis" | "Aurora" | "Fantom" | "Karura" | "Acala" | "Klaytn" | "Celo" | "Moonbeam" | "Neon" | "Terra2" | "Injective" | "Arbitrum" | "Optimism" | "Gnosis" | "Pythnet" | "Xpla" | "Base" | "Sei" | "Sepolia" | null) => number;
|
|
828
|
+
};
|
|
829
|
+
readonly binary: "uint";
|
|
830
|
+
readonly size: 2;
|
|
831
|
+
readonly name: "chain";
|
|
832
|
+
}, {
|
|
833
|
+
readonly binary: "uint";
|
|
834
|
+
readonly size: 4;
|
|
835
|
+
readonly name: "guardianSet";
|
|
836
|
+
}, {
|
|
837
|
+
readonly name: "guardians";
|
|
838
|
+
readonly binary: "array";
|
|
839
|
+
readonly lengthSize: 1;
|
|
840
|
+
readonly layout: readonly [{
|
|
841
|
+
readonly name: "address";
|
|
842
|
+
readonly binary: "bytes";
|
|
843
|
+
readonly size: 20;
|
|
844
|
+
}];
|
|
845
|
+
}] | readonly [{
|
|
846
|
+
readonly name: "protocol";
|
|
847
|
+
readonly binary: "bytes";
|
|
848
|
+
readonly custom: {
|
|
849
|
+
readonly to: "CoreBridge";
|
|
850
|
+
readonly from: Uint8Array;
|
|
851
|
+
};
|
|
852
|
+
}, {
|
|
853
|
+
readonly name: "action";
|
|
854
|
+
readonly binary: "uint";
|
|
855
|
+
readonly size: 1;
|
|
856
|
+
readonly custom: {
|
|
857
|
+
readonly to: "TransferFees";
|
|
858
|
+
readonly from: 4;
|
|
859
|
+
};
|
|
860
|
+
}, {
|
|
861
|
+
readonly custom: {
|
|
862
|
+
to: (val: number) => "Solana" | "Btc" | "Algorand" | "Sui" | "Aptos" | "Osmosis" | "Wormchain" | "Near" | "Ethereum" | "Terra" | "Bsc" | "Polygon" | "Avalanche" | "Oasis" | "Aurora" | "Fantom" | "Karura" | "Acala" | "Klaytn" | "Celo" | "Moonbeam" | "Neon" | "Terra2" | "Injective" | "Arbitrum" | "Optimism" | "Gnosis" | "Pythnet" | "Xpla" | "Base" | "Sei" | "Sepolia" | null;
|
|
863
|
+
from: (val: "Solana" | "Btc" | "Algorand" | "Sui" | "Aptos" | "Osmosis" | "Wormchain" | "Near" | "Ethereum" | "Terra" | "Bsc" | "Polygon" | "Avalanche" | "Oasis" | "Aurora" | "Fantom" | "Karura" | "Acala" | "Klaytn" | "Celo" | "Moonbeam" | "Neon" | "Terra2" | "Injective" | "Arbitrum" | "Optimism" | "Gnosis" | "Pythnet" | "Xpla" | "Base" | "Sei" | "Sepolia" | null) => number;
|
|
864
|
+
};
|
|
865
|
+
readonly binary: "uint";
|
|
866
|
+
readonly size: 2;
|
|
867
|
+
readonly name: "chain";
|
|
868
|
+
}, {
|
|
869
|
+
readonly name: "messageFee";
|
|
870
|
+
readonly binary: "uint";
|
|
871
|
+
readonly size: 32;
|
|
872
|
+
}] | readonly [{
|
|
873
|
+
readonly name: "protocol";
|
|
874
|
+
readonly binary: "bytes";
|
|
875
|
+
readonly custom: {
|
|
876
|
+
readonly to: "CoreBridge";
|
|
877
|
+
readonly from: Uint8Array;
|
|
878
|
+
};
|
|
879
|
+
}, {
|
|
880
|
+
readonly name: "action";
|
|
881
|
+
readonly binary: "uint";
|
|
882
|
+
readonly size: 1;
|
|
883
|
+
readonly custom: {
|
|
884
|
+
readonly to: "TransferFees";
|
|
885
|
+
readonly from: 4;
|
|
886
|
+
};
|
|
887
|
+
}, {
|
|
888
|
+
readonly custom: {
|
|
889
|
+
to: (val: number) => "Solana" | "Btc" | "Algorand" | "Sui" | "Aptos" | "Osmosis" | "Wormchain" | "Near" | "Ethereum" | "Terra" | "Bsc" | "Polygon" | "Avalanche" | "Oasis" | "Aurora" | "Fantom" | "Karura" | "Acala" | "Klaytn" | "Celo" | "Moonbeam" | "Neon" | "Terra2" | "Injective" | "Arbitrum" | "Optimism" | "Gnosis" | "Pythnet" | "Xpla" | "Base" | "Sei" | "Sepolia" | null;
|
|
890
|
+
from: (val: "Solana" | "Btc" | "Algorand" | "Sui" | "Aptos" | "Osmosis" | "Wormchain" | "Near" | "Ethereum" | "Terra" | "Bsc" | "Polygon" | "Avalanche" | "Oasis" | "Aurora" | "Fantom" | "Karura" | "Acala" | "Klaytn" | "Celo" | "Moonbeam" | "Neon" | "Terra2" | "Injective" | "Arbitrum" | "Optimism" | "Gnosis" | "Pythnet" | "Xpla" | "Base" | "Sei" | "Sepolia" | null) => number;
|
|
891
|
+
};
|
|
892
|
+
readonly binary: "uint";
|
|
893
|
+
readonly size: 2;
|
|
894
|
+
readonly name: "chain";
|
|
895
|
+
}, {
|
|
896
|
+
readonly name: "amount";
|
|
897
|
+
readonly binary: "uint";
|
|
898
|
+
readonly size: 32;
|
|
899
|
+
}, {
|
|
900
|
+
readonly binary: "bytes";
|
|
901
|
+
readonly size: 32;
|
|
902
|
+
readonly custom: {
|
|
903
|
+
to: (val: Uint8Array) => import("..").UniversalAddress;
|
|
904
|
+
from: (val: import("..").UniversalAddress) => Uint8Array;
|
|
905
|
+
};
|
|
906
|
+
readonly name: "recipient";
|
|
907
|
+
}] | readonly [{
|
|
908
|
+
readonly name: "protocol";
|
|
909
|
+
readonly binary: "bytes";
|
|
910
|
+
readonly custom: {
|
|
911
|
+
readonly to: "CoreBridge";
|
|
912
|
+
readonly from: Uint8Array;
|
|
913
|
+
};
|
|
914
|
+
}, {
|
|
915
|
+
readonly name: "action";
|
|
916
|
+
readonly binary: "uint";
|
|
917
|
+
readonly size: 1;
|
|
918
|
+
readonly custom: {
|
|
919
|
+
readonly to: "TransferFees";
|
|
920
|
+
readonly from: 4;
|
|
921
|
+
};
|
|
922
|
+
}, {
|
|
923
|
+
readonly custom: {
|
|
924
|
+
to: (val: number) => "Solana" | "Btc" | "Algorand" | "Sui" | "Aptos" | "Osmosis" | "Wormchain" | "Near" | "Ethereum" | "Terra" | "Bsc" | "Polygon" | "Avalanche" | "Oasis" | "Aurora" | "Fantom" | "Karura" | "Acala" | "Klaytn" | "Celo" | "Moonbeam" | "Neon" | "Terra2" | "Injective" | "Arbitrum" | "Optimism" | "Gnosis" | "Pythnet" | "Xpla" | "Base" | "Sei" | "Sepolia" | null;
|
|
925
|
+
from: (val: "Solana" | "Btc" | "Algorand" | "Sui" | "Aptos" | "Osmosis" | "Wormchain" | "Near" | "Ethereum" | "Terra" | "Bsc" | "Polygon" | "Avalanche" | "Oasis" | "Aurora" | "Fantom" | "Karura" | "Acala" | "Klaytn" | "Celo" | "Moonbeam" | "Neon" | "Terra2" | "Injective" | "Arbitrum" | "Optimism" | "Gnosis" | "Pythnet" | "Xpla" | "Base" | "Sei" | "Sepolia" | null) => number;
|
|
926
|
+
};
|
|
927
|
+
readonly binary: "uint";
|
|
928
|
+
readonly size: 2;
|
|
929
|
+
readonly name: "chain";
|
|
930
|
+
}, {
|
|
931
|
+
readonly binary: "bytes";
|
|
932
|
+
readonly size: 32;
|
|
933
|
+
readonly custom: {
|
|
934
|
+
to: (val: Uint8Array) => import("..").UniversalAddress;
|
|
935
|
+
from: (val: import("..").UniversalAddress) => Uint8Array;
|
|
936
|
+
};
|
|
937
|
+
readonly name: "defaultProvider";
|
|
938
|
+
}]], readonly ["CoreBridgeRecoverChainId", readonly [{
|
|
939
|
+
readonly name: "protocol";
|
|
940
|
+
readonly binary: "bytes";
|
|
941
|
+
readonly custom: {
|
|
942
|
+
readonly to: "CoreBridge";
|
|
943
|
+
readonly from: Uint8Array;
|
|
944
|
+
};
|
|
945
|
+
}, {
|
|
946
|
+
readonly name: "action";
|
|
947
|
+
readonly binary: "uint";
|
|
948
|
+
readonly size: 1;
|
|
949
|
+
readonly custom: {
|
|
950
|
+
readonly to: "RecoverChainId";
|
|
951
|
+
readonly from: 5;
|
|
952
|
+
};
|
|
953
|
+
}, {
|
|
954
|
+
readonly custom: {
|
|
955
|
+
to: (val: number) => "Solana" | "Btc" | "Algorand" | "Sui" | "Aptos" | "Osmosis" | "Wormchain" | "Near" | "Ethereum" | "Terra" | "Bsc" | "Polygon" | "Avalanche" | "Oasis" | "Aurora" | "Fantom" | "Karura" | "Acala" | "Klaytn" | "Celo" | "Moonbeam" | "Neon" | "Terra2" | "Injective" | "Arbitrum" | "Optimism" | "Gnosis" | "Pythnet" | "Xpla" | "Base" | "Sei" | "Sepolia" | null;
|
|
956
|
+
from: (val: "Solana" | "Btc" | "Algorand" | "Sui" | "Aptos" | "Osmosis" | "Wormchain" | "Near" | "Ethereum" | "Terra" | "Bsc" | "Polygon" | "Avalanche" | "Oasis" | "Aurora" | "Fantom" | "Karura" | "Acala" | "Klaytn" | "Celo" | "Moonbeam" | "Neon" | "Terra2" | "Injective" | "Arbitrum" | "Optimism" | "Gnosis" | "Pythnet" | "Xpla" | "Base" | "Sei" | "Sepolia" | null) => number;
|
|
957
|
+
};
|
|
958
|
+
readonly binary: "uint";
|
|
959
|
+
readonly size: 2;
|
|
960
|
+
readonly name: "chain";
|
|
961
|
+
}, {
|
|
962
|
+
readonly binary: "bytes";
|
|
963
|
+
readonly size: 32;
|
|
964
|
+
readonly custom: {
|
|
965
|
+
to: (val: Uint8Array) => import("..").UniversalAddress;
|
|
966
|
+
from: (val: import("..").UniversalAddress) => Uint8Array;
|
|
967
|
+
};
|
|
968
|
+
readonly name: "newContract";
|
|
969
|
+
}] | readonly [{
|
|
970
|
+
readonly name: "protocol";
|
|
971
|
+
readonly binary: "bytes";
|
|
972
|
+
readonly custom: {
|
|
973
|
+
readonly to: "CoreBridge";
|
|
974
|
+
readonly from: Uint8Array;
|
|
975
|
+
};
|
|
976
|
+
}, {
|
|
977
|
+
readonly name: "action";
|
|
978
|
+
readonly binary: "uint";
|
|
979
|
+
readonly size: 1;
|
|
980
|
+
readonly custom: {
|
|
981
|
+
readonly to: "RecoverChainId";
|
|
982
|
+
readonly from: 5;
|
|
983
|
+
};
|
|
984
|
+
}, {
|
|
985
|
+
readonly custom: {
|
|
986
|
+
to: (val: number) => "Solana" | "Btc" | "Algorand" | "Sui" | "Aptos" | "Osmosis" | "Wormchain" | "Near" | "Ethereum" | "Terra" | "Bsc" | "Polygon" | "Avalanche" | "Oasis" | "Aurora" | "Fantom" | "Karura" | "Acala" | "Klaytn" | "Celo" | "Moonbeam" | "Neon" | "Terra2" | "Injective" | "Arbitrum" | "Optimism" | "Gnosis" | "Pythnet" | "Xpla" | "Base" | "Sei" | "Sepolia" | null;
|
|
987
|
+
from: (val: "Solana" | "Btc" | "Algorand" | "Sui" | "Aptos" | "Osmosis" | "Wormchain" | "Near" | "Ethereum" | "Terra" | "Bsc" | "Polygon" | "Avalanche" | "Oasis" | "Aurora" | "Fantom" | "Karura" | "Acala" | "Klaytn" | "Celo" | "Moonbeam" | "Neon" | "Terra2" | "Injective" | "Arbitrum" | "Optimism" | "Gnosis" | "Pythnet" | "Xpla" | "Base" | "Sei" | "Sepolia" | null) => number;
|
|
988
|
+
};
|
|
989
|
+
readonly binary: "uint";
|
|
990
|
+
readonly size: 2;
|
|
991
|
+
readonly name: "chain";
|
|
992
|
+
}, {
|
|
993
|
+
readonly custom: {
|
|
994
|
+
to: (val: number) => "Solana" | "Btc" | "Algorand" | "Sui" | "Aptos" | "Osmosis" | "Wormchain" | "Near" | "Ethereum" | "Terra" | "Bsc" | "Polygon" | "Avalanche" | "Oasis" | "Aurora" | "Fantom" | "Karura" | "Acala" | "Klaytn" | "Celo" | "Moonbeam" | "Neon" | "Terra2" | "Injective" | "Arbitrum" | "Optimism" | "Gnosis" | "Pythnet" | "Xpla" | "Base" | "Sei" | "Sepolia";
|
|
995
|
+
from: (val: "Solana" | "Btc" | "Algorand" | "Sui" | "Aptos" | "Osmosis" | "Wormchain" | "Near" | "Ethereum" | "Terra" | "Bsc" | "Polygon" | "Avalanche" | "Oasis" | "Aurora" | "Fantom" | "Karura" | "Acala" | "Klaytn" | "Celo" | "Moonbeam" | "Neon" | "Terra2" | "Injective" | "Arbitrum" | "Optimism" | "Gnosis" | "Pythnet" | "Xpla" | "Base" | "Sei" | "Sepolia") => number;
|
|
996
|
+
};
|
|
997
|
+
readonly binary: "uint";
|
|
998
|
+
readonly size: 2;
|
|
999
|
+
readonly name: "foreignChain";
|
|
1000
|
+
}, {
|
|
1001
|
+
readonly binary: "bytes";
|
|
1002
|
+
readonly size: 32;
|
|
1003
|
+
readonly custom: {
|
|
1004
|
+
to: (val: Uint8Array) => import("..").UniversalAddress;
|
|
1005
|
+
from: (val: import("..").UniversalAddress) => Uint8Array;
|
|
1006
|
+
};
|
|
1007
|
+
readonly name: "foreignAddress";
|
|
1008
|
+
}] | readonly [{
|
|
1009
|
+
readonly name: "protocol";
|
|
1010
|
+
readonly binary: "bytes";
|
|
1011
|
+
readonly custom: {
|
|
1012
|
+
readonly to: "CoreBridge";
|
|
1013
|
+
readonly from: Uint8Array;
|
|
1014
|
+
};
|
|
1015
|
+
}, {
|
|
1016
|
+
readonly name: "action";
|
|
1017
|
+
readonly binary: "uint";
|
|
1018
|
+
readonly size: 1;
|
|
1019
|
+
readonly custom: {
|
|
1020
|
+
readonly to: "RecoverChainId";
|
|
1021
|
+
readonly from: 5;
|
|
1022
|
+
};
|
|
1023
|
+
}, {
|
|
1024
|
+
readonly custom: {
|
|
1025
|
+
to: (val: number) => "Solana" | "Btc" | "Algorand" | "Sui" | "Aptos" | "Osmosis" | "Wormchain" | "Near" | "Ethereum" | "Terra" | "Bsc" | "Polygon" | "Avalanche" | "Oasis" | "Aurora" | "Fantom" | "Karura" | "Acala" | "Klaytn" | "Celo" | "Moonbeam" | "Neon" | "Terra2" | "Injective" | "Arbitrum" | "Optimism" | "Gnosis" | "Pythnet" | "Xpla" | "Base" | "Sei" | "Sepolia" | null;
|
|
1026
|
+
from: (val: "Solana" | "Btc" | "Algorand" | "Sui" | "Aptos" | "Osmosis" | "Wormchain" | "Near" | "Ethereum" | "Terra" | "Bsc" | "Polygon" | "Avalanche" | "Oasis" | "Aurora" | "Fantom" | "Karura" | "Acala" | "Klaytn" | "Celo" | "Moonbeam" | "Neon" | "Terra2" | "Injective" | "Arbitrum" | "Optimism" | "Gnosis" | "Pythnet" | "Xpla" | "Base" | "Sei" | "Sepolia" | null) => number;
|
|
1027
|
+
};
|
|
1028
|
+
readonly binary: "uint";
|
|
1029
|
+
readonly size: 2;
|
|
1030
|
+
readonly name: "chain";
|
|
1031
|
+
}, {
|
|
1032
|
+
readonly name: "evmChainId";
|
|
1033
|
+
readonly binary: "uint";
|
|
1034
|
+
readonly size: 32;
|
|
1035
|
+
}, {
|
|
1036
|
+
readonly custom: {
|
|
1037
|
+
to: (val: number) => "Ethereum" | "Bsc" | "Polygon" | "Avalanche" | "Oasis" | "Aurora" | "Fantom" | "Karura" | "Acala" | "Klaytn" | "Celo" | "Moonbeam" | "Neon" | "Arbitrum" | "Optimism" | "Gnosis" | "Base" | "Sepolia";
|
|
1038
|
+
from: (val: "Ethereum" | "Bsc" | "Polygon" | "Avalanche" | "Oasis" | "Aurora" | "Fantom" | "Karura" | "Acala" | "Klaytn" | "Celo" | "Moonbeam" | "Neon" | "Arbitrum" | "Optimism" | "Gnosis" | "Base" | "Sepolia") => number;
|
|
1039
|
+
};
|
|
1040
|
+
readonly binary: "uint";
|
|
1041
|
+
readonly size: 2;
|
|
1042
|
+
readonly name: "newChainId";
|
|
1043
|
+
}] | readonly [{
|
|
1044
|
+
readonly name: "protocol";
|
|
1045
|
+
readonly binary: "bytes";
|
|
1046
|
+
readonly custom: {
|
|
1047
|
+
readonly to: "CoreBridge";
|
|
1048
|
+
readonly from: Uint8Array;
|
|
1049
|
+
};
|
|
1050
|
+
}, {
|
|
1051
|
+
readonly name: "action";
|
|
1052
|
+
readonly binary: "uint";
|
|
1053
|
+
readonly size: 1;
|
|
1054
|
+
readonly custom: {
|
|
1055
|
+
readonly to: "RecoverChainId";
|
|
1056
|
+
readonly from: 5;
|
|
1057
|
+
};
|
|
1058
|
+
}, {
|
|
1059
|
+
readonly custom: {
|
|
1060
|
+
to: (val: number) => "Solana" | "Btc" | "Algorand" | "Sui" | "Aptos" | "Osmosis" | "Wormchain" | "Near" | "Ethereum" | "Terra" | "Bsc" | "Polygon" | "Avalanche" | "Oasis" | "Aurora" | "Fantom" | "Karura" | "Acala" | "Klaytn" | "Celo" | "Moonbeam" | "Neon" | "Terra2" | "Injective" | "Arbitrum" | "Optimism" | "Gnosis" | "Pythnet" | "Xpla" | "Base" | "Sei" | "Sepolia" | null;
|
|
1061
|
+
from: (val: "Solana" | "Btc" | "Algorand" | "Sui" | "Aptos" | "Osmosis" | "Wormchain" | "Near" | "Ethereum" | "Terra" | "Bsc" | "Polygon" | "Avalanche" | "Oasis" | "Aurora" | "Fantom" | "Karura" | "Acala" | "Klaytn" | "Celo" | "Moonbeam" | "Neon" | "Terra2" | "Injective" | "Arbitrum" | "Optimism" | "Gnosis" | "Pythnet" | "Xpla" | "Base" | "Sei" | "Sepolia" | null) => number;
|
|
1062
|
+
};
|
|
1063
|
+
readonly binary: "uint";
|
|
1064
|
+
readonly size: 2;
|
|
1065
|
+
readonly name: "chain";
|
|
1066
|
+
}, {
|
|
1067
|
+
readonly binary: "uint";
|
|
1068
|
+
readonly size: 4;
|
|
1069
|
+
readonly name: "guardianSet";
|
|
1070
|
+
}, {
|
|
1071
|
+
readonly name: "guardians";
|
|
1072
|
+
readonly binary: "array";
|
|
1073
|
+
readonly lengthSize: 1;
|
|
1074
|
+
readonly layout: readonly [{
|
|
1075
|
+
readonly name: "address";
|
|
1076
|
+
readonly binary: "bytes";
|
|
1077
|
+
readonly size: 20;
|
|
1078
|
+
}];
|
|
1079
|
+
}] | readonly [{
|
|
1080
|
+
readonly name: "protocol";
|
|
1081
|
+
readonly binary: "bytes";
|
|
1082
|
+
readonly custom: {
|
|
1083
|
+
readonly to: "CoreBridge";
|
|
1084
|
+
readonly from: Uint8Array;
|
|
1085
|
+
};
|
|
1086
|
+
}, {
|
|
1087
|
+
readonly name: "action";
|
|
1088
|
+
readonly binary: "uint";
|
|
1089
|
+
readonly size: 1;
|
|
1090
|
+
readonly custom: {
|
|
1091
|
+
readonly to: "RecoverChainId";
|
|
1092
|
+
readonly from: 5;
|
|
1093
|
+
};
|
|
1094
|
+
}, {
|
|
1095
|
+
readonly custom: {
|
|
1096
|
+
to: (val: number) => "Solana" | "Btc" | "Algorand" | "Sui" | "Aptos" | "Osmosis" | "Wormchain" | "Near" | "Ethereum" | "Terra" | "Bsc" | "Polygon" | "Avalanche" | "Oasis" | "Aurora" | "Fantom" | "Karura" | "Acala" | "Klaytn" | "Celo" | "Moonbeam" | "Neon" | "Terra2" | "Injective" | "Arbitrum" | "Optimism" | "Gnosis" | "Pythnet" | "Xpla" | "Base" | "Sei" | "Sepolia" | null;
|
|
1097
|
+
from: (val: "Solana" | "Btc" | "Algorand" | "Sui" | "Aptos" | "Osmosis" | "Wormchain" | "Near" | "Ethereum" | "Terra" | "Bsc" | "Polygon" | "Avalanche" | "Oasis" | "Aurora" | "Fantom" | "Karura" | "Acala" | "Klaytn" | "Celo" | "Moonbeam" | "Neon" | "Terra2" | "Injective" | "Arbitrum" | "Optimism" | "Gnosis" | "Pythnet" | "Xpla" | "Base" | "Sei" | "Sepolia" | null) => number;
|
|
1098
|
+
};
|
|
1099
|
+
readonly binary: "uint";
|
|
1100
|
+
readonly size: 2;
|
|
1101
|
+
readonly name: "chain";
|
|
1102
|
+
}, {
|
|
1103
|
+
readonly name: "messageFee";
|
|
1104
|
+
readonly binary: "uint";
|
|
1105
|
+
readonly size: 32;
|
|
1106
|
+
}] | readonly [{
|
|
1107
|
+
readonly name: "protocol";
|
|
1108
|
+
readonly binary: "bytes";
|
|
1109
|
+
readonly custom: {
|
|
1110
|
+
readonly to: "CoreBridge";
|
|
1111
|
+
readonly from: Uint8Array;
|
|
1112
|
+
};
|
|
1113
|
+
}, {
|
|
1114
|
+
readonly name: "action";
|
|
1115
|
+
readonly binary: "uint";
|
|
1116
|
+
readonly size: 1;
|
|
1117
|
+
readonly custom: {
|
|
1118
|
+
readonly to: "RecoverChainId";
|
|
1119
|
+
readonly from: 5;
|
|
1120
|
+
};
|
|
1121
|
+
}, {
|
|
1122
|
+
readonly custom: {
|
|
1123
|
+
to: (val: number) => "Solana" | "Btc" | "Algorand" | "Sui" | "Aptos" | "Osmosis" | "Wormchain" | "Near" | "Ethereum" | "Terra" | "Bsc" | "Polygon" | "Avalanche" | "Oasis" | "Aurora" | "Fantom" | "Karura" | "Acala" | "Klaytn" | "Celo" | "Moonbeam" | "Neon" | "Terra2" | "Injective" | "Arbitrum" | "Optimism" | "Gnosis" | "Pythnet" | "Xpla" | "Base" | "Sei" | "Sepolia" | null;
|
|
1124
|
+
from: (val: "Solana" | "Btc" | "Algorand" | "Sui" | "Aptos" | "Osmosis" | "Wormchain" | "Near" | "Ethereum" | "Terra" | "Bsc" | "Polygon" | "Avalanche" | "Oasis" | "Aurora" | "Fantom" | "Karura" | "Acala" | "Klaytn" | "Celo" | "Moonbeam" | "Neon" | "Terra2" | "Injective" | "Arbitrum" | "Optimism" | "Gnosis" | "Pythnet" | "Xpla" | "Base" | "Sei" | "Sepolia" | null) => number;
|
|
1125
|
+
};
|
|
1126
|
+
readonly binary: "uint";
|
|
1127
|
+
readonly size: 2;
|
|
1128
|
+
readonly name: "chain";
|
|
1129
|
+
}, {
|
|
1130
|
+
readonly name: "amount";
|
|
1131
|
+
readonly binary: "uint";
|
|
1132
|
+
readonly size: 32;
|
|
1133
|
+
}, {
|
|
1134
|
+
readonly binary: "bytes";
|
|
1135
|
+
readonly size: 32;
|
|
1136
|
+
readonly custom: {
|
|
1137
|
+
to: (val: Uint8Array) => import("..").UniversalAddress;
|
|
1138
|
+
from: (val: import("..").UniversalAddress) => Uint8Array;
|
|
1139
|
+
};
|
|
1140
|
+
readonly name: "recipient";
|
|
1141
|
+
}] | readonly [{
|
|
1142
|
+
readonly name: "protocol";
|
|
1143
|
+
readonly binary: "bytes";
|
|
1144
|
+
readonly custom: {
|
|
1145
|
+
readonly to: "CoreBridge";
|
|
1146
|
+
readonly from: Uint8Array;
|
|
1147
|
+
};
|
|
1148
|
+
}, {
|
|
1149
|
+
readonly name: "action";
|
|
1150
|
+
readonly binary: "uint";
|
|
1151
|
+
readonly size: 1;
|
|
1152
|
+
readonly custom: {
|
|
1153
|
+
readonly to: "RecoverChainId";
|
|
1154
|
+
readonly from: 5;
|
|
1155
|
+
};
|
|
1156
|
+
}, {
|
|
1157
|
+
readonly custom: {
|
|
1158
|
+
to: (val: number) => "Solana" | "Btc" | "Algorand" | "Sui" | "Aptos" | "Osmosis" | "Wormchain" | "Near" | "Ethereum" | "Terra" | "Bsc" | "Polygon" | "Avalanche" | "Oasis" | "Aurora" | "Fantom" | "Karura" | "Acala" | "Klaytn" | "Celo" | "Moonbeam" | "Neon" | "Terra2" | "Injective" | "Arbitrum" | "Optimism" | "Gnosis" | "Pythnet" | "Xpla" | "Base" | "Sei" | "Sepolia" | null;
|
|
1159
|
+
from: (val: "Solana" | "Btc" | "Algorand" | "Sui" | "Aptos" | "Osmosis" | "Wormchain" | "Near" | "Ethereum" | "Terra" | "Bsc" | "Polygon" | "Avalanche" | "Oasis" | "Aurora" | "Fantom" | "Karura" | "Acala" | "Klaytn" | "Celo" | "Moonbeam" | "Neon" | "Terra2" | "Injective" | "Arbitrum" | "Optimism" | "Gnosis" | "Pythnet" | "Xpla" | "Base" | "Sei" | "Sepolia" | null) => number;
|
|
1160
|
+
};
|
|
1161
|
+
readonly binary: "uint";
|
|
1162
|
+
readonly size: 2;
|
|
1163
|
+
readonly name: "chain";
|
|
1164
|
+
}, {
|
|
1165
|
+
readonly binary: "bytes";
|
|
1166
|
+
readonly size: 32;
|
|
1167
|
+
readonly custom: {
|
|
1168
|
+
to: (val: Uint8Array) => import("..").UniversalAddress;
|
|
1169
|
+
from: (val: import("..").UniversalAddress) => Uint8Array;
|
|
1170
|
+
};
|
|
1171
|
+
readonly name: "defaultProvider";
|
|
1172
|
+
}]], readonly ["TokenBridgeRegisterChain", readonly [{
|
|
1173
|
+
readonly name: "protocol";
|
|
1174
|
+
readonly binary: "bytes";
|
|
1175
|
+
readonly custom: {
|
|
1176
|
+
readonly to: "TokenBridge";
|
|
1177
|
+
readonly from: Uint8Array;
|
|
1178
|
+
};
|
|
1179
|
+
}, {
|
|
1180
|
+
readonly name: "action";
|
|
1181
|
+
readonly binary: "uint";
|
|
1182
|
+
readonly size: 1;
|
|
1183
|
+
readonly custom: {
|
|
1184
|
+
readonly to: "RegisterChain";
|
|
1185
|
+
readonly from: 1;
|
|
1186
|
+
};
|
|
1187
|
+
}, {
|
|
1188
|
+
readonly custom: {
|
|
1189
|
+
to: (val: number) => "Solana" | "Btc" | "Algorand" | "Sui" | "Aptos" | "Osmosis" | "Wormchain" | "Near" | "Ethereum" | "Terra" | "Bsc" | "Polygon" | "Avalanche" | "Oasis" | "Aurora" | "Fantom" | "Karura" | "Acala" | "Klaytn" | "Celo" | "Moonbeam" | "Neon" | "Terra2" | "Injective" | "Arbitrum" | "Optimism" | "Gnosis" | "Pythnet" | "Xpla" | "Base" | "Sei" | "Sepolia" | null;
|
|
1190
|
+
from: (val: "Solana" | "Btc" | "Algorand" | "Sui" | "Aptos" | "Osmosis" | "Wormchain" | "Near" | "Ethereum" | "Terra" | "Bsc" | "Polygon" | "Avalanche" | "Oasis" | "Aurora" | "Fantom" | "Karura" | "Acala" | "Klaytn" | "Celo" | "Moonbeam" | "Neon" | "Terra2" | "Injective" | "Arbitrum" | "Optimism" | "Gnosis" | "Pythnet" | "Xpla" | "Base" | "Sei" | "Sepolia" | null) => number;
|
|
1191
|
+
};
|
|
1192
|
+
readonly binary: "uint";
|
|
1193
|
+
readonly size: 2;
|
|
1194
|
+
readonly name: "chain";
|
|
1195
|
+
}, {
|
|
1196
|
+
readonly binary: "bytes";
|
|
1197
|
+
readonly size: 32;
|
|
1198
|
+
readonly custom: {
|
|
1199
|
+
to: (val: Uint8Array) => import("..").UniversalAddress;
|
|
1200
|
+
from: (val: import("..").UniversalAddress) => Uint8Array;
|
|
1201
|
+
};
|
|
1202
|
+
readonly name: "newContract";
|
|
1203
|
+
}] | readonly [{
|
|
1204
|
+
readonly name: "protocol";
|
|
1205
|
+
readonly binary: "bytes";
|
|
1206
|
+
readonly custom: {
|
|
1207
|
+
readonly to: "TokenBridge";
|
|
1208
|
+
readonly from: Uint8Array;
|
|
1209
|
+
};
|
|
1210
|
+
}, {
|
|
1211
|
+
readonly name: "action";
|
|
1212
|
+
readonly binary: "uint";
|
|
1213
|
+
readonly size: 1;
|
|
1214
|
+
readonly custom: {
|
|
1215
|
+
readonly to: "RegisterChain";
|
|
1216
|
+
readonly from: 1;
|
|
1217
|
+
};
|
|
1218
|
+
}, {
|
|
1219
|
+
readonly custom: {
|
|
1220
|
+
to: (val: number) => "Solana" | "Btc" | "Algorand" | "Sui" | "Aptos" | "Osmosis" | "Wormchain" | "Near" | "Ethereum" | "Terra" | "Bsc" | "Polygon" | "Avalanche" | "Oasis" | "Aurora" | "Fantom" | "Karura" | "Acala" | "Klaytn" | "Celo" | "Moonbeam" | "Neon" | "Terra2" | "Injective" | "Arbitrum" | "Optimism" | "Gnosis" | "Pythnet" | "Xpla" | "Base" | "Sei" | "Sepolia" | null;
|
|
1221
|
+
from: (val: "Solana" | "Btc" | "Algorand" | "Sui" | "Aptos" | "Osmosis" | "Wormchain" | "Near" | "Ethereum" | "Terra" | "Bsc" | "Polygon" | "Avalanche" | "Oasis" | "Aurora" | "Fantom" | "Karura" | "Acala" | "Klaytn" | "Celo" | "Moonbeam" | "Neon" | "Terra2" | "Injective" | "Arbitrum" | "Optimism" | "Gnosis" | "Pythnet" | "Xpla" | "Base" | "Sei" | "Sepolia" | null) => number;
|
|
1222
|
+
};
|
|
1223
|
+
readonly binary: "uint";
|
|
1224
|
+
readonly size: 2;
|
|
1225
|
+
readonly name: "chain";
|
|
1226
|
+
}, {
|
|
1227
|
+
readonly custom: {
|
|
1228
|
+
to: (val: number) => "Solana" | "Btc" | "Algorand" | "Sui" | "Aptos" | "Osmosis" | "Wormchain" | "Near" | "Ethereum" | "Terra" | "Bsc" | "Polygon" | "Avalanche" | "Oasis" | "Aurora" | "Fantom" | "Karura" | "Acala" | "Klaytn" | "Celo" | "Moonbeam" | "Neon" | "Terra2" | "Injective" | "Arbitrum" | "Optimism" | "Gnosis" | "Pythnet" | "Xpla" | "Base" | "Sei" | "Sepolia";
|
|
1229
|
+
from: (val: "Solana" | "Btc" | "Algorand" | "Sui" | "Aptos" | "Osmosis" | "Wormchain" | "Near" | "Ethereum" | "Terra" | "Bsc" | "Polygon" | "Avalanche" | "Oasis" | "Aurora" | "Fantom" | "Karura" | "Acala" | "Klaytn" | "Celo" | "Moonbeam" | "Neon" | "Terra2" | "Injective" | "Arbitrum" | "Optimism" | "Gnosis" | "Pythnet" | "Xpla" | "Base" | "Sei" | "Sepolia") => number;
|
|
1230
|
+
};
|
|
1231
|
+
readonly binary: "uint";
|
|
1232
|
+
readonly size: 2;
|
|
1233
|
+
readonly name: "foreignChain";
|
|
1234
|
+
}, {
|
|
1235
|
+
readonly binary: "bytes";
|
|
1236
|
+
readonly size: 32;
|
|
1237
|
+
readonly custom: {
|
|
1238
|
+
to: (val: Uint8Array) => import("..").UniversalAddress;
|
|
1239
|
+
from: (val: import("..").UniversalAddress) => Uint8Array;
|
|
1240
|
+
};
|
|
1241
|
+
readonly name: "foreignAddress";
|
|
1242
|
+
}] | readonly [{
|
|
1243
|
+
readonly name: "protocol";
|
|
1244
|
+
readonly binary: "bytes";
|
|
1245
|
+
readonly custom: {
|
|
1246
|
+
readonly to: "TokenBridge";
|
|
1247
|
+
readonly from: Uint8Array;
|
|
1248
|
+
};
|
|
1249
|
+
}, {
|
|
1250
|
+
readonly name: "action";
|
|
1251
|
+
readonly binary: "uint";
|
|
1252
|
+
readonly size: 1;
|
|
1253
|
+
readonly custom: {
|
|
1254
|
+
readonly to: "RegisterChain";
|
|
1255
|
+
readonly from: 1;
|
|
1256
|
+
};
|
|
1257
|
+
}, {
|
|
1258
|
+
readonly custom: {
|
|
1259
|
+
to: (val: number) => "Solana" | "Btc" | "Algorand" | "Sui" | "Aptos" | "Osmosis" | "Wormchain" | "Near" | "Ethereum" | "Terra" | "Bsc" | "Polygon" | "Avalanche" | "Oasis" | "Aurora" | "Fantom" | "Karura" | "Acala" | "Klaytn" | "Celo" | "Moonbeam" | "Neon" | "Terra2" | "Injective" | "Arbitrum" | "Optimism" | "Gnosis" | "Pythnet" | "Xpla" | "Base" | "Sei" | "Sepolia" | null;
|
|
1260
|
+
from: (val: "Solana" | "Btc" | "Algorand" | "Sui" | "Aptos" | "Osmosis" | "Wormchain" | "Near" | "Ethereum" | "Terra" | "Bsc" | "Polygon" | "Avalanche" | "Oasis" | "Aurora" | "Fantom" | "Karura" | "Acala" | "Klaytn" | "Celo" | "Moonbeam" | "Neon" | "Terra2" | "Injective" | "Arbitrum" | "Optimism" | "Gnosis" | "Pythnet" | "Xpla" | "Base" | "Sei" | "Sepolia" | null) => number;
|
|
1261
|
+
};
|
|
1262
|
+
readonly binary: "uint";
|
|
1263
|
+
readonly size: 2;
|
|
1264
|
+
readonly name: "chain";
|
|
1265
|
+
}, {
|
|
1266
|
+
readonly name: "evmChainId";
|
|
1267
|
+
readonly binary: "uint";
|
|
1268
|
+
readonly size: 32;
|
|
1269
|
+
}, {
|
|
1270
|
+
readonly custom: {
|
|
1271
|
+
to: (val: number) => "Ethereum" | "Bsc" | "Polygon" | "Avalanche" | "Oasis" | "Aurora" | "Fantom" | "Karura" | "Acala" | "Klaytn" | "Celo" | "Moonbeam" | "Neon" | "Arbitrum" | "Optimism" | "Gnosis" | "Base" | "Sepolia";
|
|
1272
|
+
from: (val: "Ethereum" | "Bsc" | "Polygon" | "Avalanche" | "Oasis" | "Aurora" | "Fantom" | "Karura" | "Acala" | "Klaytn" | "Celo" | "Moonbeam" | "Neon" | "Arbitrum" | "Optimism" | "Gnosis" | "Base" | "Sepolia") => number;
|
|
1273
|
+
};
|
|
1274
|
+
readonly binary: "uint";
|
|
1275
|
+
readonly size: 2;
|
|
1276
|
+
readonly name: "newChainId";
|
|
1277
|
+
}] | readonly [{
|
|
1278
|
+
readonly name: "protocol";
|
|
1279
|
+
readonly binary: "bytes";
|
|
1280
|
+
readonly custom: {
|
|
1281
|
+
readonly to: "TokenBridge";
|
|
1282
|
+
readonly from: Uint8Array;
|
|
1283
|
+
};
|
|
1284
|
+
}, {
|
|
1285
|
+
readonly name: "action";
|
|
1286
|
+
readonly binary: "uint";
|
|
1287
|
+
readonly size: 1;
|
|
1288
|
+
readonly custom: {
|
|
1289
|
+
readonly to: "RegisterChain";
|
|
1290
|
+
readonly from: 1;
|
|
1291
|
+
};
|
|
1292
|
+
}, {
|
|
1293
|
+
readonly custom: {
|
|
1294
|
+
to: (val: number) => "Solana" | "Btc" | "Algorand" | "Sui" | "Aptos" | "Osmosis" | "Wormchain" | "Near" | "Ethereum" | "Terra" | "Bsc" | "Polygon" | "Avalanche" | "Oasis" | "Aurora" | "Fantom" | "Karura" | "Acala" | "Klaytn" | "Celo" | "Moonbeam" | "Neon" | "Terra2" | "Injective" | "Arbitrum" | "Optimism" | "Gnosis" | "Pythnet" | "Xpla" | "Base" | "Sei" | "Sepolia" | null;
|
|
1295
|
+
from: (val: "Solana" | "Btc" | "Algorand" | "Sui" | "Aptos" | "Osmosis" | "Wormchain" | "Near" | "Ethereum" | "Terra" | "Bsc" | "Polygon" | "Avalanche" | "Oasis" | "Aurora" | "Fantom" | "Karura" | "Acala" | "Klaytn" | "Celo" | "Moonbeam" | "Neon" | "Terra2" | "Injective" | "Arbitrum" | "Optimism" | "Gnosis" | "Pythnet" | "Xpla" | "Base" | "Sei" | "Sepolia" | null) => number;
|
|
1296
|
+
};
|
|
1297
|
+
readonly binary: "uint";
|
|
1298
|
+
readonly size: 2;
|
|
1299
|
+
readonly name: "chain";
|
|
1300
|
+
}, {
|
|
1301
|
+
readonly binary: "uint";
|
|
1302
|
+
readonly size: 4;
|
|
1303
|
+
readonly name: "guardianSet";
|
|
1304
|
+
}, {
|
|
1305
|
+
readonly name: "guardians";
|
|
1306
|
+
readonly binary: "array";
|
|
1307
|
+
readonly lengthSize: 1;
|
|
1308
|
+
readonly layout: readonly [{
|
|
1309
|
+
readonly name: "address";
|
|
1310
|
+
readonly binary: "bytes";
|
|
1311
|
+
readonly size: 20;
|
|
1312
|
+
}];
|
|
1313
|
+
}] | readonly [{
|
|
1314
|
+
readonly name: "protocol";
|
|
1315
|
+
readonly binary: "bytes";
|
|
1316
|
+
readonly custom: {
|
|
1317
|
+
readonly to: "TokenBridge";
|
|
1318
|
+
readonly from: Uint8Array;
|
|
1319
|
+
};
|
|
1320
|
+
}, {
|
|
1321
|
+
readonly name: "action";
|
|
1322
|
+
readonly binary: "uint";
|
|
1323
|
+
readonly size: 1;
|
|
1324
|
+
readonly custom: {
|
|
1325
|
+
readonly to: "RegisterChain";
|
|
1326
|
+
readonly from: 1;
|
|
1327
|
+
};
|
|
1328
|
+
}, {
|
|
1329
|
+
readonly custom: {
|
|
1330
|
+
to: (val: number) => "Solana" | "Btc" | "Algorand" | "Sui" | "Aptos" | "Osmosis" | "Wormchain" | "Near" | "Ethereum" | "Terra" | "Bsc" | "Polygon" | "Avalanche" | "Oasis" | "Aurora" | "Fantom" | "Karura" | "Acala" | "Klaytn" | "Celo" | "Moonbeam" | "Neon" | "Terra2" | "Injective" | "Arbitrum" | "Optimism" | "Gnosis" | "Pythnet" | "Xpla" | "Base" | "Sei" | "Sepolia" | null;
|
|
1331
|
+
from: (val: "Solana" | "Btc" | "Algorand" | "Sui" | "Aptos" | "Osmosis" | "Wormchain" | "Near" | "Ethereum" | "Terra" | "Bsc" | "Polygon" | "Avalanche" | "Oasis" | "Aurora" | "Fantom" | "Karura" | "Acala" | "Klaytn" | "Celo" | "Moonbeam" | "Neon" | "Terra2" | "Injective" | "Arbitrum" | "Optimism" | "Gnosis" | "Pythnet" | "Xpla" | "Base" | "Sei" | "Sepolia" | null) => number;
|
|
1332
|
+
};
|
|
1333
|
+
readonly binary: "uint";
|
|
1334
|
+
readonly size: 2;
|
|
1335
|
+
readonly name: "chain";
|
|
1336
|
+
}, {
|
|
1337
|
+
readonly name: "messageFee";
|
|
1338
|
+
readonly binary: "uint";
|
|
1339
|
+
readonly size: 32;
|
|
1340
|
+
}] | readonly [{
|
|
1341
|
+
readonly name: "protocol";
|
|
1342
|
+
readonly binary: "bytes";
|
|
1343
|
+
readonly custom: {
|
|
1344
|
+
readonly to: "TokenBridge";
|
|
1345
|
+
readonly from: Uint8Array;
|
|
1346
|
+
};
|
|
1347
|
+
}, {
|
|
1348
|
+
readonly name: "action";
|
|
1349
|
+
readonly binary: "uint";
|
|
1350
|
+
readonly size: 1;
|
|
1351
|
+
readonly custom: {
|
|
1352
|
+
readonly to: "RegisterChain";
|
|
1353
|
+
readonly from: 1;
|
|
1354
|
+
};
|
|
1355
|
+
}, {
|
|
1356
|
+
readonly custom: {
|
|
1357
|
+
to: (val: number) => "Solana" | "Btc" | "Algorand" | "Sui" | "Aptos" | "Osmosis" | "Wormchain" | "Near" | "Ethereum" | "Terra" | "Bsc" | "Polygon" | "Avalanche" | "Oasis" | "Aurora" | "Fantom" | "Karura" | "Acala" | "Klaytn" | "Celo" | "Moonbeam" | "Neon" | "Terra2" | "Injective" | "Arbitrum" | "Optimism" | "Gnosis" | "Pythnet" | "Xpla" | "Base" | "Sei" | "Sepolia" | null;
|
|
1358
|
+
from: (val: "Solana" | "Btc" | "Algorand" | "Sui" | "Aptos" | "Osmosis" | "Wormchain" | "Near" | "Ethereum" | "Terra" | "Bsc" | "Polygon" | "Avalanche" | "Oasis" | "Aurora" | "Fantom" | "Karura" | "Acala" | "Klaytn" | "Celo" | "Moonbeam" | "Neon" | "Terra2" | "Injective" | "Arbitrum" | "Optimism" | "Gnosis" | "Pythnet" | "Xpla" | "Base" | "Sei" | "Sepolia" | null) => number;
|
|
1359
|
+
};
|
|
1360
|
+
readonly binary: "uint";
|
|
1361
|
+
readonly size: 2;
|
|
1362
|
+
readonly name: "chain";
|
|
1363
|
+
}, {
|
|
1364
|
+
readonly name: "amount";
|
|
1365
|
+
readonly binary: "uint";
|
|
1366
|
+
readonly size: 32;
|
|
1367
|
+
}, {
|
|
1368
|
+
readonly binary: "bytes";
|
|
1369
|
+
readonly size: 32;
|
|
1370
|
+
readonly custom: {
|
|
1371
|
+
to: (val: Uint8Array) => import("..").UniversalAddress;
|
|
1372
|
+
from: (val: import("..").UniversalAddress) => Uint8Array;
|
|
1373
|
+
};
|
|
1374
|
+
readonly name: "recipient";
|
|
1375
|
+
}] | readonly [{
|
|
1376
|
+
readonly name: "protocol";
|
|
1377
|
+
readonly binary: "bytes";
|
|
1378
|
+
readonly custom: {
|
|
1379
|
+
readonly to: "TokenBridge";
|
|
1380
|
+
readonly from: Uint8Array;
|
|
1381
|
+
};
|
|
1382
|
+
}, {
|
|
1383
|
+
readonly name: "action";
|
|
1384
|
+
readonly binary: "uint";
|
|
1385
|
+
readonly size: 1;
|
|
1386
|
+
readonly custom: {
|
|
1387
|
+
readonly to: "RegisterChain";
|
|
1388
|
+
readonly from: 1;
|
|
1389
|
+
};
|
|
1390
|
+
}, {
|
|
1391
|
+
readonly custom: {
|
|
1392
|
+
to: (val: number) => "Solana" | "Btc" | "Algorand" | "Sui" | "Aptos" | "Osmosis" | "Wormchain" | "Near" | "Ethereum" | "Terra" | "Bsc" | "Polygon" | "Avalanche" | "Oasis" | "Aurora" | "Fantom" | "Karura" | "Acala" | "Klaytn" | "Celo" | "Moonbeam" | "Neon" | "Terra2" | "Injective" | "Arbitrum" | "Optimism" | "Gnosis" | "Pythnet" | "Xpla" | "Base" | "Sei" | "Sepolia" | null;
|
|
1393
|
+
from: (val: "Solana" | "Btc" | "Algorand" | "Sui" | "Aptos" | "Osmosis" | "Wormchain" | "Near" | "Ethereum" | "Terra" | "Bsc" | "Polygon" | "Avalanche" | "Oasis" | "Aurora" | "Fantom" | "Karura" | "Acala" | "Klaytn" | "Celo" | "Moonbeam" | "Neon" | "Terra2" | "Injective" | "Arbitrum" | "Optimism" | "Gnosis" | "Pythnet" | "Xpla" | "Base" | "Sei" | "Sepolia" | null) => number;
|
|
1394
|
+
};
|
|
1395
|
+
readonly binary: "uint";
|
|
1396
|
+
readonly size: 2;
|
|
1397
|
+
readonly name: "chain";
|
|
1398
|
+
}, {
|
|
1399
|
+
readonly binary: "bytes";
|
|
1400
|
+
readonly size: 32;
|
|
1401
|
+
readonly custom: {
|
|
1402
|
+
to: (val: Uint8Array) => import("..").UniversalAddress;
|
|
1403
|
+
from: (val: import("..").UniversalAddress) => Uint8Array;
|
|
1404
|
+
};
|
|
1405
|
+
readonly name: "defaultProvider";
|
|
1406
|
+
}]], readonly ["TokenBridgeUpgradeContract", readonly [{
|
|
1407
|
+
readonly name: "protocol";
|
|
1408
|
+
readonly binary: "bytes";
|
|
1409
|
+
readonly custom: {
|
|
1410
|
+
readonly to: "TokenBridge";
|
|
1411
|
+
readonly from: Uint8Array;
|
|
1412
|
+
};
|
|
1413
|
+
}, {
|
|
1414
|
+
readonly name: "action";
|
|
1415
|
+
readonly binary: "uint";
|
|
1416
|
+
readonly size: 1;
|
|
1417
|
+
readonly custom: {
|
|
1418
|
+
readonly to: "UpgradeContract";
|
|
1419
|
+
readonly from: 2;
|
|
1420
|
+
};
|
|
1421
|
+
}, {
|
|
1422
|
+
readonly custom: {
|
|
1423
|
+
to: (val: number) => "Solana" | "Btc" | "Algorand" | "Sui" | "Aptos" | "Osmosis" | "Wormchain" | "Near" | "Ethereum" | "Terra" | "Bsc" | "Polygon" | "Avalanche" | "Oasis" | "Aurora" | "Fantom" | "Karura" | "Acala" | "Klaytn" | "Celo" | "Moonbeam" | "Neon" | "Terra2" | "Injective" | "Arbitrum" | "Optimism" | "Gnosis" | "Pythnet" | "Xpla" | "Base" | "Sei" | "Sepolia" | null;
|
|
1424
|
+
from: (val: "Solana" | "Btc" | "Algorand" | "Sui" | "Aptos" | "Osmosis" | "Wormchain" | "Near" | "Ethereum" | "Terra" | "Bsc" | "Polygon" | "Avalanche" | "Oasis" | "Aurora" | "Fantom" | "Karura" | "Acala" | "Klaytn" | "Celo" | "Moonbeam" | "Neon" | "Terra2" | "Injective" | "Arbitrum" | "Optimism" | "Gnosis" | "Pythnet" | "Xpla" | "Base" | "Sei" | "Sepolia" | null) => number;
|
|
1425
|
+
};
|
|
1426
|
+
readonly binary: "uint";
|
|
1427
|
+
readonly size: 2;
|
|
1428
|
+
readonly name: "chain";
|
|
1429
|
+
}, {
|
|
1430
|
+
readonly binary: "bytes";
|
|
1431
|
+
readonly size: 32;
|
|
1432
|
+
readonly custom: {
|
|
1433
|
+
to: (val: Uint8Array) => import("..").UniversalAddress;
|
|
1434
|
+
from: (val: import("..").UniversalAddress) => Uint8Array;
|
|
1435
|
+
};
|
|
1436
|
+
readonly name: "newContract";
|
|
1437
|
+
}] | readonly [{
|
|
1438
|
+
readonly name: "protocol";
|
|
1439
|
+
readonly binary: "bytes";
|
|
1440
|
+
readonly custom: {
|
|
1441
|
+
readonly to: "TokenBridge";
|
|
1442
|
+
readonly from: Uint8Array;
|
|
1443
|
+
};
|
|
1444
|
+
}, {
|
|
1445
|
+
readonly name: "action";
|
|
1446
|
+
readonly binary: "uint";
|
|
1447
|
+
readonly size: 1;
|
|
1448
|
+
readonly custom: {
|
|
1449
|
+
readonly to: "UpgradeContract";
|
|
1450
|
+
readonly from: 2;
|
|
1451
|
+
};
|
|
1452
|
+
}, {
|
|
1453
|
+
readonly custom: {
|
|
1454
|
+
to: (val: number) => "Solana" | "Btc" | "Algorand" | "Sui" | "Aptos" | "Osmosis" | "Wormchain" | "Near" | "Ethereum" | "Terra" | "Bsc" | "Polygon" | "Avalanche" | "Oasis" | "Aurora" | "Fantom" | "Karura" | "Acala" | "Klaytn" | "Celo" | "Moonbeam" | "Neon" | "Terra2" | "Injective" | "Arbitrum" | "Optimism" | "Gnosis" | "Pythnet" | "Xpla" | "Base" | "Sei" | "Sepolia" | null;
|
|
1455
|
+
from: (val: "Solana" | "Btc" | "Algorand" | "Sui" | "Aptos" | "Osmosis" | "Wormchain" | "Near" | "Ethereum" | "Terra" | "Bsc" | "Polygon" | "Avalanche" | "Oasis" | "Aurora" | "Fantom" | "Karura" | "Acala" | "Klaytn" | "Celo" | "Moonbeam" | "Neon" | "Terra2" | "Injective" | "Arbitrum" | "Optimism" | "Gnosis" | "Pythnet" | "Xpla" | "Base" | "Sei" | "Sepolia" | null) => number;
|
|
1456
|
+
};
|
|
1457
|
+
readonly binary: "uint";
|
|
1458
|
+
readonly size: 2;
|
|
1459
|
+
readonly name: "chain";
|
|
1460
|
+
}, {
|
|
1461
|
+
readonly custom: {
|
|
1462
|
+
to: (val: number) => "Solana" | "Btc" | "Algorand" | "Sui" | "Aptos" | "Osmosis" | "Wormchain" | "Near" | "Ethereum" | "Terra" | "Bsc" | "Polygon" | "Avalanche" | "Oasis" | "Aurora" | "Fantom" | "Karura" | "Acala" | "Klaytn" | "Celo" | "Moonbeam" | "Neon" | "Terra2" | "Injective" | "Arbitrum" | "Optimism" | "Gnosis" | "Pythnet" | "Xpla" | "Base" | "Sei" | "Sepolia";
|
|
1463
|
+
from: (val: "Solana" | "Btc" | "Algorand" | "Sui" | "Aptos" | "Osmosis" | "Wormchain" | "Near" | "Ethereum" | "Terra" | "Bsc" | "Polygon" | "Avalanche" | "Oasis" | "Aurora" | "Fantom" | "Karura" | "Acala" | "Klaytn" | "Celo" | "Moonbeam" | "Neon" | "Terra2" | "Injective" | "Arbitrum" | "Optimism" | "Gnosis" | "Pythnet" | "Xpla" | "Base" | "Sei" | "Sepolia") => number;
|
|
1464
|
+
};
|
|
1465
|
+
readonly binary: "uint";
|
|
1466
|
+
readonly size: 2;
|
|
1467
|
+
readonly name: "foreignChain";
|
|
1468
|
+
}, {
|
|
1469
|
+
readonly binary: "bytes";
|
|
1470
|
+
readonly size: 32;
|
|
1471
|
+
readonly custom: {
|
|
1472
|
+
to: (val: Uint8Array) => import("..").UniversalAddress;
|
|
1473
|
+
from: (val: import("..").UniversalAddress) => Uint8Array;
|
|
1474
|
+
};
|
|
1475
|
+
readonly name: "foreignAddress";
|
|
1476
|
+
}] | readonly [{
|
|
1477
|
+
readonly name: "protocol";
|
|
1478
|
+
readonly binary: "bytes";
|
|
1479
|
+
readonly custom: {
|
|
1480
|
+
readonly to: "TokenBridge";
|
|
1481
|
+
readonly from: Uint8Array;
|
|
1482
|
+
};
|
|
1483
|
+
}, {
|
|
1484
|
+
readonly name: "action";
|
|
1485
|
+
readonly binary: "uint";
|
|
1486
|
+
readonly size: 1;
|
|
1487
|
+
readonly custom: {
|
|
1488
|
+
readonly to: "UpgradeContract";
|
|
1489
|
+
readonly from: 2;
|
|
1490
|
+
};
|
|
1491
|
+
}, {
|
|
1492
|
+
readonly custom: {
|
|
1493
|
+
to: (val: number) => "Solana" | "Btc" | "Algorand" | "Sui" | "Aptos" | "Osmosis" | "Wormchain" | "Near" | "Ethereum" | "Terra" | "Bsc" | "Polygon" | "Avalanche" | "Oasis" | "Aurora" | "Fantom" | "Karura" | "Acala" | "Klaytn" | "Celo" | "Moonbeam" | "Neon" | "Terra2" | "Injective" | "Arbitrum" | "Optimism" | "Gnosis" | "Pythnet" | "Xpla" | "Base" | "Sei" | "Sepolia" | null;
|
|
1494
|
+
from: (val: "Solana" | "Btc" | "Algorand" | "Sui" | "Aptos" | "Osmosis" | "Wormchain" | "Near" | "Ethereum" | "Terra" | "Bsc" | "Polygon" | "Avalanche" | "Oasis" | "Aurora" | "Fantom" | "Karura" | "Acala" | "Klaytn" | "Celo" | "Moonbeam" | "Neon" | "Terra2" | "Injective" | "Arbitrum" | "Optimism" | "Gnosis" | "Pythnet" | "Xpla" | "Base" | "Sei" | "Sepolia" | null) => number;
|
|
1495
|
+
};
|
|
1496
|
+
readonly binary: "uint";
|
|
1497
|
+
readonly size: 2;
|
|
1498
|
+
readonly name: "chain";
|
|
1499
|
+
}, {
|
|
1500
|
+
readonly name: "evmChainId";
|
|
1501
|
+
readonly binary: "uint";
|
|
1502
|
+
readonly size: 32;
|
|
1503
|
+
}, {
|
|
1504
|
+
readonly custom: {
|
|
1505
|
+
to: (val: number) => "Ethereum" | "Bsc" | "Polygon" | "Avalanche" | "Oasis" | "Aurora" | "Fantom" | "Karura" | "Acala" | "Klaytn" | "Celo" | "Moonbeam" | "Neon" | "Arbitrum" | "Optimism" | "Gnosis" | "Base" | "Sepolia";
|
|
1506
|
+
from: (val: "Ethereum" | "Bsc" | "Polygon" | "Avalanche" | "Oasis" | "Aurora" | "Fantom" | "Karura" | "Acala" | "Klaytn" | "Celo" | "Moonbeam" | "Neon" | "Arbitrum" | "Optimism" | "Gnosis" | "Base" | "Sepolia") => number;
|
|
1507
|
+
};
|
|
1508
|
+
readonly binary: "uint";
|
|
1509
|
+
readonly size: 2;
|
|
1510
|
+
readonly name: "newChainId";
|
|
1511
|
+
}] | readonly [{
|
|
1512
|
+
readonly name: "protocol";
|
|
1513
|
+
readonly binary: "bytes";
|
|
1514
|
+
readonly custom: {
|
|
1515
|
+
readonly to: "TokenBridge";
|
|
1516
|
+
readonly from: Uint8Array;
|
|
1517
|
+
};
|
|
1518
|
+
}, {
|
|
1519
|
+
readonly name: "action";
|
|
1520
|
+
readonly binary: "uint";
|
|
1521
|
+
readonly size: 1;
|
|
1522
|
+
readonly custom: {
|
|
1523
|
+
readonly to: "UpgradeContract";
|
|
1524
|
+
readonly from: 2;
|
|
1525
|
+
};
|
|
1526
|
+
}, {
|
|
1527
|
+
readonly custom: {
|
|
1528
|
+
to: (val: number) => "Solana" | "Btc" | "Algorand" | "Sui" | "Aptos" | "Osmosis" | "Wormchain" | "Near" | "Ethereum" | "Terra" | "Bsc" | "Polygon" | "Avalanche" | "Oasis" | "Aurora" | "Fantom" | "Karura" | "Acala" | "Klaytn" | "Celo" | "Moonbeam" | "Neon" | "Terra2" | "Injective" | "Arbitrum" | "Optimism" | "Gnosis" | "Pythnet" | "Xpla" | "Base" | "Sei" | "Sepolia" | null;
|
|
1529
|
+
from: (val: "Solana" | "Btc" | "Algorand" | "Sui" | "Aptos" | "Osmosis" | "Wormchain" | "Near" | "Ethereum" | "Terra" | "Bsc" | "Polygon" | "Avalanche" | "Oasis" | "Aurora" | "Fantom" | "Karura" | "Acala" | "Klaytn" | "Celo" | "Moonbeam" | "Neon" | "Terra2" | "Injective" | "Arbitrum" | "Optimism" | "Gnosis" | "Pythnet" | "Xpla" | "Base" | "Sei" | "Sepolia" | null) => number;
|
|
1530
|
+
};
|
|
1531
|
+
readonly binary: "uint";
|
|
1532
|
+
readonly size: 2;
|
|
1533
|
+
readonly name: "chain";
|
|
1534
|
+
}, {
|
|
1535
|
+
readonly binary: "uint";
|
|
1536
|
+
readonly size: 4;
|
|
1537
|
+
readonly name: "guardianSet";
|
|
1538
|
+
}, {
|
|
1539
|
+
readonly name: "guardians";
|
|
1540
|
+
readonly binary: "array";
|
|
1541
|
+
readonly lengthSize: 1;
|
|
1542
|
+
readonly layout: readonly [{
|
|
1543
|
+
readonly name: "address";
|
|
1544
|
+
readonly binary: "bytes";
|
|
1545
|
+
readonly size: 20;
|
|
1546
|
+
}];
|
|
1547
|
+
}] | readonly [{
|
|
1548
|
+
readonly name: "protocol";
|
|
1549
|
+
readonly binary: "bytes";
|
|
1550
|
+
readonly custom: {
|
|
1551
|
+
readonly to: "TokenBridge";
|
|
1552
|
+
readonly from: Uint8Array;
|
|
1553
|
+
};
|
|
1554
|
+
}, {
|
|
1555
|
+
readonly name: "action";
|
|
1556
|
+
readonly binary: "uint";
|
|
1557
|
+
readonly size: 1;
|
|
1558
|
+
readonly custom: {
|
|
1559
|
+
readonly to: "UpgradeContract";
|
|
1560
|
+
readonly from: 2;
|
|
1561
|
+
};
|
|
1562
|
+
}, {
|
|
1563
|
+
readonly custom: {
|
|
1564
|
+
to: (val: number) => "Solana" | "Btc" | "Algorand" | "Sui" | "Aptos" | "Osmosis" | "Wormchain" | "Near" | "Ethereum" | "Terra" | "Bsc" | "Polygon" | "Avalanche" | "Oasis" | "Aurora" | "Fantom" | "Karura" | "Acala" | "Klaytn" | "Celo" | "Moonbeam" | "Neon" | "Terra2" | "Injective" | "Arbitrum" | "Optimism" | "Gnosis" | "Pythnet" | "Xpla" | "Base" | "Sei" | "Sepolia" | null;
|
|
1565
|
+
from: (val: "Solana" | "Btc" | "Algorand" | "Sui" | "Aptos" | "Osmosis" | "Wormchain" | "Near" | "Ethereum" | "Terra" | "Bsc" | "Polygon" | "Avalanche" | "Oasis" | "Aurora" | "Fantom" | "Karura" | "Acala" | "Klaytn" | "Celo" | "Moonbeam" | "Neon" | "Terra2" | "Injective" | "Arbitrum" | "Optimism" | "Gnosis" | "Pythnet" | "Xpla" | "Base" | "Sei" | "Sepolia" | null) => number;
|
|
1566
|
+
};
|
|
1567
|
+
readonly binary: "uint";
|
|
1568
|
+
readonly size: 2;
|
|
1569
|
+
readonly name: "chain";
|
|
1570
|
+
}, {
|
|
1571
|
+
readonly name: "messageFee";
|
|
1572
|
+
readonly binary: "uint";
|
|
1573
|
+
readonly size: 32;
|
|
1574
|
+
}] | readonly [{
|
|
1575
|
+
readonly name: "protocol";
|
|
1576
|
+
readonly binary: "bytes";
|
|
1577
|
+
readonly custom: {
|
|
1578
|
+
readonly to: "TokenBridge";
|
|
1579
|
+
readonly from: Uint8Array;
|
|
1580
|
+
};
|
|
1581
|
+
}, {
|
|
1582
|
+
readonly name: "action";
|
|
1583
|
+
readonly binary: "uint";
|
|
1584
|
+
readonly size: 1;
|
|
1585
|
+
readonly custom: {
|
|
1586
|
+
readonly to: "UpgradeContract";
|
|
1587
|
+
readonly from: 2;
|
|
1588
|
+
};
|
|
1589
|
+
}, {
|
|
1590
|
+
readonly custom: {
|
|
1591
|
+
to: (val: number) => "Solana" | "Btc" | "Algorand" | "Sui" | "Aptos" | "Osmosis" | "Wormchain" | "Near" | "Ethereum" | "Terra" | "Bsc" | "Polygon" | "Avalanche" | "Oasis" | "Aurora" | "Fantom" | "Karura" | "Acala" | "Klaytn" | "Celo" | "Moonbeam" | "Neon" | "Terra2" | "Injective" | "Arbitrum" | "Optimism" | "Gnosis" | "Pythnet" | "Xpla" | "Base" | "Sei" | "Sepolia" | null;
|
|
1592
|
+
from: (val: "Solana" | "Btc" | "Algorand" | "Sui" | "Aptos" | "Osmosis" | "Wormchain" | "Near" | "Ethereum" | "Terra" | "Bsc" | "Polygon" | "Avalanche" | "Oasis" | "Aurora" | "Fantom" | "Karura" | "Acala" | "Klaytn" | "Celo" | "Moonbeam" | "Neon" | "Terra2" | "Injective" | "Arbitrum" | "Optimism" | "Gnosis" | "Pythnet" | "Xpla" | "Base" | "Sei" | "Sepolia" | null) => number;
|
|
1593
|
+
};
|
|
1594
|
+
readonly binary: "uint";
|
|
1595
|
+
readonly size: 2;
|
|
1596
|
+
readonly name: "chain";
|
|
1597
|
+
}, {
|
|
1598
|
+
readonly name: "amount";
|
|
1599
|
+
readonly binary: "uint";
|
|
1600
|
+
readonly size: 32;
|
|
1601
|
+
}, {
|
|
1602
|
+
readonly binary: "bytes";
|
|
1603
|
+
readonly size: 32;
|
|
1604
|
+
readonly custom: {
|
|
1605
|
+
to: (val: Uint8Array) => import("..").UniversalAddress;
|
|
1606
|
+
from: (val: import("..").UniversalAddress) => Uint8Array;
|
|
1607
|
+
};
|
|
1608
|
+
readonly name: "recipient";
|
|
1609
|
+
}] | readonly [{
|
|
1610
|
+
readonly name: "protocol";
|
|
1611
|
+
readonly binary: "bytes";
|
|
1612
|
+
readonly custom: {
|
|
1613
|
+
readonly to: "TokenBridge";
|
|
1614
|
+
readonly from: Uint8Array;
|
|
1615
|
+
};
|
|
1616
|
+
}, {
|
|
1617
|
+
readonly name: "action";
|
|
1618
|
+
readonly binary: "uint";
|
|
1619
|
+
readonly size: 1;
|
|
1620
|
+
readonly custom: {
|
|
1621
|
+
readonly to: "UpgradeContract";
|
|
1622
|
+
readonly from: 2;
|
|
1623
|
+
};
|
|
1624
|
+
}, {
|
|
1625
|
+
readonly custom: {
|
|
1626
|
+
to: (val: number) => "Solana" | "Btc" | "Algorand" | "Sui" | "Aptos" | "Osmosis" | "Wormchain" | "Near" | "Ethereum" | "Terra" | "Bsc" | "Polygon" | "Avalanche" | "Oasis" | "Aurora" | "Fantom" | "Karura" | "Acala" | "Klaytn" | "Celo" | "Moonbeam" | "Neon" | "Terra2" | "Injective" | "Arbitrum" | "Optimism" | "Gnosis" | "Pythnet" | "Xpla" | "Base" | "Sei" | "Sepolia" | null;
|
|
1627
|
+
from: (val: "Solana" | "Btc" | "Algorand" | "Sui" | "Aptos" | "Osmosis" | "Wormchain" | "Near" | "Ethereum" | "Terra" | "Bsc" | "Polygon" | "Avalanche" | "Oasis" | "Aurora" | "Fantom" | "Karura" | "Acala" | "Klaytn" | "Celo" | "Moonbeam" | "Neon" | "Terra2" | "Injective" | "Arbitrum" | "Optimism" | "Gnosis" | "Pythnet" | "Xpla" | "Base" | "Sei" | "Sepolia" | null) => number;
|
|
1628
|
+
};
|
|
1629
|
+
readonly binary: "uint";
|
|
1630
|
+
readonly size: 2;
|
|
1631
|
+
readonly name: "chain";
|
|
1632
|
+
}, {
|
|
1633
|
+
readonly binary: "bytes";
|
|
1634
|
+
readonly size: 32;
|
|
1635
|
+
readonly custom: {
|
|
1636
|
+
to: (val: Uint8Array) => import("..").UniversalAddress;
|
|
1637
|
+
from: (val: import("..").UniversalAddress) => Uint8Array;
|
|
1638
|
+
};
|
|
1639
|
+
readonly name: "defaultProvider";
|
|
1640
|
+
}]], readonly ["TokenBridgeRecoverChainId", readonly [{
|
|
1641
|
+
readonly name: "protocol";
|
|
1642
|
+
readonly binary: "bytes";
|
|
1643
|
+
readonly custom: {
|
|
1644
|
+
readonly to: "TokenBridge";
|
|
1645
|
+
readonly from: Uint8Array;
|
|
1646
|
+
};
|
|
1647
|
+
}, {
|
|
1648
|
+
readonly name: "action";
|
|
1649
|
+
readonly binary: "uint";
|
|
1650
|
+
readonly size: 1;
|
|
1651
|
+
readonly custom: {
|
|
1652
|
+
readonly to: "RecoverChainId";
|
|
1653
|
+
readonly from: 3;
|
|
1654
|
+
};
|
|
1655
|
+
}, {
|
|
1656
|
+
readonly custom: {
|
|
1657
|
+
to: (val: number) => "Solana" | "Btc" | "Algorand" | "Sui" | "Aptos" | "Osmosis" | "Wormchain" | "Near" | "Ethereum" | "Terra" | "Bsc" | "Polygon" | "Avalanche" | "Oasis" | "Aurora" | "Fantom" | "Karura" | "Acala" | "Klaytn" | "Celo" | "Moonbeam" | "Neon" | "Terra2" | "Injective" | "Arbitrum" | "Optimism" | "Gnosis" | "Pythnet" | "Xpla" | "Base" | "Sei" | "Sepolia" | null;
|
|
1658
|
+
from: (val: "Solana" | "Btc" | "Algorand" | "Sui" | "Aptos" | "Osmosis" | "Wormchain" | "Near" | "Ethereum" | "Terra" | "Bsc" | "Polygon" | "Avalanche" | "Oasis" | "Aurora" | "Fantom" | "Karura" | "Acala" | "Klaytn" | "Celo" | "Moonbeam" | "Neon" | "Terra2" | "Injective" | "Arbitrum" | "Optimism" | "Gnosis" | "Pythnet" | "Xpla" | "Base" | "Sei" | "Sepolia" | null) => number;
|
|
1659
|
+
};
|
|
1660
|
+
readonly binary: "uint";
|
|
1661
|
+
readonly size: 2;
|
|
1662
|
+
readonly name: "chain";
|
|
1663
|
+
}, {
|
|
1664
|
+
readonly binary: "bytes";
|
|
1665
|
+
readonly size: 32;
|
|
1666
|
+
readonly custom: {
|
|
1667
|
+
to: (val: Uint8Array) => import("..").UniversalAddress;
|
|
1668
|
+
from: (val: import("..").UniversalAddress) => Uint8Array;
|
|
1669
|
+
};
|
|
1670
|
+
readonly name: "newContract";
|
|
1671
|
+
}] | readonly [{
|
|
1672
|
+
readonly name: "protocol";
|
|
1673
|
+
readonly binary: "bytes";
|
|
1674
|
+
readonly custom: {
|
|
1675
|
+
readonly to: "TokenBridge";
|
|
1676
|
+
readonly from: Uint8Array;
|
|
1677
|
+
};
|
|
1678
|
+
}, {
|
|
1679
|
+
readonly name: "action";
|
|
1680
|
+
readonly binary: "uint";
|
|
1681
|
+
readonly size: 1;
|
|
1682
|
+
readonly custom: {
|
|
1683
|
+
readonly to: "RecoverChainId";
|
|
1684
|
+
readonly from: 3;
|
|
1685
|
+
};
|
|
1686
|
+
}, {
|
|
1687
|
+
readonly custom: {
|
|
1688
|
+
to: (val: number) => "Solana" | "Btc" | "Algorand" | "Sui" | "Aptos" | "Osmosis" | "Wormchain" | "Near" | "Ethereum" | "Terra" | "Bsc" | "Polygon" | "Avalanche" | "Oasis" | "Aurora" | "Fantom" | "Karura" | "Acala" | "Klaytn" | "Celo" | "Moonbeam" | "Neon" | "Terra2" | "Injective" | "Arbitrum" | "Optimism" | "Gnosis" | "Pythnet" | "Xpla" | "Base" | "Sei" | "Sepolia" | null;
|
|
1689
|
+
from: (val: "Solana" | "Btc" | "Algorand" | "Sui" | "Aptos" | "Osmosis" | "Wormchain" | "Near" | "Ethereum" | "Terra" | "Bsc" | "Polygon" | "Avalanche" | "Oasis" | "Aurora" | "Fantom" | "Karura" | "Acala" | "Klaytn" | "Celo" | "Moonbeam" | "Neon" | "Terra2" | "Injective" | "Arbitrum" | "Optimism" | "Gnosis" | "Pythnet" | "Xpla" | "Base" | "Sei" | "Sepolia" | null) => number;
|
|
1690
|
+
};
|
|
1691
|
+
readonly binary: "uint";
|
|
1692
|
+
readonly size: 2;
|
|
1693
|
+
readonly name: "chain";
|
|
1694
|
+
}, {
|
|
1695
|
+
readonly custom: {
|
|
1696
|
+
to: (val: number) => "Solana" | "Btc" | "Algorand" | "Sui" | "Aptos" | "Osmosis" | "Wormchain" | "Near" | "Ethereum" | "Terra" | "Bsc" | "Polygon" | "Avalanche" | "Oasis" | "Aurora" | "Fantom" | "Karura" | "Acala" | "Klaytn" | "Celo" | "Moonbeam" | "Neon" | "Terra2" | "Injective" | "Arbitrum" | "Optimism" | "Gnosis" | "Pythnet" | "Xpla" | "Base" | "Sei" | "Sepolia";
|
|
1697
|
+
from: (val: "Solana" | "Btc" | "Algorand" | "Sui" | "Aptos" | "Osmosis" | "Wormchain" | "Near" | "Ethereum" | "Terra" | "Bsc" | "Polygon" | "Avalanche" | "Oasis" | "Aurora" | "Fantom" | "Karura" | "Acala" | "Klaytn" | "Celo" | "Moonbeam" | "Neon" | "Terra2" | "Injective" | "Arbitrum" | "Optimism" | "Gnosis" | "Pythnet" | "Xpla" | "Base" | "Sei" | "Sepolia") => number;
|
|
1698
|
+
};
|
|
1699
|
+
readonly binary: "uint";
|
|
1700
|
+
readonly size: 2;
|
|
1701
|
+
readonly name: "foreignChain";
|
|
1702
|
+
}, {
|
|
1703
|
+
readonly binary: "bytes";
|
|
1704
|
+
readonly size: 32;
|
|
1705
|
+
readonly custom: {
|
|
1706
|
+
to: (val: Uint8Array) => import("..").UniversalAddress;
|
|
1707
|
+
from: (val: import("..").UniversalAddress) => Uint8Array;
|
|
1708
|
+
};
|
|
1709
|
+
readonly name: "foreignAddress";
|
|
1710
|
+
}] | readonly [{
|
|
1711
|
+
readonly name: "protocol";
|
|
1712
|
+
readonly binary: "bytes";
|
|
1713
|
+
readonly custom: {
|
|
1714
|
+
readonly to: "TokenBridge";
|
|
1715
|
+
readonly from: Uint8Array;
|
|
1716
|
+
};
|
|
1717
|
+
}, {
|
|
1718
|
+
readonly name: "action";
|
|
1719
|
+
readonly binary: "uint";
|
|
1720
|
+
readonly size: 1;
|
|
1721
|
+
readonly custom: {
|
|
1722
|
+
readonly to: "RecoverChainId";
|
|
1723
|
+
readonly from: 3;
|
|
1724
|
+
};
|
|
1725
|
+
}, {
|
|
1726
|
+
readonly custom: {
|
|
1727
|
+
to: (val: number) => "Solana" | "Btc" | "Algorand" | "Sui" | "Aptos" | "Osmosis" | "Wormchain" | "Near" | "Ethereum" | "Terra" | "Bsc" | "Polygon" | "Avalanche" | "Oasis" | "Aurora" | "Fantom" | "Karura" | "Acala" | "Klaytn" | "Celo" | "Moonbeam" | "Neon" | "Terra2" | "Injective" | "Arbitrum" | "Optimism" | "Gnosis" | "Pythnet" | "Xpla" | "Base" | "Sei" | "Sepolia" | null;
|
|
1728
|
+
from: (val: "Solana" | "Btc" | "Algorand" | "Sui" | "Aptos" | "Osmosis" | "Wormchain" | "Near" | "Ethereum" | "Terra" | "Bsc" | "Polygon" | "Avalanche" | "Oasis" | "Aurora" | "Fantom" | "Karura" | "Acala" | "Klaytn" | "Celo" | "Moonbeam" | "Neon" | "Terra2" | "Injective" | "Arbitrum" | "Optimism" | "Gnosis" | "Pythnet" | "Xpla" | "Base" | "Sei" | "Sepolia" | null) => number;
|
|
1729
|
+
};
|
|
1730
|
+
readonly binary: "uint";
|
|
1731
|
+
readonly size: 2;
|
|
1732
|
+
readonly name: "chain";
|
|
1733
|
+
}, {
|
|
1734
|
+
readonly name: "evmChainId";
|
|
1735
|
+
readonly binary: "uint";
|
|
1736
|
+
readonly size: 32;
|
|
1737
|
+
}, {
|
|
1738
|
+
readonly custom: {
|
|
1739
|
+
to: (val: number) => "Ethereum" | "Bsc" | "Polygon" | "Avalanche" | "Oasis" | "Aurora" | "Fantom" | "Karura" | "Acala" | "Klaytn" | "Celo" | "Moonbeam" | "Neon" | "Arbitrum" | "Optimism" | "Gnosis" | "Base" | "Sepolia";
|
|
1740
|
+
from: (val: "Ethereum" | "Bsc" | "Polygon" | "Avalanche" | "Oasis" | "Aurora" | "Fantom" | "Karura" | "Acala" | "Klaytn" | "Celo" | "Moonbeam" | "Neon" | "Arbitrum" | "Optimism" | "Gnosis" | "Base" | "Sepolia") => number;
|
|
1741
|
+
};
|
|
1742
|
+
readonly binary: "uint";
|
|
1743
|
+
readonly size: 2;
|
|
1744
|
+
readonly name: "newChainId";
|
|
1745
|
+
}] | readonly [{
|
|
1746
|
+
readonly name: "protocol";
|
|
1747
|
+
readonly binary: "bytes";
|
|
1748
|
+
readonly custom: {
|
|
1749
|
+
readonly to: "TokenBridge";
|
|
1750
|
+
readonly from: Uint8Array;
|
|
1751
|
+
};
|
|
1752
|
+
}, {
|
|
1753
|
+
readonly name: "action";
|
|
1754
|
+
readonly binary: "uint";
|
|
1755
|
+
readonly size: 1;
|
|
1756
|
+
readonly custom: {
|
|
1757
|
+
readonly to: "RecoverChainId";
|
|
1758
|
+
readonly from: 3;
|
|
1759
|
+
};
|
|
1760
|
+
}, {
|
|
1761
|
+
readonly custom: {
|
|
1762
|
+
to: (val: number) => "Solana" | "Btc" | "Algorand" | "Sui" | "Aptos" | "Osmosis" | "Wormchain" | "Near" | "Ethereum" | "Terra" | "Bsc" | "Polygon" | "Avalanche" | "Oasis" | "Aurora" | "Fantom" | "Karura" | "Acala" | "Klaytn" | "Celo" | "Moonbeam" | "Neon" | "Terra2" | "Injective" | "Arbitrum" | "Optimism" | "Gnosis" | "Pythnet" | "Xpla" | "Base" | "Sei" | "Sepolia" | null;
|
|
1763
|
+
from: (val: "Solana" | "Btc" | "Algorand" | "Sui" | "Aptos" | "Osmosis" | "Wormchain" | "Near" | "Ethereum" | "Terra" | "Bsc" | "Polygon" | "Avalanche" | "Oasis" | "Aurora" | "Fantom" | "Karura" | "Acala" | "Klaytn" | "Celo" | "Moonbeam" | "Neon" | "Terra2" | "Injective" | "Arbitrum" | "Optimism" | "Gnosis" | "Pythnet" | "Xpla" | "Base" | "Sei" | "Sepolia" | null) => number;
|
|
1764
|
+
};
|
|
1765
|
+
readonly binary: "uint";
|
|
1766
|
+
readonly size: 2;
|
|
1767
|
+
readonly name: "chain";
|
|
1768
|
+
}, {
|
|
1769
|
+
readonly binary: "uint";
|
|
1770
|
+
readonly size: 4;
|
|
1771
|
+
readonly name: "guardianSet";
|
|
1772
|
+
}, {
|
|
1773
|
+
readonly name: "guardians";
|
|
1774
|
+
readonly binary: "array";
|
|
1775
|
+
readonly lengthSize: 1;
|
|
1776
|
+
readonly layout: readonly [{
|
|
1777
|
+
readonly name: "address";
|
|
1778
|
+
readonly binary: "bytes";
|
|
1779
|
+
readonly size: 20;
|
|
1780
|
+
}];
|
|
1781
|
+
}] | readonly [{
|
|
1782
|
+
readonly name: "protocol";
|
|
1783
|
+
readonly binary: "bytes";
|
|
1784
|
+
readonly custom: {
|
|
1785
|
+
readonly to: "TokenBridge";
|
|
1786
|
+
readonly from: Uint8Array;
|
|
1787
|
+
};
|
|
1788
|
+
}, {
|
|
1789
|
+
readonly name: "action";
|
|
1790
|
+
readonly binary: "uint";
|
|
1791
|
+
readonly size: 1;
|
|
1792
|
+
readonly custom: {
|
|
1793
|
+
readonly to: "RecoverChainId";
|
|
1794
|
+
readonly from: 3;
|
|
1795
|
+
};
|
|
1796
|
+
}, {
|
|
1797
|
+
readonly custom: {
|
|
1798
|
+
to: (val: number) => "Solana" | "Btc" | "Algorand" | "Sui" | "Aptos" | "Osmosis" | "Wormchain" | "Near" | "Ethereum" | "Terra" | "Bsc" | "Polygon" | "Avalanche" | "Oasis" | "Aurora" | "Fantom" | "Karura" | "Acala" | "Klaytn" | "Celo" | "Moonbeam" | "Neon" | "Terra2" | "Injective" | "Arbitrum" | "Optimism" | "Gnosis" | "Pythnet" | "Xpla" | "Base" | "Sei" | "Sepolia" | null;
|
|
1799
|
+
from: (val: "Solana" | "Btc" | "Algorand" | "Sui" | "Aptos" | "Osmosis" | "Wormchain" | "Near" | "Ethereum" | "Terra" | "Bsc" | "Polygon" | "Avalanche" | "Oasis" | "Aurora" | "Fantom" | "Karura" | "Acala" | "Klaytn" | "Celo" | "Moonbeam" | "Neon" | "Terra2" | "Injective" | "Arbitrum" | "Optimism" | "Gnosis" | "Pythnet" | "Xpla" | "Base" | "Sei" | "Sepolia" | null) => number;
|
|
1800
|
+
};
|
|
1801
|
+
readonly binary: "uint";
|
|
1802
|
+
readonly size: 2;
|
|
1803
|
+
readonly name: "chain";
|
|
1804
|
+
}, {
|
|
1805
|
+
readonly name: "messageFee";
|
|
1806
|
+
readonly binary: "uint";
|
|
1807
|
+
readonly size: 32;
|
|
1808
|
+
}] | readonly [{
|
|
1809
|
+
readonly name: "protocol";
|
|
1810
|
+
readonly binary: "bytes";
|
|
1811
|
+
readonly custom: {
|
|
1812
|
+
readonly to: "TokenBridge";
|
|
1813
|
+
readonly from: Uint8Array;
|
|
1814
|
+
};
|
|
1815
|
+
}, {
|
|
1816
|
+
readonly name: "action";
|
|
1817
|
+
readonly binary: "uint";
|
|
1818
|
+
readonly size: 1;
|
|
1819
|
+
readonly custom: {
|
|
1820
|
+
readonly to: "RecoverChainId";
|
|
1821
|
+
readonly from: 3;
|
|
1822
|
+
};
|
|
1823
|
+
}, {
|
|
1824
|
+
readonly custom: {
|
|
1825
|
+
to: (val: number) => "Solana" | "Btc" | "Algorand" | "Sui" | "Aptos" | "Osmosis" | "Wormchain" | "Near" | "Ethereum" | "Terra" | "Bsc" | "Polygon" | "Avalanche" | "Oasis" | "Aurora" | "Fantom" | "Karura" | "Acala" | "Klaytn" | "Celo" | "Moonbeam" | "Neon" | "Terra2" | "Injective" | "Arbitrum" | "Optimism" | "Gnosis" | "Pythnet" | "Xpla" | "Base" | "Sei" | "Sepolia" | null;
|
|
1826
|
+
from: (val: "Solana" | "Btc" | "Algorand" | "Sui" | "Aptos" | "Osmosis" | "Wormchain" | "Near" | "Ethereum" | "Terra" | "Bsc" | "Polygon" | "Avalanche" | "Oasis" | "Aurora" | "Fantom" | "Karura" | "Acala" | "Klaytn" | "Celo" | "Moonbeam" | "Neon" | "Terra2" | "Injective" | "Arbitrum" | "Optimism" | "Gnosis" | "Pythnet" | "Xpla" | "Base" | "Sei" | "Sepolia" | null) => number;
|
|
1827
|
+
};
|
|
1828
|
+
readonly binary: "uint";
|
|
1829
|
+
readonly size: 2;
|
|
1830
|
+
readonly name: "chain";
|
|
1831
|
+
}, {
|
|
1832
|
+
readonly name: "amount";
|
|
1833
|
+
readonly binary: "uint";
|
|
1834
|
+
readonly size: 32;
|
|
1835
|
+
}, {
|
|
1836
|
+
readonly binary: "bytes";
|
|
1837
|
+
readonly size: 32;
|
|
1838
|
+
readonly custom: {
|
|
1839
|
+
to: (val: Uint8Array) => import("..").UniversalAddress;
|
|
1840
|
+
from: (val: import("..").UniversalAddress) => Uint8Array;
|
|
1841
|
+
};
|
|
1842
|
+
readonly name: "recipient";
|
|
1843
|
+
}] | readonly [{
|
|
1844
|
+
readonly name: "protocol";
|
|
1845
|
+
readonly binary: "bytes";
|
|
1846
|
+
readonly custom: {
|
|
1847
|
+
readonly to: "TokenBridge";
|
|
1848
|
+
readonly from: Uint8Array;
|
|
1849
|
+
};
|
|
1850
|
+
}, {
|
|
1851
|
+
readonly name: "action";
|
|
1852
|
+
readonly binary: "uint";
|
|
1853
|
+
readonly size: 1;
|
|
1854
|
+
readonly custom: {
|
|
1855
|
+
readonly to: "RecoverChainId";
|
|
1856
|
+
readonly from: 3;
|
|
1857
|
+
};
|
|
1858
|
+
}, {
|
|
1859
|
+
readonly custom: {
|
|
1860
|
+
to: (val: number) => "Solana" | "Btc" | "Algorand" | "Sui" | "Aptos" | "Osmosis" | "Wormchain" | "Near" | "Ethereum" | "Terra" | "Bsc" | "Polygon" | "Avalanche" | "Oasis" | "Aurora" | "Fantom" | "Karura" | "Acala" | "Klaytn" | "Celo" | "Moonbeam" | "Neon" | "Terra2" | "Injective" | "Arbitrum" | "Optimism" | "Gnosis" | "Pythnet" | "Xpla" | "Base" | "Sei" | "Sepolia" | null;
|
|
1861
|
+
from: (val: "Solana" | "Btc" | "Algorand" | "Sui" | "Aptos" | "Osmosis" | "Wormchain" | "Near" | "Ethereum" | "Terra" | "Bsc" | "Polygon" | "Avalanche" | "Oasis" | "Aurora" | "Fantom" | "Karura" | "Acala" | "Klaytn" | "Celo" | "Moonbeam" | "Neon" | "Terra2" | "Injective" | "Arbitrum" | "Optimism" | "Gnosis" | "Pythnet" | "Xpla" | "Base" | "Sei" | "Sepolia" | null) => number;
|
|
1862
|
+
};
|
|
1863
|
+
readonly binary: "uint";
|
|
1864
|
+
readonly size: 2;
|
|
1865
|
+
readonly name: "chain";
|
|
1866
|
+
}, {
|
|
1867
|
+
readonly binary: "bytes";
|
|
1868
|
+
readonly size: 32;
|
|
1869
|
+
readonly custom: {
|
|
1870
|
+
to: (val: Uint8Array) => import("..").UniversalAddress;
|
|
1871
|
+
from: (val: import("..").UniversalAddress) => Uint8Array;
|
|
1872
|
+
};
|
|
1873
|
+
readonly name: "defaultProvider";
|
|
1874
|
+
}]], readonly ["NftBridgeRegisterChain", readonly [{
|
|
1875
|
+
readonly name: "protocol";
|
|
1876
|
+
readonly binary: "bytes";
|
|
1877
|
+
readonly custom: {
|
|
1878
|
+
readonly to: "NftBridge";
|
|
1879
|
+
readonly from: Uint8Array;
|
|
1880
|
+
};
|
|
1881
|
+
}, {
|
|
1882
|
+
readonly name: "action";
|
|
1883
|
+
readonly binary: "uint";
|
|
1884
|
+
readonly size: 1;
|
|
1885
|
+
readonly custom: {
|
|
1886
|
+
readonly to: "RegisterChain";
|
|
1887
|
+
readonly from: 1;
|
|
1888
|
+
};
|
|
1889
|
+
}, {
|
|
1890
|
+
readonly custom: {
|
|
1891
|
+
to: (val: number) => "Solana" | "Btc" | "Algorand" | "Sui" | "Aptos" | "Osmosis" | "Wormchain" | "Near" | "Ethereum" | "Terra" | "Bsc" | "Polygon" | "Avalanche" | "Oasis" | "Aurora" | "Fantom" | "Karura" | "Acala" | "Klaytn" | "Celo" | "Moonbeam" | "Neon" | "Terra2" | "Injective" | "Arbitrum" | "Optimism" | "Gnosis" | "Pythnet" | "Xpla" | "Base" | "Sei" | "Sepolia" | null;
|
|
1892
|
+
from: (val: "Solana" | "Btc" | "Algorand" | "Sui" | "Aptos" | "Osmosis" | "Wormchain" | "Near" | "Ethereum" | "Terra" | "Bsc" | "Polygon" | "Avalanche" | "Oasis" | "Aurora" | "Fantom" | "Karura" | "Acala" | "Klaytn" | "Celo" | "Moonbeam" | "Neon" | "Terra2" | "Injective" | "Arbitrum" | "Optimism" | "Gnosis" | "Pythnet" | "Xpla" | "Base" | "Sei" | "Sepolia" | null) => number;
|
|
1893
|
+
};
|
|
1894
|
+
readonly binary: "uint";
|
|
1895
|
+
readonly size: 2;
|
|
1896
|
+
readonly name: "chain";
|
|
1897
|
+
}, {
|
|
1898
|
+
readonly binary: "bytes";
|
|
1899
|
+
readonly size: 32;
|
|
1900
|
+
readonly custom: {
|
|
1901
|
+
to: (val: Uint8Array) => import("..").UniversalAddress;
|
|
1902
|
+
from: (val: import("..").UniversalAddress) => Uint8Array;
|
|
1903
|
+
};
|
|
1904
|
+
readonly name: "newContract";
|
|
1905
|
+
}] | readonly [{
|
|
1906
|
+
readonly name: "protocol";
|
|
1907
|
+
readonly binary: "bytes";
|
|
1908
|
+
readonly custom: {
|
|
1909
|
+
readonly to: "NftBridge";
|
|
1910
|
+
readonly from: Uint8Array;
|
|
1911
|
+
};
|
|
1912
|
+
}, {
|
|
1913
|
+
readonly name: "action";
|
|
1914
|
+
readonly binary: "uint";
|
|
1915
|
+
readonly size: 1;
|
|
1916
|
+
readonly custom: {
|
|
1917
|
+
readonly to: "RegisterChain";
|
|
1918
|
+
readonly from: 1;
|
|
1919
|
+
};
|
|
1920
|
+
}, {
|
|
1921
|
+
readonly custom: {
|
|
1922
|
+
to: (val: number) => "Solana" | "Btc" | "Algorand" | "Sui" | "Aptos" | "Osmosis" | "Wormchain" | "Near" | "Ethereum" | "Terra" | "Bsc" | "Polygon" | "Avalanche" | "Oasis" | "Aurora" | "Fantom" | "Karura" | "Acala" | "Klaytn" | "Celo" | "Moonbeam" | "Neon" | "Terra2" | "Injective" | "Arbitrum" | "Optimism" | "Gnosis" | "Pythnet" | "Xpla" | "Base" | "Sei" | "Sepolia" | null;
|
|
1923
|
+
from: (val: "Solana" | "Btc" | "Algorand" | "Sui" | "Aptos" | "Osmosis" | "Wormchain" | "Near" | "Ethereum" | "Terra" | "Bsc" | "Polygon" | "Avalanche" | "Oasis" | "Aurora" | "Fantom" | "Karura" | "Acala" | "Klaytn" | "Celo" | "Moonbeam" | "Neon" | "Terra2" | "Injective" | "Arbitrum" | "Optimism" | "Gnosis" | "Pythnet" | "Xpla" | "Base" | "Sei" | "Sepolia" | null) => number;
|
|
1924
|
+
};
|
|
1925
|
+
readonly binary: "uint";
|
|
1926
|
+
readonly size: 2;
|
|
1927
|
+
readonly name: "chain";
|
|
1928
|
+
}, {
|
|
1929
|
+
readonly custom: {
|
|
1930
|
+
to: (val: number) => "Solana" | "Btc" | "Algorand" | "Sui" | "Aptos" | "Osmosis" | "Wormchain" | "Near" | "Ethereum" | "Terra" | "Bsc" | "Polygon" | "Avalanche" | "Oasis" | "Aurora" | "Fantom" | "Karura" | "Acala" | "Klaytn" | "Celo" | "Moonbeam" | "Neon" | "Terra2" | "Injective" | "Arbitrum" | "Optimism" | "Gnosis" | "Pythnet" | "Xpla" | "Base" | "Sei" | "Sepolia";
|
|
1931
|
+
from: (val: "Solana" | "Btc" | "Algorand" | "Sui" | "Aptos" | "Osmosis" | "Wormchain" | "Near" | "Ethereum" | "Terra" | "Bsc" | "Polygon" | "Avalanche" | "Oasis" | "Aurora" | "Fantom" | "Karura" | "Acala" | "Klaytn" | "Celo" | "Moonbeam" | "Neon" | "Terra2" | "Injective" | "Arbitrum" | "Optimism" | "Gnosis" | "Pythnet" | "Xpla" | "Base" | "Sei" | "Sepolia") => number;
|
|
1932
|
+
};
|
|
1933
|
+
readonly binary: "uint";
|
|
1934
|
+
readonly size: 2;
|
|
1935
|
+
readonly name: "foreignChain";
|
|
1936
|
+
}, {
|
|
1937
|
+
readonly binary: "bytes";
|
|
1938
|
+
readonly size: 32;
|
|
1939
|
+
readonly custom: {
|
|
1940
|
+
to: (val: Uint8Array) => import("..").UniversalAddress;
|
|
1941
|
+
from: (val: import("..").UniversalAddress) => Uint8Array;
|
|
1942
|
+
};
|
|
1943
|
+
readonly name: "foreignAddress";
|
|
1944
|
+
}] | readonly [{
|
|
1945
|
+
readonly name: "protocol";
|
|
1946
|
+
readonly binary: "bytes";
|
|
1947
|
+
readonly custom: {
|
|
1948
|
+
readonly to: "NftBridge";
|
|
1949
|
+
readonly from: Uint8Array;
|
|
1950
|
+
};
|
|
1951
|
+
}, {
|
|
1952
|
+
readonly name: "action";
|
|
1953
|
+
readonly binary: "uint";
|
|
1954
|
+
readonly size: 1;
|
|
1955
|
+
readonly custom: {
|
|
1956
|
+
readonly to: "RegisterChain";
|
|
1957
|
+
readonly from: 1;
|
|
1958
|
+
};
|
|
1959
|
+
}, {
|
|
1960
|
+
readonly custom: {
|
|
1961
|
+
to: (val: number) => "Solana" | "Btc" | "Algorand" | "Sui" | "Aptos" | "Osmosis" | "Wormchain" | "Near" | "Ethereum" | "Terra" | "Bsc" | "Polygon" | "Avalanche" | "Oasis" | "Aurora" | "Fantom" | "Karura" | "Acala" | "Klaytn" | "Celo" | "Moonbeam" | "Neon" | "Terra2" | "Injective" | "Arbitrum" | "Optimism" | "Gnosis" | "Pythnet" | "Xpla" | "Base" | "Sei" | "Sepolia" | null;
|
|
1962
|
+
from: (val: "Solana" | "Btc" | "Algorand" | "Sui" | "Aptos" | "Osmosis" | "Wormchain" | "Near" | "Ethereum" | "Terra" | "Bsc" | "Polygon" | "Avalanche" | "Oasis" | "Aurora" | "Fantom" | "Karura" | "Acala" | "Klaytn" | "Celo" | "Moonbeam" | "Neon" | "Terra2" | "Injective" | "Arbitrum" | "Optimism" | "Gnosis" | "Pythnet" | "Xpla" | "Base" | "Sei" | "Sepolia" | null) => number;
|
|
1963
|
+
};
|
|
1964
|
+
readonly binary: "uint";
|
|
1965
|
+
readonly size: 2;
|
|
1966
|
+
readonly name: "chain";
|
|
1967
|
+
}, {
|
|
1968
|
+
readonly name: "evmChainId";
|
|
1969
|
+
readonly binary: "uint";
|
|
1970
|
+
readonly size: 32;
|
|
1971
|
+
}, {
|
|
1972
|
+
readonly custom: {
|
|
1973
|
+
to: (val: number) => "Ethereum" | "Bsc" | "Polygon" | "Avalanche" | "Oasis" | "Aurora" | "Fantom" | "Karura" | "Acala" | "Klaytn" | "Celo" | "Moonbeam" | "Neon" | "Arbitrum" | "Optimism" | "Gnosis" | "Base" | "Sepolia";
|
|
1974
|
+
from: (val: "Ethereum" | "Bsc" | "Polygon" | "Avalanche" | "Oasis" | "Aurora" | "Fantom" | "Karura" | "Acala" | "Klaytn" | "Celo" | "Moonbeam" | "Neon" | "Arbitrum" | "Optimism" | "Gnosis" | "Base" | "Sepolia") => number;
|
|
1975
|
+
};
|
|
1976
|
+
readonly binary: "uint";
|
|
1977
|
+
readonly size: 2;
|
|
1978
|
+
readonly name: "newChainId";
|
|
1979
|
+
}] | readonly [{
|
|
1980
|
+
readonly name: "protocol";
|
|
1981
|
+
readonly binary: "bytes";
|
|
1982
|
+
readonly custom: {
|
|
1983
|
+
readonly to: "NftBridge";
|
|
1984
|
+
readonly from: Uint8Array;
|
|
1985
|
+
};
|
|
1986
|
+
}, {
|
|
1987
|
+
readonly name: "action";
|
|
1988
|
+
readonly binary: "uint";
|
|
1989
|
+
readonly size: 1;
|
|
1990
|
+
readonly custom: {
|
|
1991
|
+
readonly to: "RegisterChain";
|
|
1992
|
+
readonly from: 1;
|
|
1993
|
+
};
|
|
1994
|
+
}, {
|
|
1995
|
+
readonly custom: {
|
|
1996
|
+
to: (val: number) => "Solana" | "Btc" | "Algorand" | "Sui" | "Aptos" | "Osmosis" | "Wormchain" | "Near" | "Ethereum" | "Terra" | "Bsc" | "Polygon" | "Avalanche" | "Oasis" | "Aurora" | "Fantom" | "Karura" | "Acala" | "Klaytn" | "Celo" | "Moonbeam" | "Neon" | "Terra2" | "Injective" | "Arbitrum" | "Optimism" | "Gnosis" | "Pythnet" | "Xpla" | "Base" | "Sei" | "Sepolia" | null;
|
|
1997
|
+
from: (val: "Solana" | "Btc" | "Algorand" | "Sui" | "Aptos" | "Osmosis" | "Wormchain" | "Near" | "Ethereum" | "Terra" | "Bsc" | "Polygon" | "Avalanche" | "Oasis" | "Aurora" | "Fantom" | "Karura" | "Acala" | "Klaytn" | "Celo" | "Moonbeam" | "Neon" | "Terra2" | "Injective" | "Arbitrum" | "Optimism" | "Gnosis" | "Pythnet" | "Xpla" | "Base" | "Sei" | "Sepolia" | null) => number;
|
|
1998
|
+
};
|
|
1999
|
+
readonly binary: "uint";
|
|
2000
|
+
readonly size: 2;
|
|
2001
|
+
readonly name: "chain";
|
|
2002
|
+
}, {
|
|
2003
|
+
readonly binary: "uint";
|
|
2004
|
+
readonly size: 4;
|
|
2005
|
+
readonly name: "guardianSet";
|
|
2006
|
+
}, {
|
|
2007
|
+
readonly name: "guardians";
|
|
2008
|
+
readonly binary: "array";
|
|
2009
|
+
readonly lengthSize: 1;
|
|
2010
|
+
readonly layout: readonly [{
|
|
2011
|
+
readonly name: "address";
|
|
2012
|
+
readonly binary: "bytes";
|
|
2013
|
+
readonly size: 20;
|
|
2014
|
+
}];
|
|
2015
|
+
}] | readonly [{
|
|
2016
|
+
readonly name: "protocol";
|
|
2017
|
+
readonly binary: "bytes";
|
|
2018
|
+
readonly custom: {
|
|
2019
|
+
readonly to: "NftBridge";
|
|
2020
|
+
readonly from: Uint8Array;
|
|
2021
|
+
};
|
|
2022
|
+
}, {
|
|
2023
|
+
readonly name: "action";
|
|
2024
|
+
readonly binary: "uint";
|
|
2025
|
+
readonly size: 1;
|
|
2026
|
+
readonly custom: {
|
|
2027
|
+
readonly to: "RegisterChain";
|
|
2028
|
+
readonly from: 1;
|
|
2029
|
+
};
|
|
2030
|
+
}, {
|
|
2031
|
+
readonly custom: {
|
|
2032
|
+
to: (val: number) => "Solana" | "Btc" | "Algorand" | "Sui" | "Aptos" | "Osmosis" | "Wormchain" | "Near" | "Ethereum" | "Terra" | "Bsc" | "Polygon" | "Avalanche" | "Oasis" | "Aurora" | "Fantom" | "Karura" | "Acala" | "Klaytn" | "Celo" | "Moonbeam" | "Neon" | "Terra2" | "Injective" | "Arbitrum" | "Optimism" | "Gnosis" | "Pythnet" | "Xpla" | "Base" | "Sei" | "Sepolia" | null;
|
|
2033
|
+
from: (val: "Solana" | "Btc" | "Algorand" | "Sui" | "Aptos" | "Osmosis" | "Wormchain" | "Near" | "Ethereum" | "Terra" | "Bsc" | "Polygon" | "Avalanche" | "Oasis" | "Aurora" | "Fantom" | "Karura" | "Acala" | "Klaytn" | "Celo" | "Moonbeam" | "Neon" | "Terra2" | "Injective" | "Arbitrum" | "Optimism" | "Gnosis" | "Pythnet" | "Xpla" | "Base" | "Sei" | "Sepolia" | null) => number;
|
|
2034
|
+
};
|
|
2035
|
+
readonly binary: "uint";
|
|
2036
|
+
readonly size: 2;
|
|
2037
|
+
readonly name: "chain";
|
|
2038
|
+
}, {
|
|
2039
|
+
readonly name: "messageFee";
|
|
2040
|
+
readonly binary: "uint";
|
|
2041
|
+
readonly size: 32;
|
|
2042
|
+
}] | readonly [{
|
|
2043
|
+
readonly name: "protocol";
|
|
2044
|
+
readonly binary: "bytes";
|
|
2045
|
+
readonly custom: {
|
|
2046
|
+
readonly to: "NftBridge";
|
|
2047
|
+
readonly from: Uint8Array;
|
|
2048
|
+
};
|
|
2049
|
+
}, {
|
|
2050
|
+
readonly name: "action";
|
|
2051
|
+
readonly binary: "uint";
|
|
2052
|
+
readonly size: 1;
|
|
2053
|
+
readonly custom: {
|
|
2054
|
+
readonly to: "RegisterChain";
|
|
2055
|
+
readonly from: 1;
|
|
2056
|
+
};
|
|
2057
|
+
}, {
|
|
2058
|
+
readonly custom: {
|
|
2059
|
+
to: (val: number) => "Solana" | "Btc" | "Algorand" | "Sui" | "Aptos" | "Osmosis" | "Wormchain" | "Near" | "Ethereum" | "Terra" | "Bsc" | "Polygon" | "Avalanche" | "Oasis" | "Aurora" | "Fantom" | "Karura" | "Acala" | "Klaytn" | "Celo" | "Moonbeam" | "Neon" | "Terra2" | "Injective" | "Arbitrum" | "Optimism" | "Gnosis" | "Pythnet" | "Xpla" | "Base" | "Sei" | "Sepolia" | null;
|
|
2060
|
+
from: (val: "Solana" | "Btc" | "Algorand" | "Sui" | "Aptos" | "Osmosis" | "Wormchain" | "Near" | "Ethereum" | "Terra" | "Bsc" | "Polygon" | "Avalanche" | "Oasis" | "Aurora" | "Fantom" | "Karura" | "Acala" | "Klaytn" | "Celo" | "Moonbeam" | "Neon" | "Terra2" | "Injective" | "Arbitrum" | "Optimism" | "Gnosis" | "Pythnet" | "Xpla" | "Base" | "Sei" | "Sepolia" | null) => number;
|
|
2061
|
+
};
|
|
2062
|
+
readonly binary: "uint";
|
|
2063
|
+
readonly size: 2;
|
|
2064
|
+
readonly name: "chain";
|
|
2065
|
+
}, {
|
|
2066
|
+
readonly name: "amount";
|
|
2067
|
+
readonly binary: "uint";
|
|
2068
|
+
readonly size: 32;
|
|
2069
|
+
}, {
|
|
2070
|
+
readonly binary: "bytes";
|
|
2071
|
+
readonly size: 32;
|
|
2072
|
+
readonly custom: {
|
|
2073
|
+
to: (val: Uint8Array) => import("..").UniversalAddress;
|
|
2074
|
+
from: (val: import("..").UniversalAddress) => Uint8Array;
|
|
2075
|
+
};
|
|
2076
|
+
readonly name: "recipient";
|
|
2077
|
+
}] | readonly [{
|
|
2078
|
+
readonly name: "protocol";
|
|
2079
|
+
readonly binary: "bytes";
|
|
2080
|
+
readonly custom: {
|
|
2081
|
+
readonly to: "NftBridge";
|
|
2082
|
+
readonly from: Uint8Array;
|
|
2083
|
+
};
|
|
2084
|
+
}, {
|
|
2085
|
+
readonly name: "action";
|
|
2086
|
+
readonly binary: "uint";
|
|
2087
|
+
readonly size: 1;
|
|
2088
|
+
readonly custom: {
|
|
2089
|
+
readonly to: "RegisterChain";
|
|
2090
|
+
readonly from: 1;
|
|
2091
|
+
};
|
|
2092
|
+
}, {
|
|
2093
|
+
readonly custom: {
|
|
2094
|
+
to: (val: number) => "Solana" | "Btc" | "Algorand" | "Sui" | "Aptos" | "Osmosis" | "Wormchain" | "Near" | "Ethereum" | "Terra" | "Bsc" | "Polygon" | "Avalanche" | "Oasis" | "Aurora" | "Fantom" | "Karura" | "Acala" | "Klaytn" | "Celo" | "Moonbeam" | "Neon" | "Terra2" | "Injective" | "Arbitrum" | "Optimism" | "Gnosis" | "Pythnet" | "Xpla" | "Base" | "Sei" | "Sepolia" | null;
|
|
2095
|
+
from: (val: "Solana" | "Btc" | "Algorand" | "Sui" | "Aptos" | "Osmosis" | "Wormchain" | "Near" | "Ethereum" | "Terra" | "Bsc" | "Polygon" | "Avalanche" | "Oasis" | "Aurora" | "Fantom" | "Karura" | "Acala" | "Klaytn" | "Celo" | "Moonbeam" | "Neon" | "Terra2" | "Injective" | "Arbitrum" | "Optimism" | "Gnosis" | "Pythnet" | "Xpla" | "Base" | "Sei" | "Sepolia" | null) => number;
|
|
2096
|
+
};
|
|
2097
|
+
readonly binary: "uint";
|
|
2098
|
+
readonly size: 2;
|
|
2099
|
+
readonly name: "chain";
|
|
2100
|
+
}, {
|
|
2101
|
+
readonly binary: "bytes";
|
|
2102
|
+
readonly size: 32;
|
|
2103
|
+
readonly custom: {
|
|
2104
|
+
to: (val: Uint8Array) => import("..").UniversalAddress;
|
|
2105
|
+
from: (val: import("..").UniversalAddress) => Uint8Array;
|
|
2106
|
+
};
|
|
2107
|
+
readonly name: "defaultProvider";
|
|
2108
|
+
}]], readonly ["NftBridgeUpgradeContract", readonly [{
|
|
2109
|
+
readonly name: "protocol";
|
|
2110
|
+
readonly binary: "bytes";
|
|
2111
|
+
readonly custom: {
|
|
2112
|
+
readonly to: "NftBridge";
|
|
2113
|
+
readonly from: Uint8Array;
|
|
2114
|
+
};
|
|
2115
|
+
}, {
|
|
2116
|
+
readonly name: "action";
|
|
2117
|
+
readonly binary: "uint";
|
|
2118
|
+
readonly size: 1;
|
|
2119
|
+
readonly custom: {
|
|
2120
|
+
readonly to: "UpgradeContract";
|
|
2121
|
+
readonly from: 2;
|
|
2122
|
+
};
|
|
2123
|
+
}, {
|
|
2124
|
+
readonly custom: {
|
|
2125
|
+
to: (val: number) => "Solana" | "Btc" | "Algorand" | "Sui" | "Aptos" | "Osmosis" | "Wormchain" | "Near" | "Ethereum" | "Terra" | "Bsc" | "Polygon" | "Avalanche" | "Oasis" | "Aurora" | "Fantom" | "Karura" | "Acala" | "Klaytn" | "Celo" | "Moonbeam" | "Neon" | "Terra2" | "Injective" | "Arbitrum" | "Optimism" | "Gnosis" | "Pythnet" | "Xpla" | "Base" | "Sei" | "Sepolia" | null;
|
|
2126
|
+
from: (val: "Solana" | "Btc" | "Algorand" | "Sui" | "Aptos" | "Osmosis" | "Wormchain" | "Near" | "Ethereum" | "Terra" | "Bsc" | "Polygon" | "Avalanche" | "Oasis" | "Aurora" | "Fantom" | "Karura" | "Acala" | "Klaytn" | "Celo" | "Moonbeam" | "Neon" | "Terra2" | "Injective" | "Arbitrum" | "Optimism" | "Gnosis" | "Pythnet" | "Xpla" | "Base" | "Sei" | "Sepolia" | null) => number;
|
|
2127
|
+
};
|
|
2128
|
+
readonly binary: "uint";
|
|
2129
|
+
readonly size: 2;
|
|
2130
|
+
readonly name: "chain";
|
|
2131
|
+
}, {
|
|
2132
|
+
readonly binary: "bytes";
|
|
2133
|
+
readonly size: 32;
|
|
2134
|
+
readonly custom: {
|
|
2135
|
+
to: (val: Uint8Array) => import("..").UniversalAddress;
|
|
2136
|
+
from: (val: import("..").UniversalAddress) => Uint8Array;
|
|
2137
|
+
};
|
|
2138
|
+
readonly name: "newContract";
|
|
2139
|
+
}] | readonly [{
|
|
2140
|
+
readonly name: "protocol";
|
|
2141
|
+
readonly binary: "bytes";
|
|
2142
|
+
readonly custom: {
|
|
2143
|
+
readonly to: "NftBridge";
|
|
2144
|
+
readonly from: Uint8Array;
|
|
2145
|
+
};
|
|
2146
|
+
}, {
|
|
2147
|
+
readonly name: "action";
|
|
2148
|
+
readonly binary: "uint";
|
|
2149
|
+
readonly size: 1;
|
|
2150
|
+
readonly custom: {
|
|
2151
|
+
readonly to: "UpgradeContract";
|
|
2152
|
+
readonly from: 2;
|
|
2153
|
+
};
|
|
2154
|
+
}, {
|
|
2155
|
+
readonly custom: {
|
|
2156
|
+
to: (val: number) => "Solana" | "Btc" | "Algorand" | "Sui" | "Aptos" | "Osmosis" | "Wormchain" | "Near" | "Ethereum" | "Terra" | "Bsc" | "Polygon" | "Avalanche" | "Oasis" | "Aurora" | "Fantom" | "Karura" | "Acala" | "Klaytn" | "Celo" | "Moonbeam" | "Neon" | "Terra2" | "Injective" | "Arbitrum" | "Optimism" | "Gnosis" | "Pythnet" | "Xpla" | "Base" | "Sei" | "Sepolia" | null;
|
|
2157
|
+
from: (val: "Solana" | "Btc" | "Algorand" | "Sui" | "Aptos" | "Osmosis" | "Wormchain" | "Near" | "Ethereum" | "Terra" | "Bsc" | "Polygon" | "Avalanche" | "Oasis" | "Aurora" | "Fantom" | "Karura" | "Acala" | "Klaytn" | "Celo" | "Moonbeam" | "Neon" | "Terra2" | "Injective" | "Arbitrum" | "Optimism" | "Gnosis" | "Pythnet" | "Xpla" | "Base" | "Sei" | "Sepolia" | null) => number;
|
|
2158
|
+
};
|
|
2159
|
+
readonly binary: "uint";
|
|
2160
|
+
readonly size: 2;
|
|
2161
|
+
readonly name: "chain";
|
|
2162
|
+
}, {
|
|
2163
|
+
readonly custom: {
|
|
2164
|
+
to: (val: number) => "Solana" | "Btc" | "Algorand" | "Sui" | "Aptos" | "Osmosis" | "Wormchain" | "Near" | "Ethereum" | "Terra" | "Bsc" | "Polygon" | "Avalanche" | "Oasis" | "Aurora" | "Fantom" | "Karura" | "Acala" | "Klaytn" | "Celo" | "Moonbeam" | "Neon" | "Terra2" | "Injective" | "Arbitrum" | "Optimism" | "Gnosis" | "Pythnet" | "Xpla" | "Base" | "Sei" | "Sepolia";
|
|
2165
|
+
from: (val: "Solana" | "Btc" | "Algorand" | "Sui" | "Aptos" | "Osmosis" | "Wormchain" | "Near" | "Ethereum" | "Terra" | "Bsc" | "Polygon" | "Avalanche" | "Oasis" | "Aurora" | "Fantom" | "Karura" | "Acala" | "Klaytn" | "Celo" | "Moonbeam" | "Neon" | "Terra2" | "Injective" | "Arbitrum" | "Optimism" | "Gnosis" | "Pythnet" | "Xpla" | "Base" | "Sei" | "Sepolia") => number;
|
|
2166
|
+
};
|
|
2167
|
+
readonly binary: "uint";
|
|
2168
|
+
readonly size: 2;
|
|
2169
|
+
readonly name: "foreignChain";
|
|
2170
|
+
}, {
|
|
2171
|
+
readonly binary: "bytes";
|
|
2172
|
+
readonly size: 32;
|
|
2173
|
+
readonly custom: {
|
|
2174
|
+
to: (val: Uint8Array) => import("..").UniversalAddress;
|
|
2175
|
+
from: (val: import("..").UniversalAddress) => Uint8Array;
|
|
2176
|
+
};
|
|
2177
|
+
readonly name: "foreignAddress";
|
|
2178
|
+
}] | readonly [{
|
|
2179
|
+
readonly name: "protocol";
|
|
2180
|
+
readonly binary: "bytes";
|
|
2181
|
+
readonly custom: {
|
|
2182
|
+
readonly to: "NftBridge";
|
|
2183
|
+
readonly from: Uint8Array;
|
|
2184
|
+
};
|
|
2185
|
+
}, {
|
|
2186
|
+
readonly name: "action";
|
|
2187
|
+
readonly binary: "uint";
|
|
2188
|
+
readonly size: 1;
|
|
2189
|
+
readonly custom: {
|
|
2190
|
+
readonly to: "UpgradeContract";
|
|
2191
|
+
readonly from: 2;
|
|
2192
|
+
};
|
|
2193
|
+
}, {
|
|
2194
|
+
readonly custom: {
|
|
2195
|
+
to: (val: number) => "Solana" | "Btc" | "Algorand" | "Sui" | "Aptos" | "Osmosis" | "Wormchain" | "Near" | "Ethereum" | "Terra" | "Bsc" | "Polygon" | "Avalanche" | "Oasis" | "Aurora" | "Fantom" | "Karura" | "Acala" | "Klaytn" | "Celo" | "Moonbeam" | "Neon" | "Terra2" | "Injective" | "Arbitrum" | "Optimism" | "Gnosis" | "Pythnet" | "Xpla" | "Base" | "Sei" | "Sepolia" | null;
|
|
2196
|
+
from: (val: "Solana" | "Btc" | "Algorand" | "Sui" | "Aptos" | "Osmosis" | "Wormchain" | "Near" | "Ethereum" | "Terra" | "Bsc" | "Polygon" | "Avalanche" | "Oasis" | "Aurora" | "Fantom" | "Karura" | "Acala" | "Klaytn" | "Celo" | "Moonbeam" | "Neon" | "Terra2" | "Injective" | "Arbitrum" | "Optimism" | "Gnosis" | "Pythnet" | "Xpla" | "Base" | "Sei" | "Sepolia" | null) => number;
|
|
2197
|
+
};
|
|
2198
|
+
readonly binary: "uint";
|
|
2199
|
+
readonly size: 2;
|
|
2200
|
+
readonly name: "chain";
|
|
2201
|
+
}, {
|
|
2202
|
+
readonly name: "evmChainId";
|
|
2203
|
+
readonly binary: "uint";
|
|
2204
|
+
readonly size: 32;
|
|
2205
|
+
}, {
|
|
2206
|
+
readonly custom: {
|
|
2207
|
+
to: (val: number) => "Ethereum" | "Bsc" | "Polygon" | "Avalanche" | "Oasis" | "Aurora" | "Fantom" | "Karura" | "Acala" | "Klaytn" | "Celo" | "Moonbeam" | "Neon" | "Arbitrum" | "Optimism" | "Gnosis" | "Base" | "Sepolia";
|
|
2208
|
+
from: (val: "Ethereum" | "Bsc" | "Polygon" | "Avalanche" | "Oasis" | "Aurora" | "Fantom" | "Karura" | "Acala" | "Klaytn" | "Celo" | "Moonbeam" | "Neon" | "Arbitrum" | "Optimism" | "Gnosis" | "Base" | "Sepolia") => number;
|
|
2209
|
+
};
|
|
2210
|
+
readonly binary: "uint";
|
|
2211
|
+
readonly size: 2;
|
|
2212
|
+
readonly name: "newChainId";
|
|
2213
|
+
}] | readonly [{
|
|
2214
|
+
readonly name: "protocol";
|
|
2215
|
+
readonly binary: "bytes";
|
|
2216
|
+
readonly custom: {
|
|
2217
|
+
readonly to: "NftBridge";
|
|
2218
|
+
readonly from: Uint8Array;
|
|
2219
|
+
};
|
|
2220
|
+
}, {
|
|
2221
|
+
readonly name: "action";
|
|
2222
|
+
readonly binary: "uint";
|
|
2223
|
+
readonly size: 1;
|
|
2224
|
+
readonly custom: {
|
|
2225
|
+
readonly to: "UpgradeContract";
|
|
2226
|
+
readonly from: 2;
|
|
2227
|
+
};
|
|
2228
|
+
}, {
|
|
2229
|
+
readonly custom: {
|
|
2230
|
+
to: (val: number) => "Solana" | "Btc" | "Algorand" | "Sui" | "Aptos" | "Osmosis" | "Wormchain" | "Near" | "Ethereum" | "Terra" | "Bsc" | "Polygon" | "Avalanche" | "Oasis" | "Aurora" | "Fantom" | "Karura" | "Acala" | "Klaytn" | "Celo" | "Moonbeam" | "Neon" | "Terra2" | "Injective" | "Arbitrum" | "Optimism" | "Gnosis" | "Pythnet" | "Xpla" | "Base" | "Sei" | "Sepolia" | null;
|
|
2231
|
+
from: (val: "Solana" | "Btc" | "Algorand" | "Sui" | "Aptos" | "Osmosis" | "Wormchain" | "Near" | "Ethereum" | "Terra" | "Bsc" | "Polygon" | "Avalanche" | "Oasis" | "Aurora" | "Fantom" | "Karura" | "Acala" | "Klaytn" | "Celo" | "Moonbeam" | "Neon" | "Terra2" | "Injective" | "Arbitrum" | "Optimism" | "Gnosis" | "Pythnet" | "Xpla" | "Base" | "Sei" | "Sepolia" | null) => number;
|
|
2232
|
+
};
|
|
2233
|
+
readonly binary: "uint";
|
|
2234
|
+
readonly size: 2;
|
|
2235
|
+
readonly name: "chain";
|
|
2236
|
+
}, {
|
|
2237
|
+
readonly binary: "uint";
|
|
2238
|
+
readonly size: 4;
|
|
2239
|
+
readonly name: "guardianSet";
|
|
2240
|
+
}, {
|
|
2241
|
+
readonly name: "guardians";
|
|
2242
|
+
readonly binary: "array";
|
|
2243
|
+
readonly lengthSize: 1;
|
|
2244
|
+
readonly layout: readonly [{
|
|
2245
|
+
readonly name: "address";
|
|
2246
|
+
readonly binary: "bytes";
|
|
2247
|
+
readonly size: 20;
|
|
2248
|
+
}];
|
|
2249
|
+
}] | readonly [{
|
|
2250
|
+
readonly name: "protocol";
|
|
2251
|
+
readonly binary: "bytes";
|
|
2252
|
+
readonly custom: {
|
|
2253
|
+
readonly to: "NftBridge";
|
|
2254
|
+
readonly from: Uint8Array;
|
|
2255
|
+
};
|
|
2256
|
+
}, {
|
|
2257
|
+
readonly name: "action";
|
|
2258
|
+
readonly binary: "uint";
|
|
2259
|
+
readonly size: 1;
|
|
2260
|
+
readonly custom: {
|
|
2261
|
+
readonly to: "UpgradeContract";
|
|
2262
|
+
readonly from: 2;
|
|
2263
|
+
};
|
|
2264
|
+
}, {
|
|
2265
|
+
readonly custom: {
|
|
2266
|
+
to: (val: number) => "Solana" | "Btc" | "Algorand" | "Sui" | "Aptos" | "Osmosis" | "Wormchain" | "Near" | "Ethereum" | "Terra" | "Bsc" | "Polygon" | "Avalanche" | "Oasis" | "Aurora" | "Fantom" | "Karura" | "Acala" | "Klaytn" | "Celo" | "Moonbeam" | "Neon" | "Terra2" | "Injective" | "Arbitrum" | "Optimism" | "Gnosis" | "Pythnet" | "Xpla" | "Base" | "Sei" | "Sepolia" | null;
|
|
2267
|
+
from: (val: "Solana" | "Btc" | "Algorand" | "Sui" | "Aptos" | "Osmosis" | "Wormchain" | "Near" | "Ethereum" | "Terra" | "Bsc" | "Polygon" | "Avalanche" | "Oasis" | "Aurora" | "Fantom" | "Karura" | "Acala" | "Klaytn" | "Celo" | "Moonbeam" | "Neon" | "Terra2" | "Injective" | "Arbitrum" | "Optimism" | "Gnosis" | "Pythnet" | "Xpla" | "Base" | "Sei" | "Sepolia" | null) => number;
|
|
2268
|
+
};
|
|
2269
|
+
readonly binary: "uint";
|
|
2270
|
+
readonly size: 2;
|
|
2271
|
+
readonly name: "chain";
|
|
2272
|
+
}, {
|
|
2273
|
+
readonly name: "messageFee";
|
|
2274
|
+
readonly binary: "uint";
|
|
2275
|
+
readonly size: 32;
|
|
2276
|
+
}] | readonly [{
|
|
2277
|
+
readonly name: "protocol";
|
|
2278
|
+
readonly binary: "bytes";
|
|
2279
|
+
readonly custom: {
|
|
2280
|
+
readonly to: "NftBridge";
|
|
2281
|
+
readonly from: Uint8Array;
|
|
2282
|
+
};
|
|
2283
|
+
}, {
|
|
2284
|
+
readonly name: "action";
|
|
2285
|
+
readonly binary: "uint";
|
|
2286
|
+
readonly size: 1;
|
|
2287
|
+
readonly custom: {
|
|
2288
|
+
readonly to: "UpgradeContract";
|
|
2289
|
+
readonly from: 2;
|
|
2290
|
+
};
|
|
2291
|
+
}, {
|
|
2292
|
+
readonly custom: {
|
|
2293
|
+
to: (val: number) => "Solana" | "Btc" | "Algorand" | "Sui" | "Aptos" | "Osmosis" | "Wormchain" | "Near" | "Ethereum" | "Terra" | "Bsc" | "Polygon" | "Avalanche" | "Oasis" | "Aurora" | "Fantom" | "Karura" | "Acala" | "Klaytn" | "Celo" | "Moonbeam" | "Neon" | "Terra2" | "Injective" | "Arbitrum" | "Optimism" | "Gnosis" | "Pythnet" | "Xpla" | "Base" | "Sei" | "Sepolia" | null;
|
|
2294
|
+
from: (val: "Solana" | "Btc" | "Algorand" | "Sui" | "Aptos" | "Osmosis" | "Wormchain" | "Near" | "Ethereum" | "Terra" | "Bsc" | "Polygon" | "Avalanche" | "Oasis" | "Aurora" | "Fantom" | "Karura" | "Acala" | "Klaytn" | "Celo" | "Moonbeam" | "Neon" | "Terra2" | "Injective" | "Arbitrum" | "Optimism" | "Gnosis" | "Pythnet" | "Xpla" | "Base" | "Sei" | "Sepolia" | null) => number;
|
|
2295
|
+
};
|
|
2296
|
+
readonly binary: "uint";
|
|
2297
|
+
readonly size: 2;
|
|
2298
|
+
readonly name: "chain";
|
|
2299
|
+
}, {
|
|
2300
|
+
readonly name: "amount";
|
|
2301
|
+
readonly binary: "uint";
|
|
2302
|
+
readonly size: 32;
|
|
2303
|
+
}, {
|
|
2304
|
+
readonly binary: "bytes";
|
|
2305
|
+
readonly size: 32;
|
|
2306
|
+
readonly custom: {
|
|
2307
|
+
to: (val: Uint8Array) => import("..").UniversalAddress;
|
|
2308
|
+
from: (val: import("..").UniversalAddress) => Uint8Array;
|
|
2309
|
+
};
|
|
2310
|
+
readonly name: "recipient";
|
|
2311
|
+
}] | readonly [{
|
|
2312
|
+
readonly name: "protocol";
|
|
2313
|
+
readonly binary: "bytes";
|
|
2314
|
+
readonly custom: {
|
|
2315
|
+
readonly to: "NftBridge";
|
|
2316
|
+
readonly from: Uint8Array;
|
|
2317
|
+
};
|
|
2318
|
+
}, {
|
|
2319
|
+
readonly name: "action";
|
|
2320
|
+
readonly binary: "uint";
|
|
2321
|
+
readonly size: 1;
|
|
2322
|
+
readonly custom: {
|
|
2323
|
+
readonly to: "UpgradeContract";
|
|
2324
|
+
readonly from: 2;
|
|
2325
|
+
};
|
|
2326
|
+
}, {
|
|
2327
|
+
readonly custom: {
|
|
2328
|
+
to: (val: number) => "Solana" | "Btc" | "Algorand" | "Sui" | "Aptos" | "Osmosis" | "Wormchain" | "Near" | "Ethereum" | "Terra" | "Bsc" | "Polygon" | "Avalanche" | "Oasis" | "Aurora" | "Fantom" | "Karura" | "Acala" | "Klaytn" | "Celo" | "Moonbeam" | "Neon" | "Terra2" | "Injective" | "Arbitrum" | "Optimism" | "Gnosis" | "Pythnet" | "Xpla" | "Base" | "Sei" | "Sepolia" | null;
|
|
2329
|
+
from: (val: "Solana" | "Btc" | "Algorand" | "Sui" | "Aptos" | "Osmosis" | "Wormchain" | "Near" | "Ethereum" | "Terra" | "Bsc" | "Polygon" | "Avalanche" | "Oasis" | "Aurora" | "Fantom" | "Karura" | "Acala" | "Klaytn" | "Celo" | "Moonbeam" | "Neon" | "Terra2" | "Injective" | "Arbitrum" | "Optimism" | "Gnosis" | "Pythnet" | "Xpla" | "Base" | "Sei" | "Sepolia" | null) => number;
|
|
2330
|
+
};
|
|
2331
|
+
readonly binary: "uint";
|
|
2332
|
+
readonly size: 2;
|
|
2333
|
+
readonly name: "chain";
|
|
2334
|
+
}, {
|
|
2335
|
+
readonly binary: "bytes";
|
|
2336
|
+
readonly size: 32;
|
|
2337
|
+
readonly custom: {
|
|
2338
|
+
to: (val: Uint8Array) => import("..").UniversalAddress;
|
|
2339
|
+
from: (val: import("..").UniversalAddress) => Uint8Array;
|
|
2340
|
+
};
|
|
2341
|
+
readonly name: "defaultProvider";
|
|
2342
|
+
}]], readonly ["NftBridgeRecoverChainId", readonly [{
|
|
2343
|
+
readonly name: "protocol";
|
|
2344
|
+
readonly binary: "bytes";
|
|
2345
|
+
readonly custom: {
|
|
2346
|
+
readonly to: "NftBridge";
|
|
2347
|
+
readonly from: Uint8Array;
|
|
2348
|
+
};
|
|
2349
|
+
}, {
|
|
2350
|
+
readonly name: "action";
|
|
2351
|
+
readonly binary: "uint";
|
|
2352
|
+
readonly size: 1;
|
|
2353
|
+
readonly custom: {
|
|
2354
|
+
readonly to: "RecoverChainId";
|
|
2355
|
+
readonly from: 3;
|
|
2356
|
+
};
|
|
2357
|
+
}, {
|
|
2358
|
+
readonly custom: {
|
|
2359
|
+
to: (val: number) => "Solana" | "Btc" | "Algorand" | "Sui" | "Aptos" | "Osmosis" | "Wormchain" | "Near" | "Ethereum" | "Terra" | "Bsc" | "Polygon" | "Avalanche" | "Oasis" | "Aurora" | "Fantom" | "Karura" | "Acala" | "Klaytn" | "Celo" | "Moonbeam" | "Neon" | "Terra2" | "Injective" | "Arbitrum" | "Optimism" | "Gnosis" | "Pythnet" | "Xpla" | "Base" | "Sei" | "Sepolia" | null;
|
|
2360
|
+
from: (val: "Solana" | "Btc" | "Algorand" | "Sui" | "Aptos" | "Osmosis" | "Wormchain" | "Near" | "Ethereum" | "Terra" | "Bsc" | "Polygon" | "Avalanche" | "Oasis" | "Aurora" | "Fantom" | "Karura" | "Acala" | "Klaytn" | "Celo" | "Moonbeam" | "Neon" | "Terra2" | "Injective" | "Arbitrum" | "Optimism" | "Gnosis" | "Pythnet" | "Xpla" | "Base" | "Sei" | "Sepolia" | null) => number;
|
|
2361
|
+
};
|
|
2362
|
+
readonly binary: "uint";
|
|
2363
|
+
readonly size: 2;
|
|
2364
|
+
readonly name: "chain";
|
|
2365
|
+
}, {
|
|
2366
|
+
readonly binary: "bytes";
|
|
2367
|
+
readonly size: 32;
|
|
2368
|
+
readonly custom: {
|
|
2369
|
+
to: (val: Uint8Array) => import("..").UniversalAddress;
|
|
2370
|
+
from: (val: import("..").UniversalAddress) => Uint8Array;
|
|
2371
|
+
};
|
|
2372
|
+
readonly name: "newContract";
|
|
2373
|
+
}] | readonly [{
|
|
2374
|
+
readonly name: "protocol";
|
|
2375
|
+
readonly binary: "bytes";
|
|
2376
|
+
readonly custom: {
|
|
2377
|
+
readonly to: "NftBridge";
|
|
2378
|
+
readonly from: Uint8Array;
|
|
2379
|
+
};
|
|
2380
|
+
}, {
|
|
2381
|
+
readonly name: "action";
|
|
2382
|
+
readonly binary: "uint";
|
|
2383
|
+
readonly size: 1;
|
|
2384
|
+
readonly custom: {
|
|
2385
|
+
readonly to: "RecoverChainId";
|
|
2386
|
+
readonly from: 3;
|
|
2387
|
+
};
|
|
2388
|
+
}, {
|
|
2389
|
+
readonly custom: {
|
|
2390
|
+
to: (val: number) => "Solana" | "Btc" | "Algorand" | "Sui" | "Aptos" | "Osmosis" | "Wormchain" | "Near" | "Ethereum" | "Terra" | "Bsc" | "Polygon" | "Avalanche" | "Oasis" | "Aurora" | "Fantom" | "Karura" | "Acala" | "Klaytn" | "Celo" | "Moonbeam" | "Neon" | "Terra2" | "Injective" | "Arbitrum" | "Optimism" | "Gnosis" | "Pythnet" | "Xpla" | "Base" | "Sei" | "Sepolia" | null;
|
|
2391
|
+
from: (val: "Solana" | "Btc" | "Algorand" | "Sui" | "Aptos" | "Osmosis" | "Wormchain" | "Near" | "Ethereum" | "Terra" | "Bsc" | "Polygon" | "Avalanche" | "Oasis" | "Aurora" | "Fantom" | "Karura" | "Acala" | "Klaytn" | "Celo" | "Moonbeam" | "Neon" | "Terra2" | "Injective" | "Arbitrum" | "Optimism" | "Gnosis" | "Pythnet" | "Xpla" | "Base" | "Sei" | "Sepolia" | null) => number;
|
|
2392
|
+
};
|
|
2393
|
+
readonly binary: "uint";
|
|
2394
|
+
readonly size: 2;
|
|
2395
|
+
readonly name: "chain";
|
|
2396
|
+
}, {
|
|
2397
|
+
readonly custom: {
|
|
2398
|
+
to: (val: number) => "Solana" | "Btc" | "Algorand" | "Sui" | "Aptos" | "Osmosis" | "Wormchain" | "Near" | "Ethereum" | "Terra" | "Bsc" | "Polygon" | "Avalanche" | "Oasis" | "Aurora" | "Fantom" | "Karura" | "Acala" | "Klaytn" | "Celo" | "Moonbeam" | "Neon" | "Terra2" | "Injective" | "Arbitrum" | "Optimism" | "Gnosis" | "Pythnet" | "Xpla" | "Base" | "Sei" | "Sepolia";
|
|
2399
|
+
from: (val: "Solana" | "Btc" | "Algorand" | "Sui" | "Aptos" | "Osmosis" | "Wormchain" | "Near" | "Ethereum" | "Terra" | "Bsc" | "Polygon" | "Avalanche" | "Oasis" | "Aurora" | "Fantom" | "Karura" | "Acala" | "Klaytn" | "Celo" | "Moonbeam" | "Neon" | "Terra2" | "Injective" | "Arbitrum" | "Optimism" | "Gnosis" | "Pythnet" | "Xpla" | "Base" | "Sei" | "Sepolia") => number;
|
|
2400
|
+
};
|
|
2401
|
+
readonly binary: "uint";
|
|
2402
|
+
readonly size: 2;
|
|
2403
|
+
readonly name: "foreignChain";
|
|
2404
|
+
}, {
|
|
2405
|
+
readonly binary: "bytes";
|
|
2406
|
+
readonly size: 32;
|
|
2407
|
+
readonly custom: {
|
|
2408
|
+
to: (val: Uint8Array) => import("..").UniversalAddress;
|
|
2409
|
+
from: (val: import("..").UniversalAddress) => Uint8Array;
|
|
2410
|
+
};
|
|
2411
|
+
readonly name: "foreignAddress";
|
|
2412
|
+
}] | readonly [{
|
|
2413
|
+
readonly name: "protocol";
|
|
2414
|
+
readonly binary: "bytes";
|
|
2415
|
+
readonly custom: {
|
|
2416
|
+
readonly to: "NftBridge";
|
|
2417
|
+
readonly from: Uint8Array;
|
|
2418
|
+
};
|
|
2419
|
+
}, {
|
|
2420
|
+
readonly name: "action";
|
|
2421
|
+
readonly binary: "uint";
|
|
2422
|
+
readonly size: 1;
|
|
2423
|
+
readonly custom: {
|
|
2424
|
+
readonly to: "RecoverChainId";
|
|
2425
|
+
readonly from: 3;
|
|
2426
|
+
};
|
|
2427
|
+
}, {
|
|
2428
|
+
readonly custom: {
|
|
2429
|
+
to: (val: number) => "Solana" | "Btc" | "Algorand" | "Sui" | "Aptos" | "Osmosis" | "Wormchain" | "Near" | "Ethereum" | "Terra" | "Bsc" | "Polygon" | "Avalanche" | "Oasis" | "Aurora" | "Fantom" | "Karura" | "Acala" | "Klaytn" | "Celo" | "Moonbeam" | "Neon" | "Terra2" | "Injective" | "Arbitrum" | "Optimism" | "Gnosis" | "Pythnet" | "Xpla" | "Base" | "Sei" | "Sepolia" | null;
|
|
2430
|
+
from: (val: "Solana" | "Btc" | "Algorand" | "Sui" | "Aptos" | "Osmosis" | "Wormchain" | "Near" | "Ethereum" | "Terra" | "Bsc" | "Polygon" | "Avalanche" | "Oasis" | "Aurora" | "Fantom" | "Karura" | "Acala" | "Klaytn" | "Celo" | "Moonbeam" | "Neon" | "Terra2" | "Injective" | "Arbitrum" | "Optimism" | "Gnosis" | "Pythnet" | "Xpla" | "Base" | "Sei" | "Sepolia" | null) => number;
|
|
2431
|
+
};
|
|
2432
|
+
readonly binary: "uint";
|
|
2433
|
+
readonly size: 2;
|
|
2434
|
+
readonly name: "chain";
|
|
2435
|
+
}, {
|
|
2436
|
+
readonly name: "evmChainId";
|
|
2437
|
+
readonly binary: "uint";
|
|
2438
|
+
readonly size: 32;
|
|
2439
|
+
}, {
|
|
2440
|
+
readonly custom: {
|
|
2441
|
+
to: (val: number) => "Ethereum" | "Bsc" | "Polygon" | "Avalanche" | "Oasis" | "Aurora" | "Fantom" | "Karura" | "Acala" | "Klaytn" | "Celo" | "Moonbeam" | "Neon" | "Arbitrum" | "Optimism" | "Gnosis" | "Base" | "Sepolia";
|
|
2442
|
+
from: (val: "Ethereum" | "Bsc" | "Polygon" | "Avalanche" | "Oasis" | "Aurora" | "Fantom" | "Karura" | "Acala" | "Klaytn" | "Celo" | "Moonbeam" | "Neon" | "Arbitrum" | "Optimism" | "Gnosis" | "Base" | "Sepolia") => number;
|
|
2443
|
+
};
|
|
2444
|
+
readonly binary: "uint";
|
|
2445
|
+
readonly size: 2;
|
|
2446
|
+
readonly name: "newChainId";
|
|
2447
|
+
}] | readonly [{
|
|
2448
|
+
readonly name: "protocol";
|
|
2449
|
+
readonly binary: "bytes";
|
|
2450
|
+
readonly custom: {
|
|
2451
|
+
readonly to: "NftBridge";
|
|
2452
|
+
readonly from: Uint8Array;
|
|
2453
|
+
};
|
|
2454
|
+
}, {
|
|
2455
|
+
readonly name: "action";
|
|
2456
|
+
readonly binary: "uint";
|
|
2457
|
+
readonly size: 1;
|
|
2458
|
+
readonly custom: {
|
|
2459
|
+
readonly to: "RecoverChainId";
|
|
2460
|
+
readonly from: 3;
|
|
2461
|
+
};
|
|
2462
|
+
}, {
|
|
2463
|
+
readonly custom: {
|
|
2464
|
+
to: (val: number) => "Solana" | "Btc" | "Algorand" | "Sui" | "Aptos" | "Osmosis" | "Wormchain" | "Near" | "Ethereum" | "Terra" | "Bsc" | "Polygon" | "Avalanche" | "Oasis" | "Aurora" | "Fantom" | "Karura" | "Acala" | "Klaytn" | "Celo" | "Moonbeam" | "Neon" | "Terra2" | "Injective" | "Arbitrum" | "Optimism" | "Gnosis" | "Pythnet" | "Xpla" | "Base" | "Sei" | "Sepolia" | null;
|
|
2465
|
+
from: (val: "Solana" | "Btc" | "Algorand" | "Sui" | "Aptos" | "Osmosis" | "Wormchain" | "Near" | "Ethereum" | "Terra" | "Bsc" | "Polygon" | "Avalanche" | "Oasis" | "Aurora" | "Fantom" | "Karura" | "Acala" | "Klaytn" | "Celo" | "Moonbeam" | "Neon" | "Terra2" | "Injective" | "Arbitrum" | "Optimism" | "Gnosis" | "Pythnet" | "Xpla" | "Base" | "Sei" | "Sepolia" | null) => number;
|
|
2466
|
+
};
|
|
2467
|
+
readonly binary: "uint";
|
|
2468
|
+
readonly size: 2;
|
|
2469
|
+
readonly name: "chain";
|
|
2470
|
+
}, {
|
|
2471
|
+
readonly binary: "uint";
|
|
2472
|
+
readonly size: 4;
|
|
2473
|
+
readonly name: "guardianSet";
|
|
2474
|
+
}, {
|
|
2475
|
+
readonly name: "guardians";
|
|
2476
|
+
readonly binary: "array";
|
|
2477
|
+
readonly lengthSize: 1;
|
|
2478
|
+
readonly layout: readonly [{
|
|
2479
|
+
readonly name: "address";
|
|
2480
|
+
readonly binary: "bytes";
|
|
2481
|
+
readonly size: 20;
|
|
2482
|
+
}];
|
|
2483
|
+
}] | readonly [{
|
|
2484
|
+
readonly name: "protocol";
|
|
2485
|
+
readonly binary: "bytes";
|
|
2486
|
+
readonly custom: {
|
|
2487
|
+
readonly to: "NftBridge";
|
|
2488
|
+
readonly from: Uint8Array;
|
|
2489
|
+
};
|
|
2490
|
+
}, {
|
|
2491
|
+
readonly name: "action";
|
|
2492
|
+
readonly binary: "uint";
|
|
2493
|
+
readonly size: 1;
|
|
2494
|
+
readonly custom: {
|
|
2495
|
+
readonly to: "RecoverChainId";
|
|
2496
|
+
readonly from: 3;
|
|
2497
|
+
};
|
|
2498
|
+
}, {
|
|
2499
|
+
readonly custom: {
|
|
2500
|
+
to: (val: number) => "Solana" | "Btc" | "Algorand" | "Sui" | "Aptos" | "Osmosis" | "Wormchain" | "Near" | "Ethereum" | "Terra" | "Bsc" | "Polygon" | "Avalanche" | "Oasis" | "Aurora" | "Fantom" | "Karura" | "Acala" | "Klaytn" | "Celo" | "Moonbeam" | "Neon" | "Terra2" | "Injective" | "Arbitrum" | "Optimism" | "Gnosis" | "Pythnet" | "Xpla" | "Base" | "Sei" | "Sepolia" | null;
|
|
2501
|
+
from: (val: "Solana" | "Btc" | "Algorand" | "Sui" | "Aptos" | "Osmosis" | "Wormchain" | "Near" | "Ethereum" | "Terra" | "Bsc" | "Polygon" | "Avalanche" | "Oasis" | "Aurora" | "Fantom" | "Karura" | "Acala" | "Klaytn" | "Celo" | "Moonbeam" | "Neon" | "Terra2" | "Injective" | "Arbitrum" | "Optimism" | "Gnosis" | "Pythnet" | "Xpla" | "Base" | "Sei" | "Sepolia" | null) => number;
|
|
2502
|
+
};
|
|
2503
|
+
readonly binary: "uint";
|
|
2504
|
+
readonly size: 2;
|
|
2505
|
+
readonly name: "chain";
|
|
2506
|
+
}, {
|
|
2507
|
+
readonly name: "messageFee";
|
|
2508
|
+
readonly binary: "uint";
|
|
2509
|
+
readonly size: 32;
|
|
2510
|
+
}] | readonly [{
|
|
2511
|
+
readonly name: "protocol";
|
|
2512
|
+
readonly binary: "bytes";
|
|
2513
|
+
readonly custom: {
|
|
2514
|
+
readonly to: "NftBridge";
|
|
2515
|
+
readonly from: Uint8Array;
|
|
2516
|
+
};
|
|
2517
|
+
}, {
|
|
2518
|
+
readonly name: "action";
|
|
2519
|
+
readonly binary: "uint";
|
|
2520
|
+
readonly size: 1;
|
|
2521
|
+
readonly custom: {
|
|
2522
|
+
readonly to: "RecoverChainId";
|
|
2523
|
+
readonly from: 3;
|
|
2524
|
+
};
|
|
2525
|
+
}, {
|
|
2526
|
+
readonly custom: {
|
|
2527
|
+
to: (val: number) => "Solana" | "Btc" | "Algorand" | "Sui" | "Aptos" | "Osmosis" | "Wormchain" | "Near" | "Ethereum" | "Terra" | "Bsc" | "Polygon" | "Avalanche" | "Oasis" | "Aurora" | "Fantom" | "Karura" | "Acala" | "Klaytn" | "Celo" | "Moonbeam" | "Neon" | "Terra2" | "Injective" | "Arbitrum" | "Optimism" | "Gnosis" | "Pythnet" | "Xpla" | "Base" | "Sei" | "Sepolia" | null;
|
|
2528
|
+
from: (val: "Solana" | "Btc" | "Algorand" | "Sui" | "Aptos" | "Osmosis" | "Wormchain" | "Near" | "Ethereum" | "Terra" | "Bsc" | "Polygon" | "Avalanche" | "Oasis" | "Aurora" | "Fantom" | "Karura" | "Acala" | "Klaytn" | "Celo" | "Moonbeam" | "Neon" | "Terra2" | "Injective" | "Arbitrum" | "Optimism" | "Gnosis" | "Pythnet" | "Xpla" | "Base" | "Sei" | "Sepolia" | null) => number;
|
|
2529
|
+
};
|
|
2530
|
+
readonly binary: "uint";
|
|
2531
|
+
readonly size: 2;
|
|
2532
|
+
readonly name: "chain";
|
|
2533
|
+
}, {
|
|
2534
|
+
readonly name: "amount";
|
|
2535
|
+
readonly binary: "uint";
|
|
2536
|
+
readonly size: 32;
|
|
2537
|
+
}, {
|
|
2538
|
+
readonly binary: "bytes";
|
|
2539
|
+
readonly size: 32;
|
|
2540
|
+
readonly custom: {
|
|
2541
|
+
to: (val: Uint8Array) => import("..").UniversalAddress;
|
|
2542
|
+
from: (val: import("..").UniversalAddress) => Uint8Array;
|
|
2543
|
+
};
|
|
2544
|
+
readonly name: "recipient";
|
|
2545
|
+
}] | readonly [{
|
|
2546
|
+
readonly name: "protocol";
|
|
2547
|
+
readonly binary: "bytes";
|
|
2548
|
+
readonly custom: {
|
|
2549
|
+
readonly to: "NftBridge";
|
|
2550
|
+
readonly from: Uint8Array;
|
|
2551
|
+
};
|
|
2552
|
+
}, {
|
|
2553
|
+
readonly name: "action";
|
|
2554
|
+
readonly binary: "uint";
|
|
2555
|
+
readonly size: 1;
|
|
2556
|
+
readonly custom: {
|
|
2557
|
+
readonly to: "RecoverChainId";
|
|
2558
|
+
readonly from: 3;
|
|
2559
|
+
};
|
|
2560
|
+
}, {
|
|
2561
|
+
readonly custom: {
|
|
2562
|
+
to: (val: number) => "Solana" | "Btc" | "Algorand" | "Sui" | "Aptos" | "Osmosis" | "Wormchain" | "Near" | "Ethereum" | "Terra" | "Bsc" | "Polygon" | "Avalanche" | "Oasis" | "Aurora" | "Fantom" | "Karura" | "Acala" | "Klaytn" | "Celo" | "Moonbeam" | "Neon" | "Terra2" | "Injective" | "Arbitrum" | "Optimism" | "Gnosis" | "Pythnet" | "Xpla" | "Base" | "Sei" | "Sepolia" | null;
|
|
2563
|
+
from: (val: "Solana" | "Btc" | "Algorand" | "Sui" | "Aptos" | "Osmosis" | "Wormchain" | "Near" | "Ethereum" | "Terra" | "Bsc" | "Polygon" | "Avalanche" | "Oasis" | "Aurora" | "Fantom" | "Karura" | "Acala" | "Klaytn" | "Celo" | "Moonbeam" | "Neon" | "Terra2" | "Injective" | "Arbitrum" | "Optimism" | "Gnosis" | "Pythnet" | "Xpla" | "Base" | "Sei" | "Sepolia" | null) => number;
|
|
2564
|
+
};
|
|
2565
|
+
readonly binary: "uint";
|
|
2566
|
+
readonly size: 2;
|
|
2567
|
+
readonly name: "chain";
|
|
2568
|
+
}, {
|
|
2569
|
+
readonly binary: "bytes";
|
|
2570
|
+
readonly size: 32;
|
|
2571
|
+
readonly custom: {
|
|
2572
|
+
to: (val: Uint8Array) => import("..").UniversalAddress;
|
|
2573
|
+
from: (val: import("..").UniversalAddress) => Uint8Array;
|
|
2574
|
+
};
|
|
2575
|
+
readonly name: "defaultProvider";
|
|
2576
|
+
}]], readonly ["RelayerRegisterChain", readonly [{
|
|
2577
|
+
readonly name: "protocol";
|
|
2578
|
+
readonly binary: "bytes";
|
|
2579
|
+
readonly custom: {
|
|
2580
|
+
readonly to: "Relayer";
|
|
2581
|
+
readonly from: Uint8Array;
|
|
2582
|
+
};
|
|
2583
|
+
}, {
|
|
2584
|
+
readonly name: "action";
|
|
2585
|
+
readonly binary: "uint";
|
|
2586
|
+
readonly size: 1;
|
|
2587
|
+
readonly custom: {
|
|
2588
|
+
readonly to: "RegisterChain";
|
|
2589
|
+
readonly from: 1;
|
|
2590
|
+
};
|
|
2591
|
+
}, {
|
|
2592
|
+
readonly custom: {
|
|
2593
|
+
to: (val: number) => "Solana" | "Btc" | "Algorand" | "Sui" | "Aptos" | "Osmosis" | "Wormchain" | "Near" | "Ethereum" | "Terra" | "Bsc" | "Polygon" | "Avalanche" | "Oasis" | "Aurora" | "Fantom" | "Karura" | "Acala" | "Klaytn" | "Celo" | "Moonbeam" | "Neon" | "Terra2" | "Injective" | "Arbitrum" | "Optimism" | "Gnosis" | "Pythnet" | "Xpla" | "Base" | "Sei" | "Sepolia" | null;
|
|
2594
|
+
from: (val: "Solana" | "Btc" | "Algorand" | "Sui" | "Aptos" | "Osmosis" | "Wormchain" | "Near" | "Ethereum" | "Terra" | "Bsc" | "Polygon" | "Avalanche" | "Oasis" | "Aurora" | "Fantom" | "Karura" | "Acala" | "Klaytn" | "Celo" | "Moonbeam" | "Neon" | "Terra2" | "Injective" | "Arbitrum" | "Optimism" | "Gnosis" | "Pythnet" | "Xpla" | "Base" | "Sei" | "Sepolia" | null) => number;
|
|
2595
|
+
};
|
|
2596
|
+
readonly binary: "uint";
|
|
2597
|
+
readonly size: 2;
|
|
2598
|
+
readonly name: "chain";
|
|
2599
|
+
}, {
|
|
2600
|
+
readonly binary: "bytes";
|
|
2601
|
+
readonly size: 32;
|
|
2602
|
+
readonly custom: {
|
|
2603
|
+
to: (val: Uint8Array) => import("..").UniversalAddress;
|
|
2604
|
+
from: (val: import("..").UniversalAddress) => Uint8Array;
|
|
2605
|
+
};
|
|
2606
|
+
readonly name: "newContract";
|
|
2607
|
+
}] | readonly [{
|
|
2608
|
+
readonly name: "protocol";
|
|
2609
|
+
readonly binary: "bytes";
|
|
2610
|
+
readonly custom: {
|
|
2611
|
+
readonly to: "Relayer";
|
|
2612
|
+
readonly from: Uint8Array;
|
|
2613
|
+
};
|
|
2614
|
+
}, {
|
|
2615
|
+
readonly name: "action";
|
|
2616
|
+
readonly binary: "uint";
|
|
2617
|
+
readonly size: 1;
|
|
2618
|
+
readonly custom: {
|
|
2619
|
+
readonly to: "RegisterChain";
|
|
2620
|
+
readonly from: 1;
|
|
2621
|
+
};
|
|
2622
|
+
}, {
|
|
2623
|
+
readonly custom: {
|
|
2624
|
+
to: (val: number) => "Solana" | "Btc" | "Algorand" | "Sui" | "Aptos" | "Osmosis" | "Wormchain" | "Near" | "Ethereum" | "Terra" | "Bsc" | "Polygon" | "Avalanche" | "Oasis" | "Aurora" | "Fantom" | "Karura" | "Acala" | "Klaytn" | "Celo" | "Moonbeam" | "Neon" | "Terra2" | "Injective" | "Arbitrum" | "Optimism" | "Gnosis" | "Pythnet" | "Xpla" | "Base" | "Sei" | "Sepolia" | null;
|
|
2625
|
+
from: (val: "Solana" | "Btc" | "Algorand" | "Sui" | "Aptos" | "Osmosis" | "Wormchain" | "Near" | "Ethereum" | "Terra" | "Bsc" | "Polygon" | "Avalanche" | "Oasis" | "Aurora" | "Fantom" | "Karura" | "Acala" | "Klaytn" | "Celo" | "Moonbeam" | "Neon" | "Terra2" | "Injective" | "Arbitrum" | "Optimism" | "Gnosis" | "Pythnet" | "Xpla" | "Base" | "Sei" | "Sepolia" | null) => number;
|
|
2626
|
+
};
|
|
2627
|
+
readonly binary: "uint";
|
|
2628
|
+
readonly size: 2;
|
|
2629
|
+
readonly name: "chain";
|
|
2630
|
+
}, {
|
|
2631
|
+
readonly custom: {
|
|
2632
|
+
to: (val: number) => "Solana" | "Btc" | "Algorand" | "Sui" | "Aptos" | "Osmosis" | "Wormchain" | "Near" | "Ethereum" | "Terra" | "Bsc" | "Polygon" | "Avalanche" | "Oasis" | "Aurora" | "Fantom" | "Karura" | "Acala" | "Klaytn" | "Celo" | "Moonbeam" | "Neon" | "Terra2" | "Injective" | "Arbitrum" | "Optimism" | "Gnosis" | "Pythnet" | "Xpla" | "Base" | "Sei" | "Sepolia";
|
|
2633
|
+
from: (val: "Solana" | "Btc" | "Algorand" | "Sui" | "Aptos" | "Osmosis" | "Wormchain" | "Near" | "Ethereum" | "Terra" | "Bsc" | "Polygon" | "Avalanche" | "Oasis" | "Aurora" | "Fantom" | "Karura" | "Acala" | "Klaytn" | "Celo" | "Moonbeam" | "Neon" | "Terra2" | "Injective" | "Arbitrum" | "Optimism" | "Gnosis" | "Pythnet" | "Xpla" | "Base" | "Sei" | "Sepolia") => number;
|
|
2634
|
+
};
|
|
2635
|
+
readonly binary: "uint";
|
|
2636
|
+
readonly size: 2;
|
|
2637
|
+
readonly name: "foreignChain";
|
|
2638
|
+
}, {
|
|
2639
|
+
readonly binary: "bytes";
|
|
2640
|
+
readonly size: 32;
|
|
2641
|
+
readonly custom: {
|
|
2642
|
+
to: (val: Uint8Array) => import("..").UniversalAddress;
|
|
2643
|
+
from: (val: import("..").UniversalAddress) => Uint8Array;
|
|
2644
|
+
};
|
|
2645
|
+
readonly name: "foreignAddress";
|
|
2646
|
+
}] | readonly [{
|
|
2647
|
+
readonly name: "protocol";
|
|
2648
|
+
readonly binary: "bytes";
|
|
2649
|
+
readonly custom: {
|
|
2650
|
+
readonly to: "Relayer";
|
|
2651
|
+
readonly from: Uint8Array;
|
|
2652
|
+
};
|
|
2653
|
+
}, {
|
|
2654
|
+
readonly name: "action";
|
|
2655
|
+
readonly binary: "uint";
|
|
2656
|
+
readonly size: 1;
|
|
2657
|
+
readonly custom: {
|
|
2658
|
+
readonly to: "RegisterChain";
|
|
2659
|
+
readonly from: 1;
|
|
2660
|
+
};
|
|
2661
|
+
}, {
|
|
2662
|
+
readonly custom: {
|
|
2663
|
+
to: (val: number) => "Solana" | "Btc" | "Algorand" | "Sui" | "Aptos" | "Osmosis" | "Wormchain" | "Near" | "Ethereum" | "Terra" | "Bsc" | "Polygon" | "Avalanche" | "Oasis" | "Aurora" | "Fantom" | "Karura" | "Acala" | "Klaytn" | "Celo" | "Moonbeam" | "Neon" | "Terra2" | "Injective" | "Arbitrum" | "Optimism" | "Gnosis" | "Pythnet" | "Xpla" | "Base" | "Sei" | "Sepolia" | null;
|
|
2664
|
+
from: (val: "Solana" | "Btc" | "Algorand" | "Sui" | "Aptos" | "Osmosis" | "Wormchain" | "Near" | "Ethereum" | "Terra" | "Bsc" | "Polygon" | "Avalanche" | "Oasis" | "Aurora" | "Fantom" | "Karura" | "Acala" | "Klaytn" | "Celo" | "Moonbeam" | "Neon" | "Terra2" | "Injective" | "Arbitrum" | "Optimism" | "Gnosis" | "Pythnet" | "Xpla" | "Base" | "Sei" | "Sepolia" | null) => number;
|
|
2665
|
+
};
|
|
2666
|
+
readonly binary: "uint";
|
|
2667
|
+
readonly size: 2;
|
|
2668
|
+
readonly name: "chain";
|
|
2669
|
+
}, {
|
|
2670
|
+
readonly name: "evmChainId";
|
|
2671
|
+
readonly binary: "uint";
|
|
2672
|
+
readonly size: 32;
|
|
2673
|
+
}, {
|
|
2674
|
+
readonly custom: {
|
|
2675
|
+
to: (val: number) => "Ethereum" | "Bsc" | "Polygon" | "Avalanche" | "Oasis" | "Aurora" | "Fantom" | "Karura" | "Acala" | "Klaytn" | "Celo" | "Moonbeam" | "Neon" | "Arbitrum" | "Optimism" | "Gnosis" | "Base" | "Sepolia";
|
|
2676
|
+
from: (val: "Ethereum" | "Bsc" | "Polygon" | "Avalanche" | "Oasis" | "Aurora" | "Fantom" | "Karura" | "Acala" | "Klaytn" | "Celo" | "Moonbeam" | "Neon" | "Arbitrum" | "Optimism" | "Gnosis" | "Base" | "Sepolia") => number;
|
|
2677
|
+
};
|
|
2678
|
+
readonly binary: "uint";
|
|
2679
|
+
readonly size: 2;
|
|
2680
|
+
readonly name: "newChainId";
|
|
2681
|
+
}] | readonly [{
|
|
2682
|
+
readonly name: "protocol";
|
|
2683
|
+
readonly binary: "bytes";
|
|
2684
|
+
readonly custom: {
|
|
2685
|
+
readonly to: "Relayer";
|
|
2686
|
+
readonly from: Uint8Array;
|
|
2687
|
+
};
|
|
2688
|
+
}, {
|
|
2689
|
+
readonly name: "action";
|
|
2690
|
+
readonly binary: "uint";
|
|
2691
|
+
readonly size: 1;
|
|
2692
|
+
readonly custom: {
|
|
2693
|
+
readonly to: "RegisterChain";
|
|
2694
|
+
readonly from: 1;
|
|
2695
|
+
};
|
|
2696
|
+
}, {
|
|
2697
|
+
readonly custom: {
|
|
2698
|
+
to: (val: number) => "Solana" | "Btc" | "Algorand" | "Sui" | "Aptos" | "Osmosis" | "Wormchain" | "Near" | "Ethereum" | "Terra" | "Bsc" | "Polygon" | "Avalanche" | "Oasis" | "Aurora" | "Fantom" | "Karura" | "Acala" | "Klaytn" | "Celo" | "Moonbeam" | "Neon" | "Terra2" | "Injective" | "Arbitrum" | "Optimism" | "Gnosis" | "Pythnet" | "Xpla" | "Base" | "Sei" | "Sepolia" | null;
|
|
2699
|
+
from: (val: "Solana" | "Btc" | "Algorand" | "Sui" | "Aptos" | "Osmosis" | "Wormchain" | "Near" | "Ethereum" | "Terra" | "Bsc" | "Polygon" | "Avalanche" | "Oasis" | "Aurora" | "Fantom" | "Karura" | "Acala" | "Klaytn" | "Celo" | "Moonbeam" | "Neon" | "Terra2" | "Injective" | "Arbitrum" | "Optimism" | "Gnosis" | "Pythnet" | "Xpla" | "Base" | "Sei" | "Sepolia" | null) => number;
|
|
2700
|
+
};
|
|
2701
|
+
readonly binary: "uint";
|
|
2702
|
+
readonly size: 2;
|
|
2703
|
+
readonly name: "chain";
|
|
2704
|
+
}, {
|
|
2705
|
+
readonly binary: "uint";
|
|
2706
|
+
readonly size: 4;
|
|
2707
|
+
readonly name: "guardianSet";
|
|
2708
|
+
}, {
|
|
2709
|
+
readonly name: "guardians";
|
|
2710
|
+
readonly binary: "array";
|
|
2711
|
+
readonly lengthSize: 1;
|
|
2712
|
+
readonly layout: readonly [{
|
|
2713
|
+
readonly name: "address";
|
|
2714
|
+
readonly binary: "bytes";
|
|
2715
|
+
readonly size: 20;
|
|
2716
|
+
}];
|
|
2717
|
+
}] | readonly [{
|
|
2718
|
+
readonly name: "protocol";
|
|
2719
|
+
readonly binary: "bytes";
|
|
2720
|
+
readonly custom: {
|
|
2721
|
+
readonly to: "Relayer";
|
|
2722
|
+
readonly from: Uint8Array;
|
|
2723
|
+
};
|
|
2724
|
+
}, {
|
|
2725
|
+
readonly name: "action";
|
|
2726
|
+
readonly binary: "uint";
|
|
2727
|
+
readonly size: 1;
|
|
2728
|
+
readonly custom: {
|
|
2729
|
+
readonly to: "RegisterChain";
|
|
2730
|
+
readonly from: 1;
|
|
2731
|
+
};
|
|
2732
|
+
}, {
|
|
2733
|
+
readonly custom: {
|
|
2734
|
+
to: (val: number) => "Solana" | "Btc" | "Algorand" | "Sui" | "Aptos" | "Osmosis" | "Wormchain" | "Near" | "Ethereum" | "Terra" | "Bsc" | "Polygon" | "Avalanche" | "Oasis" | "Aurora" | "Fantom" | "Karura" | "Acala" | "Klaytn" | "Celo" | "Moonbeam" | "Neon" | "Terra2" | "Injective" | "Arbitrum" | "Optimism" | "Gnosis" | "Pythnet" | "Xpla" | "Base" | "Sei" | "Sepolia" | null;
|
|
2735
|
+
from: (val: "Solana" | "Btc" | "Algorand" | "Sui" | "Aptos" | "Osmosis" | "Wormchain" | "Near" | "Ethereum" | "Terra" | "Bsc" | "Polygon" | "Avalanche" | "Oasis" | "Aurora" | "Fantom" | "Karura" | "Acala" | "Klaytn" | "Celo" | "Moonbeam" | "Neon" | "Terra2" | "Injective" | "Arbitrum" | "Optimism" | "Gnosis" | "Pythnet" | "Xpla" | "Base" | "Sei" | "Sepolia" | null) => number;
|
|
2736
|
+
};
|
|
2737
|
+
readonly binary: "uint";
|
|
2738
|
+
readonly size: 2;
|
|
2739
|
+
readonly name: "chain";
|
|
2740
|
+
}, {
|
|
2741
|
+
readonly name: "messageFee";
|
|
2742
|
+
readonly binary: "uint";
|
|
2743
|
+
readonly size: 32;
|
|
2744
|
+
}] | readonly [{
|
|
2745
|
+
readonly name: "protocol";
|
|
2746
|
+
readonly binary: "bytes";
|
|
2747
|
+
readonly custom: {
|
|
2748
|
+
readonly to: "Relayer";
|
|
2749
|
+
readonly from: Uint8Array;
|
|
2750
|
+
};
|
|
2751
|
+
}, {
|
|
2752
|
+
readonly name: "action";
|
|
2753
|
+
readonly binary: "uint";
|
|
2754
|
+
readonly size: 1;
|
|
2755
|
+
readonly custom: {
|
|
2756
|
+
readonly to: "RegisterChain";
|
|
2757
|
+
readonly from: 1;
|
|
2758
|
+
};
|
|
2759
|
+
}, {
|
|
2760
|
+
readonly custom: {
|
|
2761
|
+
to: (val: number) => "Solana" | "Btc" | "Algorand" | "Sui" | "Aptos" | "Osmosis" | "Wormchain" | "Near" | "Ethereum" | "Terra" | "Bsc" | "Polygon" | "Avalanche" | "Oasis" | "Aurora" | "Fantom" | "Karura" | "Acala" | "Klaytn" | "Celo" | "Moonbeam" | "Neon" | "Terra2" | "Injective" | "Arbitrum" | "Optimism" | "Gnosis" | "Pythnet" | "Xpla" | "Base" | "Sei" | "Sepolia" | null;
|
|
2762
|
+
from: (val: "Solana" | "Btc" | "Algorand" | "Sui" | "Aptos" | "Osmosis" | "Wormchain" | "Near" | "Ethereum" | "Terra" | "Bsc" | "Polygon" | "Avalanche" | "Oasis" | "Aurora" | "Fantom" | "Karura" | "Acala" | "Klaytn" | "Celo" | "Moonbeam" | "Neon" | "Terra2" | "Injective" | "Arbitrum" | "Optimism" | "Gnosis" | "Pythnet" | "Xpla" | "Base" | "Sei" | "Sepolia" | null) => number;
|
|
2763
|
+
};
|
|
2764
|
+
readonly binary: "uint";
|
|
2765
|
+
readonly size: 2;
|
|
2766
|
+
readonly name: "chain";
|
|
2767
|
+
}, {
|
|
2768
|
+
readonly name: "amount";
|
|
2769
|
+
readonly binary: "uint";
|
|
2770
|
+
readonly size: 32;
|
|
2771
|
+
}, {
|
|
2772
|
+
readonly binary: "bytes";
|
|
2773
|
+
readonly size: 32;
|
|
2774
|
+
readonly custom: {
|
|
2775
|
+
to: (val: Uint8Array) => import("..").UniversalAddress;
|
|
2776
|
+
from: (val: import("..").UniversalAddress) => Uint8Array;
|
|
2777
|
+
};
|
|
2778
|
+
readonly name: "recipient";
|
|
2779
|
+
}] | readonly [{
|
|
2780
|
+
readonly name: "protocol";
|
|
2781
|
+
readonly binary: "bytes";
|
|
2782
|
+
readonly custom: {
|
|
2783
|
+
readonly to: "Relayer";
|
|
2784
|
+
readonly from: Uint8Array;
|
|
2785
|
+
};
|
|
2786
|
+
}, {
|
|
2787
|
+
readonly name: "action";
|
|
2788
|
+
readonly binary: "uint";
|
|
2789
|
+
readonly size: 1;
|
|
2790
|
+
readonly custom: {
|
|
2791
|
+
readonly to: "RegisterChain";
|
|
2792
|
+
readonly from: 1;
|
|
2793
|
+
};
|
|
2794
|
+
}, {
|
|
2795
|
+
readonly custom: {
|
|
2796
|
+
to: (val: number) => "Solana" | "Btc" | "Algorand" | "Sui" | "Aptos" | "Osmosis" | "Wormchain" | "Near" | "Ethereum" | "Terra" | "Bsc" | "Polygon" | "Avalanche" | "Oasis" | "Aurora" | "Fantom" | "Karura" | "Acala" | "Klaytn" | "Celo" | "Moonbeam" | "Neon" | "Terra2" | "Injective" | "Arbitrum" | "Optimism" | "Gnosis" | "Pythnet" | "Xpla" | "Base" | "Sei" | "Sepolia" | null;
|
|
2797
|
+
from: (val: "Solana" | "Btc" | "Algorand" | "Sui" | "Aptos" | "Osmosis" | "Wormchain" | "Near" | "Ethereum" | "Terra" | "Bsc" | "Polygon" | "Avalanche" | "Oasis" | "Aurora" | "Fantom" | "Karura" | "Acala" | "Klaytn" | "Celo" | "Moonbeam" | "Neon" | "Terra2" | "Injective" | "Arbitrum" | "Optimism" | "Gnosis" | "Pythnet" | "Xpla" | "Base" | "Sei" | "Sepolia" | null) => number;
|
|
2798
|
+
};
|
|
2799
|
+
readonly binary: "uint";
|
|
2800
|
+
readonly size: 2;
|
|
2801
|
+
readonly name: "chain";
|
|
2802
|
+
}, {
|
|
2803
|
+
readonly binary: "bytes";
|
|
2804
|
+
readonly size: 32;
|
|
2805
|
+
readonly custom: {
|
|
2806
|
+
to: (val: Uint8Array) => import("..").UniversalAddress;
|
|
2807
|
+
from: (val: import("..").UniversalAddress) => Uint8Array;
|
|
2808
|
+
};
|
|
2809
|
+
readonly name: "defaultProvider";
|
|
2810
|
+
}]], readonly ["RelayerUpgradeContract", readonly [{
|
|
2811
|
+
readonly name: "protocol";
|
|
2812
|
+
readonly binary: "bytes";
|
|
2813
|
+
readonly custom: {
|
|
2814
|
+
readonly to: "Relayer";
|
|
2815
|
+
readonly from: Uint8Array;
|
|
2816
|
+
};
|
|
2817
|
+
}, {
|
|
2818
|
+
readonly name: "action";
|
|
2819
|
+
readonly binary: "uint";
|
|
2820
|
+
readonly size: 1;
|
|
2821
|
+
readonly custom: {
|
|
2822
|
+
readonly to: "UpgradeContract";
|
|
2823
|
+
readonly from: 2;
|
|
2824
|
+
};
|
|
2825
|
+
}, {
|
|
2826
|
+
readonly custom: {
|
|
2827
|
+
to: (val: number) => "Solana" | "Btc" | "Algorand" | "Sui" | "Aptos" | "Osmosis" | "Wormchain" | "Near" | "Ethereum" | "Terra" | "Bsc" | "Polygon" | "Avalanche" | "Oasis" | "Aurora" | "Fantom" | "Karura" | "Acala" | "Klaytn" | "Celo" | "Moonbeam" | "Neon" | "Terra2" | "Injective" | "Arbitrum" | "Optimism" | "Gnosis" | "Pythnet" | "Xpla" | "Base" | "Sei" | "Sepolia" | null;
|
|
2828
|
+
from: (val: "Solana" | "Btc" | "Algorand" | "Sui" | "Aptos" | "Osmosis" | "Wormchain" | "Near" | "Ethereum" | "Terra" | "Bsc" | "Polygon" | "Avalanche" | "Oasis" | "Aurora" | "Fantom" | "Karura" | "Acala" | "Klaytn" | "Celo" | "Moonbeam" | "Neon" | "Terra2" | "Injective" | "Arbitrum" | "Optimism" | "Gnosis" | "Pythnet" | "Xpla" | "Base" | "Sei" | "Sepolia" | null) => number;
|
|
2829
|
+
};
|
|
2830
|
+
readonly binary: "uint";
|
|
2831
|
+
readonly size: 2;
|
|
2832
|
+
readonly name: "chain";
|
|
2833
|
+
}, {
|
|
2834
|
+
readonly binary: "bytes";
|
|
2835
|
+
readonly size: 32;
|
|
2836
|
+
readonly custom: {
|
|
2837
|
+
to: (val: Uint8Array) => import("..").UniversalAddress;
|
|
2838
|
+
from: (val: import("..").UniversalAddress) => Uint8Array;
|
|
2839
|
+
};
|
|
2840
|
+
readonly name: "newContract";
|
|
2841
|
+
}] | readonly [{
|
|
2842
|
+
readonly name: "protocol";
|
|
2843
|
+
readonly binary: "bytes";
|
|
2844
|
+
readonly custom: {
|
|
2845
|
+
readonly to: "Relayer";
|
|
2846
|
+
readonly from: Uint8Array;
|
|
2847
|
+
};
|
|
2848
|
+
}, {
|
|
2849
|
+
readonly name: "action";
|
|
2850
|
+
readonly binary: "uint";
|
|
2851
|
+
readonly size: 1;
|
|
2852
|
+
readonly custom: {
|
|
2853
|
+
readonly to: "UpgradeContract";
|
|
2854
|
+
readonly from: 2;
|
|
2855
|
+
};
|
|
2856
|
+
}, {
|
|
2857
|
+
readonly custom: {
|
|
2858
|
+
to: (val: number) => "Solana" | "Btc" | "Algorand" | "Sui" | "Aptos" | "Osmosis" | "Wormchain" | "Near" | "Ethereum" | "Terra" | "Bsc" | "Polygon" | "Avalanche" | "Oasis" | "Aurora" | "Fantom" | "Karura" | "Acala" | "Klaytn" | "Celo" | "Moonbeam" | "Neon" | "Terra2" | "Injective" | "Arbitrum" | "Optimism" | "Gnosis" | "Pythnet" | "Xpla" | "Base" | "Sei" | "Sepolia" | null;
|
|
2859
|
+
from: (val: "Solana" | "Btc" | "Algorand" | "Sui" | "Aptos" | "Osmosis" | "Wormchain" | "Near" | "Ethereum" | "Terra" | "Bsc" | "Polygon" | "Avalanche" | "Oasis" | "Aurora" | "Fantom" | "Karura" | "Acala" | "Klaytn" | "Celo" | "Moonbeam" | "Neon" | "Terra2" | "Injective" | "Arbitrum" | "Optimism" | "Gnosis" | "Pythnet" | "Xpla" | "Base" | "Sei" | "Sepolia" | null) => number;
|
|
2860
|
+
};
|
|
2861
|
+
readonly binary: "uint";
|
|
2862
|
+
readonly size: 2;
|
|
2863
|
+
readonly name: "chain";
|
|
2864
|
+
}, {
|
|
2865
|
+
readonly custom: {
|
|
2866
|
+
to: (val: number) => "Solana" | "Btc" | "Algorand" | "Sui" | "Aptos" | "Osmosis" | "Wormchain" | "Near" | "Ethereum" | "Terra" | "Bsc" | "Polygon" | "Avalanche" | "Oasis" | "Aurora" | "Fantom" | "Karura" | "Acala" | "Klaytn" | "Celo" | "Moonbeam" | "Neon" | "Terra2" | "Injective" | "Arbitrum" | "Optimism" | "Gnosis" | "Pythnet" | "Xpla" | "Base" | "Sei" | "Sepolia";
|
|
2867
|
+
from: (val: "Solana" | "Btc" | "Algorand" | "Sui" | "Aptos" | "Osmosis" | "Wormchain" | "Near" | "Ethereum" | "Terra" | "Bsc" | "Polygon" | "Avalanche" | "Oasis" | "Aurora" | "Fantom" | "Karura" | "Acala" | "Klaytn" | "Celo" | "Moonbeam" | "Neon" | "Terra2" | "Injective" | "Arbitrum" | "Optimism" | "Gnosis" | "Pythnet" | "Xpla" | "Base" | "Sei" | "Sepolia") => number;
|
|
2868
|
+
};
|
|
2869
|
+
readonly binary: "uint";
|
|
2870
|
+
readonly size: 2;
|
|
2871
|
+
readonly name: "foreignChain";
|
|
2872
|
+
}, {
|
|
2873
|
+
readonly binary: "bytes";
|
|
2874
|
+
readonly size: 32;
|
|
2875
|
+
readonly custom: {
|
|
2876
|
+
to: (val: Uint8Array) => import("..").UniversalAddress;
|
|
2877
|
+
from: (val: import("..").UniversalAddress) => Uint8Array;
|
|
2878
|
+
};
|
|
2879
|
+
readonly name: "foreignAddress";
|
|
2880
|
+
}] | readonly [{
|
|
2881
|
+
readonly name: "protocol";
|
|
2882
|
+
readonly binary: "bytes";
|
|
2883
|
+
readonly custom: {
|
|
2884
|
+
readonly to: "Relayer";
|
|
2885
|
+
readonly from: Uint8Array;
|
|
2886
|
+
};
|
|
2887
|
+
}, {
|
|
2888
|
+
readonly name: "action";
|
|
2889
|
+
readonly binary: "uint";
|
|
2890
|
+
readonly size: 1;
|
|
2891
|
+
readonly custom: {
|
|
2892
|
+
readonly to: "UpgradeContract";
|
|
2893
|
+
readonly from: 2;
|
|
2894
|
+
};
|
|
2895
|
+
}, {
|
|
2896
|
+
readonly custom: {
|
|
2897
|
+
to: (val: number) => "Solana" | "Btc" | "Algorand" | "Sui" | "Aptos" | "Osmosis" | "Wormchain" | "Near" | "Ethereum" | "Terra" | "Bsc" | "Polygon" | "Avalanche" | "Oasis" | "Aurora" | "Fantom" | "Karura" | "Acala" | "Klaytn" | "Celo" | "Moonbeam" | "Neon" | "Terra2" | "Injective" | "Arbitrum" | "Optimism" | "Gnosis" | "Pythnet" | "Xpla" | "Base" | "Sei" | "Sepolia" | null;
|
|
2898
|
+
from: (val: "Solana" | "Btc" | "Algorand" | "Sui" | "Aptos" | "Osmosis" | "Wormchain" | "Near" | "Ethereum" | "Terra" | "Bsc" | "Polygon" | "Avalanche" | "Oasis" | "Aurora" | "Fantom" | "Karura" | "Acala" | "Klaytn" | "Celo" | "Moonbeam" | "Neon" | "Terra2" | "Injective" | "Arbitrum" | "Optimism" | "Gnosis" | "Pythnet" | "Xpla" | "Base" | "Sei" | "Sepolia" | null) => number;
|
|
2899
|
+
};
|
|
2900
|
+
readonly binary: "uint";
|
|
2901
|
+
readonly size: 2;
|
|
2902
|
+
readonly name: "chain";
|
|
2903
|
+
}, {
|
|
2904
|
+
readonly name: "evmChainId";
|
|
2905
|
+
readonly binary: "uint";
|
|
2906
|
+
readonly size: 32;
|
|
2907
|
+
}, {
|
|
2908
|
+
readonly custom: {
|
|
2909
|
+
to: (val: number) => "Ethereum" | "Bsc" | "Polygon" | "Avalanche" | "Oasis" | "Aurora" | "Fantom" | "Karura" | "Acala" | "Klaytn" | "Celo" | "Moonbeam" | "Neon" | "Arbitrum" | "Optimism" | "Gnosis" | "Base" | "Sepolia";
|
|
2910
|
+
from: (val: "Ethereum" | "Bsc" | "Polygon" | "Avalanche" | "Oasis" | "Aurora" | "Fantom" | "Karura" | "Acala" | "Klaytn" | "Celo" | "Moonbeam" | "Neon" | "Arbitrum" | "Optimism" | "Gnosis" | "Base" | "Sepolia") => number;
|
|
2911
|
+
};
|
|
2912
|
+
readonly binary: "uint";
|
|
2913
|
+
readonly size: 2;
|
|
2914
|
+
readonly name: "newChainId";
|
|
2915
|
+
}] | readonly [{
|
|
2916
|
+
readonly name: "protocol";
|
|
2917
|
+
readonly binary: "bytes";
|
|
2918
|
+
readonly custom: {
|
|
2919
|
+
readonly to: "Relayer";
|
|
2920
|
+
readonly from: Uint8Array;
|
|
2921
|
+
};
|
|
2922
|
+
}, {
|
|
2923
|
+
readonly name: "action";
|
|
2924
|
+
readonly binary: "uint";
|
|
2925
|
+
readonly size: 1;
|
|
2926
|
+
readonly custom: {
|
|
2927
|
+
readonly to: "UpgradeContract";
|
|
2928
|
+
readonly from: 2;
|
|
2929
|
+
};
|
|
2930
|
+
}, {
|
|
2931
|
+
readonly custom: {
|
|
2932
|
+
to: (val: number) => "Solana" | "Btc" | "Algorand" | "Sui" | "Aptos" | "Osmosis" | "Wormchain" | "Near" | "Ethereum" | "Terra" | "Bsc" | "Polygon" | "Avalanche" | "Oasis" | "Aurora" | "Fantom" | "Karura" | "Acala" | "Klaytn" | "Celo" | "Moonbeam" | "Neon" | "Terra2" | "Injective" | "Arbitrum" | "Optimism" | "Gnosis" | "Pythnet" | "Xpla" | "Base" | "Sei" | "Sepolia" | null;
|
|
2933
|
+
from: (val: "Solana" | "Btc" | "Algorand" | "Sui" | "Aptos" | "Osmosis" | "Wormchain" | "Near" | "Ethereum" | "Terra" | "Bsc" | "Polygon" | "Avalanche" | "Oasis" | "Aurora" | "Fantom" | "Karura" | "Acala" | "Klaytn" | "Celo" | "Moonbeam" | "Neon" | "Terra2" | "Injective" | "Arbitrum" | "Optimism" | "Gnosis" | "Pythnet" | "Xpla" | "Base" | "Sei" | "Sepolia" | null) => number;
|
|
2934
|
+
};
|
|
2935
|
+
readonly binary: "uint";
|
|
2936
|
+
readonly size: 2;
|
|
2937
|
+
readonly name: "chain";
|
|
2938
|
+
}, {
|
|
2939
|
+
readonly binary: "uint";
|
|
2940
|
+
readonly size: 4;
|
|
2941
|
+
readonly name: "guardianSet";
|
|
2942
|
+
}, {
|
|
2943
|
+
readonly name: "guardians";
|
|
2944
|
+
readonly binary: "array";
|
|
2945
|
+
readonly lengthSize: 1;
|
|
2946
|
+
readonly layout: readonly [{
|
|
2947
|
+
readonly name: "address";
|
|
2948
|
+
readonly binary: "bytes";
|
|
2949
|
+
readonly size: 20;
|
|
2950
|
+
}];
|
|
2951
|
+
}] | readonly [{
|
|
2952
|
+
readonly name: "protocol";
|
|
2953
|
+
readonly binary: "bytes";
|
|
2954
|
+
readonly custom: {
|
|
2955
|
+
readonly to: "Relayer";
|
|
2956
|
+
readonly from: Uint8Array;
|
|
2957
|
+
};
|
|
2958
|
+
}, {
|
|
2959
|
+
readonly name: "action";
|
|
2960
|
+
readonly binary: "uint";
|
|
2961
|
+
readonly size: 1;
|
|
2962
|
+
readonly custom: {
|
|
2963
|
+
readonly to: "UpgradeContract";
|
|
2964
|
+
readonly from: 2;
|
|
2965
|
+
};
|
|
2966
|
+
}, {
|
|
2967
|
+
readonly custom: {
|
|
2968
|
+
to: (val: number) => "Solana" | "Btc" | "Algorand" | "Sui" | "Aptos" | "Osmosis" | "Wormchain" | "Near" | "Ethereum" | "Terra" | "Bsc" | "Polygon" | "Avalanche" | "Oasis" | "Aurora" | "Fantom" | "Karura" | "Acala" | "Klaytn" | "Celo" | "Moonbeam" | "Neon" | "Terra2" | "Injective" | "Arbitrum" | "Optimism" | "Gnosis" | "Pythnet" | "Xpla" | "Base" | "Sei" | "Sepolia" | null;
|
|
2969
|
+
from: (val: "Solana" | "Btc" | "Algorand" | "Sui" | "Aptos" | "Osmosis" | "Wormchain" | "Near" | "Ethereum" | "Terra" | "Bsc" | "Polygon" | "Avalanche" | "Oasis" | "Aurora" | "Fantom" | "Karura" | "Acala" | "Klaytn" | "Celo" | "Moonbeam" | "Neon" | "Terra2" | "Injective" | "Arbitrum" | "Optimism" | "Gnosis" | "Pythnet" | "Xpla" | "Base" | "Sei" | "Sepolia" | null) => number;
|
|
2970
|
+
};
|
|
2971
|
+
readonly binary: "uint";
|
|
2972
|
+
readonly size: 2;
|
|
2973
|
+
readonly name: "chain";
|
|
2974
|
+
}, {
|
|
2975
|
+
readonly name: "messageFee";
|
|
2976
|
+
readonly binary: "uint";
|
|
2977
|
+
readonly size: 32;
|
|
2978
|
+
}] | readonly [{
|
|
2979
|
+
readonly name: "protocol";
|
|
2980
|
+
readonly binary: "bytes";
|
|
2981
|
+
readonly custom: {
|
|
2982
|
+
readonly to: "Relayer";
|
|
2983
|
+
readonly from: Uint8Array;
|
|
2984
|
+
};
|
|
2985
|
+
}, {
|
|
2986
|
+
readonly name: "action";
|
|
2987
|
+
readonly binary: "uint";
|
|
2988
|
+
readonly size: 1;
|
|
2989
|
+
readonly custom: {
|
|
2990
|
+
readonly to: "UpgradeContract";
|
|
2991
|
+
readonly from: 2;
|
|
2992
|
+
};
|
|
2993
|
+
}, {
|
|
2994
|
+
readonly custom: {
|
|
2995
|
+
to: (val: number) => "Solana" | "Btc" | "Algorand" | "Sui" | "Aptos" | "Osmosis" | "Wormchain" | "Near" | "Ethereum" | "Terra" | "Bsc" | "Polygon" | "Avalanche" | "Oasis" | "Aurora" | "Fantom" | "Karura" | "Acala" | "Klaytn" | "Celo" | "Moonbeam" | "Neon" | "Terra2" | "Injective" | "Arbitrum" | "Optimism" | "Gnosis" | "Pythnet" | "Xpla" | "Base" | "Sei" | "Sepolia" | null;
|
|
2996
|
+
from: (val: "Solana" | "Btc" | "Algorand" | "Sui" | "Aptos" | "Osmosis" | "Wormchain" | "Near" | "Ethereum" | "Terra" | "Bsc" | "Polygon" | "Avalanche" | "Oasis" | "Aurora" | "Fantom" | "Karura" | "Acala" | "Klaytn" | "Celo" | "Moonbeam" | "Neon" | "Terra2" | "Injective" | "Arbitrum" | "Optimism" | "Gnosis" | "Pythnet" | "Xpla" | "Base" | "Sei" | "Sepolia" | null) => number;
|
|
2997
|
+
};
|
|
2998
|
+
readonly binary: "uint";
|
|
2999
|
+
readonly size: 2;
|
|
3000
|
+
readonly name: "chain";
|
|
3001
|
+
}, {
|
|
3002
|
+
readonly name: "amount";
|
|
3003
|
+
readonly binary: "uint";
|
|
3004
|
+
readonly size: 32;
|
|
3005
|
+
}, {
|
|
3006
|
+
readonly binary: "bytes";
|
|
3007
|
+
readonly size: 32;
|
|
3008
|
+
readonly custom: {
|
|
3009
|
+
to: (val: Uint8Array) => import("..").UniversalAddress;
|
|
3010
|
+
from: (val: import("..").UniversalAddress) => Uint8Array;
|
|
3011
|
+
};
|
|
3012
|
+
readonly name: "recipient";
|
|
3013
|
+
}] | readonly [{
|
|
3014
|
+
readonly name: "protocol";
|
|
3015
|
+
readonly binary: "bytes";
|
|
3016
|
+
readonly custom: {
|
|
3017
|
+
readonly to: "Relayer";
|
|
3018
|
+
readonly from: Uint8Array;
|
|
3019
|
+
};
|
|
3020
|
+
}, {
|
|
3021
|
+
readonly name: "action";
|
|
3022
|
+
readonly binary: "uint";
|
|
3023
|
+
readonly size: 1;
|
|
3024
|
+
readonly custom: {
|
|
3025
|
+
readonly to: "UpgradeContract";
|
|
3026
|
+
readonly from: 2;
|
|
3027
|
+
};
|
|
3028
|
+
}, {
|
|
3029
|
+
readonly custom: {
|
|
3030
|
+
to: (val: number) => "Solana" | "Btc" | "Algorand" | "Sui" | "Aptos" | "Osmosis" | "Wormchain" | "Near" | "Ethereum" | "Terra" | "Bsc" | "Polygon" | "Avalanche" | "Oasis" | "Aurora" | "Fantom" | "Karura" | "Acala" | "Klaytn" | "Celo" | "Moonbeam" | "Neon" | "Terra2" | "Injective" | "Arbitrum" | "Optimism" | "Gnosis" | "Pythnet" | "Xpla" | "Base" | "Sei" | "Sepolia" | null;
|
|
3031
|
+
from: (val: "Solana" | "Btc" | "Algorand" | "Sui" | "Aptos" | "Osmosis" | "Wormchain" | "Near" | "Ethereum" | "Terra" | "Bsc" | "Polygon" | "Avalanche" | "Oasis" | "Aurora" | "Fantom" | "Karura" | "Acala" | "Klaytn" | "Celo" | "Moonbeam" | "Neon" | "Terra2" | "Injective" | "Arbitrum" | "Optimism" | "Gnosis" | "Pythnet" | "Xpla" | "Base" | "Sei" | "Sepolia" | null) => number;
|
|
3032
|
+
};
|
|
3033
|
+
readonly binary: "uint";
|
|
3034
|
+
readonly size: 2;
|
|
3035
|
+
readonly name: "chain";
|
|
3036
|
+
}, {
|
|
3037
|
+
readonly binary: "bytes";
|
|
3038
|
+
readonly size: 32;
|
|
3039
|
+
readonly custom: {
|
|
3040
|
+
to: (val: Uint8Array) => import("..").UniversalAddress;
|
|
3041
|
+
from: (val: import("..").UniversalAddress) => Uint8Array;
|
|
3042
|
+
};
|
|
3043
|
+
readonly name: "defaultProvider";
|
|
3044
|
+
}]], readonly ["RelayerUpdateDefaultProvider", readonly [{
|
|
3045
|
+
readonly name: "protocol";
|
|
3046
|
+
readonly binary: "bytes";
|
|
3047
|
+
readonly custom: {
|
|
3048
|
+
readonly to: "Relayer";
|
|
3049
|
+
readonly from: Uint8Array;
|
|
3050
|
+
};
|
|
3051
|
+
}, {
|
|
3052
|
+
readonly name: "action";
|
|
3053
|
+
readonly binary: "uint";
|
|
3054
|
+
readonly size: 1;
|
|
3055
|
+
readonly custom: {
|
|
3056
|
+
readonly to: "UpdateDefaultProvider";
|
|
3057
|
+
readonly from: 3;
|
|
3058
|
+
};
|
|
3059
|
+
}, {
|
|
3060
|
+
readonly custom: {
|
|
3061
|
+
to: (val: number) => "Solana" | "Btc" | "Algorand" | "Sui" | "Aptos" | "Osmosis" | "Wormchain" | "Near" | "Ethereum" | "Terra" | "Bsc" | "Polygon" | "Avalanche" | "Oasis" | "Aurora" | "Fantom" | "Karura" | "Acala" | "Klaytn" | "Celo" | "Moonbeam" | "Neon" | "Terra2" | "Injective" | "Arbitrum" | "Optimism" | "Gnosis" | "Pythnet" | "Xpla" | "Base" | "Sei" | "Sepolia" | null;
|
|
3062
|
+
from: (val: "Solana" | "Btc" | "Algorand" | "Sui" | "Aptos" | "Osmosis" | "Wormchain" | "Near" | "Ethereum" | "Terra" | "Bsc" | "Polygon" | "Avalanche" | "Oasis" | "Aurora" | "Fantom" | "Karura" | "Acala" | "Klaytn" | "Celo" | "Moonbeam" | "Neon" | "Terra2" | "Injective" | "Arbitrum" | "Optimism" | "Gnosis" | "Pythnet" | "Xpla" | "Base" | "Sei" | "Sepolia" | null) => number;
|
|
3063
|
+
};
|
|
3064
|
+
readonly binary: "uint";
|
|
3065
|
+
readonly size: 2;
|
|
3066
|
+
readonly name: "chain";
|
|
3067
|
+
}, {
|
|
3068
|
+
readonly binary: "bytes";
|
|
3069
|
+
readonly size: 32;
|
|
3070
|
+
readonly custom: {
|
|
3071
|
+
to: (val: Uint8Array) => import("..").UniversalAddress;
|
|
3072
|
+
from: (val: import("..").UniversalAddress) => Uint8Array;
|
|
3073
|
+
};
|
|
3074
|
+
readonly name: "newContract";
|
|
3075
|
+
}] | readonly [{
|
|
3076
|
+
readonly name: "protocol";
|
|
3077
|
+
readonly binary: "bytes";
|
|
3078
|
+
readonly custom: {
|
|
3079
|
+
readonly to: "Relayer";
|
|
3080
|
+
readonly from: Uint8Array;
|
|
3081
|
+
};
|
|
3082
|
+
}, {
|
|
3083
|
+
readonly name: "action";
|
|
3084
|
+
readonly binary: "uint";
|
|
3085
|
+
readonly size: 1;
|
|
3086
|
+
readonly custom: {
|
|
3087
|
+
readonly to: "UpdateDefaultProvider";
|
|
3088
|
+
readonly from: 3;
|
|
3089
|
+
};
|
|
3090
|
+
}, {
|
|
3091
|
+
readonly custom: {
|
|
3092
|
+
to: (val: number) => "Solana" | "Btc" | "Algorand" | "Sui" | "Aptos" | "Osmosis" | "Wormchain" | "Near" | "Ethereum" | "Terra" | "Bsc" | "Polygon" | "Avalanche" | "Oasis" | "Aurora" | "Fantom" | "Karura" | "Acala" | "Klaytn" | "Celo" | "Moonbeam" | "Neon" | "Terra2" | "Injective" | "Arbitrum" | "Optimism" | "Gnosis" | "Pythnet" | "Xpla" | "Base" | "Sei" | "Sepolia" | null;
|
|
3093
|
+
from: (val: "Solana" | "Btc" | "Algorand" | "Sui" | "Aptos" | "Osmosis" | "Wormchain" | "Near" | "Ethereum" | "Terra" | "Bsc" | "Polygon" | "Avalanche" | "Oasis" | "Aurora" | "Fantom" | "Karura" | "Acala" | "Klaytn" | "Celo" | "Moonbeam" | "Neon" | "Terra2" | "Injective" | "Arbitrum" | "Optimism" | "Gnosis" | "Pythnet" | "Xpla" | "Base" | "Sei" | "Sepolia" | null) => number;
|
|
3094
|
+
};
|
|
3095
|
+
readonly binary: "uint";
|
|
3096
|
+
readonly size: 2;
|
|
3097
|
+
readonly name: "chain";
|
|
3098
|
+
}, {
|
|
3099
|
+
readonly custom: {
|
|
3100
|
+
to: (val: number) => "Solana" | "Btc" | "Algorand" | "Sui" | "Aptos" | "Osmosis" | "Wormchain" | "Near" | "Ethereum" | "Terra" | "Bsc" | "Polygon" | "Avalanche" | "Oasis" | "Aurora" | "Fantom" | "Karura" | "Acala" | "Klaytn" | "Celo" | "Moonbeam" | "Neon" | "Terra2" | "Injective" | "Arbitrum" | "Optimism" | "Gnosis" | "Pythnet" | "Xpla" | "Base" | "Sei" | "Sepolia";
|
|
3101
|
+
from: (val: "Solana" | "Btc" | "Algorand" | "Sui" | "Aptos" | "Osmosis" | "Wormchain" | "Near" | "Ethereum" | "Terra" | "Bsc" | "Polygon" | "Avalanche" | "Oasis" | "Aurora" | "Fantom" | "Karura" | "Acala" | "Klaytn" | "Celo" | "Moonbeam" | "Neon" | "Terra2" | "Injective" | "Arbitrum" | "Optimism" | "Gnosis" | "Pythnet" | "Xpla" | "Base" | "Sei" | "Sepolia") => number;
|
|
3102
|
+
};
|
|
3103
|
+
readonly binary: "uint";
|
|
3104
|
+
readonly size: 2;
|
|
3105
|
+
readonly name: "foreignChain";
|
|
3106
|
+
}, {
|
|
3107
|
+
readonly binary: "bytes";
|
|
3108
|
+
readonly size: 32;
|
|
3109
|
+
readonly custom: {
|
|
3110
|
+
to: (val: Uint8Array) => import("..").UniversalAddress;
|
|
3111
|
+
from: (val: import("..").UniversalAddress) => Uint8Array;
|
|
3112
|
+
};
|
|
3113
|
+
readonly name: "foreignAddress";
|
|
3114
|
+
}] | readonly [{
|
|
3115
|
+
readonly name: "protocol";
|
|
3116
|
+
readonly binary: "bytes";
|
|
3117
|
+
readonly custom: {
|
|
3118
|
+
readonly to: "Relayer";
|
|
3119
|
+
readonly from: Uint8Array;
|
|
3120
|
+
};
|
|
3121
|
+
}, {
|
|
3122
|
+
readonly name: "action";
|
|
3123
|
+
readonly binary: "uint";
|
|
3124
|
+
readonly size: 1;
|
|
3125
|
+
readonly custom: {
|
|
3126
|
+
readonly to: "UpdateDefaultProvider";
|
|
3127
|
+
readonly from: 3;
|
|
3128
|
+
};
|
|
3129
|
+
}, {
|
|
3130
|
+
readonly custom: {
|
|
3131
|
+
to: (val: number) => "Solana" | "Btc" | "Algorand" | "Sui" | "Aptos" | "Osmosis" | "Wormchain" | "Near" | "Ethereum" | "Terra" | "Bsc" | "Polygon" | "Avalanche" | "Oasis" | "Aurora" | "Fantom" | "Karura" | "Acala" | "Klaytn" | "Celo" | "Moonbeam" | "Neon" | "Terra2" | "Injective" | "Arbitrum" | "Optimism" | "Gnosis" | "Pythnet" | "Xpla" | "Base" | "Sei" | "Sepolia" | null;
|
|
3132
|
+
from: (val: "Solana" | "Btc" | "Algorand" | "Sui" | "Aptos" | "Osmosis" | "Wormchain" | "Near" | "Ethereum" | "Terra" | "Bsc" | "Polygon" | "Avalanche" | "Oasis" | "Aurora" | "Fantom" | "Karura" | "Acala" | "Klaytn" | "Celo" | "Moonbeam" | "Neon" | "Terra2" | "Injective" | "Arbitrum" | "Optimism" | "Gnosis" | "Pythnet" | "Xpla" | "Base" | "Sei" | "Sepolia" | null) => number;
|
|
3133
|
+
};
|
|
3134
|
+
readonly binary: "uint";
|
|
3135
|
+
readonly size: 2;
|
|
3136
|
+
readonly name: "chain";
|
|
3137
|
+
}, {
|
|
3138
|
+
readonly name: "evmChainId";
|
|
3139
|
+
readonly binary: "uint";
|
|
3140
|
+
readonly size: 32;
|
|
3141
|
+
}, {
|
|
3142
|
+
readonly custom: {
|
|
3143
|
+
to: (val: number) => "Ethereum" | "Bsc" | "Polygon" | "Avalanche" | "Oasis" | "Aurora" | "Fantom" | "Karura" | "Acala" | "Klaytn" | "Celo" | "Moonbeam" | "Neon" | "Arbitrum" | "Optimism" | "Gnosis" | "Base" | "Sepolia";
|
|
3144
|
+
from: (val: "Ethereum" | "Bsc" | "Polygon" | "Avalanche" | "Oasis" | "Aurora" | "Fantom" | "Karura" | "Acala" | "Klaytn" | "Celo" | "Moonbeam" | "Neon" | "Arbitrum" | "Optimism" | "Gnosis" | "Base" | "Sepolia") => number;
|
|
3145
|
+
};
|
|
3146
|
+
readonly binary: "uint";
|
|
3147
|
+
readonly size: 2;
|
|
3148
|
+
readonly name: "newChainId";
|
|
3149
|
+
}] | readonly [{
|
|
3150
|
+
readonly name: "protocol";
|
|
3151
|
+
readonly binary: "bytes";
|
|
3152
|
+
readonly custom: {
|
|
3153
|
+
readonly to: "Relayer";
|
|
3154
|
+
readonly from: Uint8Array;
|
|
3155
|
+
};
|
|
3156
|
+
}, {
|
|
3157
|
+
readonly name: "action";
|
|
3158
|
+
readonly binary: "uint";
|
|
3159
|
+
readonly size: 1;
|
|
3160
|
+
readonly custom: {
|
|
3161
|
+
readonly to: "UpdateDefaultProvider";
|
|
3162
|
+
readonly from: 3;
|
|
3163
|
+
};
|
|
3164
|
+
}, {
|
|
3165
|
+
readonly custom: {
|
|
3166
|
+
to: (val: number) => "Solana" | "Btc" | "Algorand" | "Sui" | "Aptos" | "Osmosis" | "Wormchain" | "Near" | "Ethereum" | "Terra" | "Bsc" | "Polygon" | "Avalanche" | "Oasis" | "Aurora" | "Fantom" | "Karura" | "Acala" | "Klaytn" | "Celo" | "Moonbeam" | "Neon" | "Terra2" | "Injective" | "Arbitrum" | "Optimism" | "Gnosis" | "Pythnet" | "Xpla" | "Base" | "Sei" | "Sepolia" | null;
|
|
3167
|
+
from: (val: "Solana" | "Btc" | "Algorand" | "Sui" | "Aptos" | "Osmosis" | "Wormchain" | "Near" | "Ethereum" | "Terra" | "Bsc" | "Polygon" | "Avalanche" | "Oasis" | "Aurora" | "Fantom" | "Karura" | "Acala" | "Klaytn" | "Celo" | "Moonbeam" | "Neon" | "Terra2" | "Injective" | "Arbitrum" | "Optimism" | "Gnosis" | "Pythnet" | "Xpla" | "Base" | "Sei" | "Sepolia" | null) => number;
|
|
3168
|
+
};
|
|
3169
|
+
readonly binary: "uint";
|
|
3170
|
+
readonly size: 2;
|
|
3171
|
+
readonly name: "chain";
|
|
3172
|
+
}, {
|
|
3173
|
+
readonly binary: "uint";
|
|
3174
|
+
readonly size: 4;
|
|
3175
|
+
readonly name: "guardianSet";
|
|
3176
|
+
}, {
|
|
3177
|
+
readonly name: "guardians";
|
|
3178
|
+
readonly binary: "array";
|
|
3179
|
+
readonly lengthSize: 1;
|
|
3180
|
+
readonly layout: readonly [{
|
|
3181
|
+
readonly name: "address";
|
|
3182
|
+
readonly binary: "bytes";
|
|
3183
|
+
readonly size: 20;
|
|
3184
|
+
}];
|
|
3185
|
+
}] | readonly [{
|
|
3186
|
+
readonly name: "protocol";
|
|
3187
|
+
readonly binary: "bytes";
|
|
3188
|
+
readonly custom: {
|
|
3189
|
+
readonly to: "Relayer";
|
|
3190
|
+
readonly from: Uint8Array;
|
|
3191
|
+
};
|
|
3192
|
+
}, {
|
|
3193
|
+
readonly name: "action";
|
|
3194
|
+
readonly binary: "uint";
|
|
3195
|
+
readonly size: 1;
|
|
3196
|
+
readonly custom: {
|
|
3197
|
+
readonly to: "UpdateDefaultProvider";
|
|
3198
|
+
readonly from: 3;
|
|
3199
|
+
};
|
|
3200
|
+
}, {
|
|
3201
|
+
readonly custom: {
|
|
3202
|
+
to: (val: number) => "Solana" | "Btc" | "Algorand" | "Sui" | "Aptos" | "Osmosis" | "Wormchain" | "Near" | "Ethereum" | "Terra" | "Bsc" | "Polygon" | "Avalanche" | "Oasis" | "Aurora" | "Fantom" | "Karura" | "Acala" | "Klaytn" | "Celo" | "Moonbeam" | "Neon" | "Terra2" | "Injective" | "Arbitrum" | "Optimism" | "Gnosis" | "Pythnet" | "Xpla" | "Base" | "Sei" | "Sepolia" | null;
|
|
3203
|
+
from: (val: "Solana" | "Btc" | "Algorand" | "Sui" | "Aptos" | "Osmosis" | "Wormchain" | "Near" | "Ethereum" | "Terra" | "Bsc" | "Polygon" | "Avalanche" | "Oasis" | "Aurora" | "Fantom" | "Karura" | "Acala" | "Klaytn" | "Celo" | "Moonbeam" | "Neon" | "Terra2" | "Injective" | "Arbitrum" | "Optimism" | "Gnosis" | "Pythnet" | "Xpla" | "Base" | "Sei" | "Sepolia" | null) => number;
|
|
3204
|
+
};
|
|
3205
|
+
readonly binary: "uint";
|
|
3206
|
+
readonly size: 2;
|
|
3207
|
+
readonly name: "chain";
|
|
3208
|
+
}, {
|
|
3209
|
+
readonly name: "messageFee";
|
|
3210
|
+
readonly binary: "uint";
|
|
3211
|
+
readonly size: 32;
|
|
3212
|
+
}] | readonly [{
|
|
3213
|
+
readonly name: "protocol";
|
|
3214
|
+
readonly binary: "bytes";
|
|
3215
|
+
readonly custom: {
|
|
3216
|
+
readonly to: "Relayer";
|
|
3217
|
+
readonly from: Uint8Array;
|
|
3218
|
+
};
|
|
3219
|
+
}, {
|
|
3220
|
+
readonly name: "action";
|
|
3221
|
+
readonly binary: "uint";
|
|
3222
|
+
readonly size: 1;
|
|
3223
|
+
readonly custom: {
|
|
3224
|
+
readonly to: "UpdateDefaultProvider";
|
|
3225
|
+
readonly from: 3;
|
|
3226
|
+
};
|
|
3227
|
+
}, {
|
|
3228
|
+
readonly custom: {
|
|
3229
|
+
to: (val: number) => "Solana" | "Btc" | "Algorand" | "Sui" | "Aptos" | "Osmosis" | "Wormchain" | "Near" | "Ethereum" | "Terra" | "Bsc" | "Polygon" | "Avalanche" | "Oasis" | "Aurora" | "Fantom" | "Karura" | "Acala" | "Klaytn" | "Celo" | "Moonbeam" | "Neon" | "Terra2" | "Injective" | "Arbitrum" | "Optimism" | "Gnosis" | "Pythnet" | "Xpla" | "Base" | "Sei" | "Sepolia" | null;
|
|
3230
|
+
from: (val: "Solana" | "Btc" | "Algorand" | "Sui" | "Aptos" | "Osmosis" | "Wormchain" | "Near" | "Ethereum" | "Terra" | "Bsc" | "Polygon" | "Avalanche" | "Oasis" | "Aurora" | "Fantom" | "Karura" | "Acala" | "Klaytn" | "Celo" | "Moonbeam" | "Neon" | "Terra2" | "Injective" | "Arbitrum" | "Optimism" | "Gnosis" | "Pythnet" | "Xpla" | "Base" | "Sei" | "Sepolia" | null) => number;
|
|
3231
|
+
};
|
|
3232
|
+
readonly binary: "uint";
|
|
3233
|
+
readonly size: 2;
|
|
3234
|
+
readonly name: "chain";
|
|
3235
|
+
}, {
|
|
3236
|
+
readonly name: "amount";
|
|
3237
|
+
readonly binary: "uint";
|
|
3238
|
+
readonly size: 32;
|
|
3239
|
+
}, {
|
|
3240
|
+
readonly binary: "bytes";
|
|
3241
|
+
readonly size: 32;
|
|
3242
|
+
readonly custom: {
|
|
3243
|
+
to: (val: Uint8Array) => import("..").UniversalAddress;
|
|
3244
|
+
from: (val: import("..").UniversalAddress) => Uint8Array;
|
|
3245
|
+
};
|
|
3246
|
+
readonly name: "recipient";
|
|
3247
|
+
}] | readonly [{
|
|
3248
|
+
readonly name: "protocol";
|
|
3249
|
+
readonly binary: "bytes";
|
|
3250
|
+
readonly custom: {
|
|
3251
|
+
readonly to: "Relayer";
|
|
3252
|
+
readonly from: Uint8Array;
|
|
3253
|
+
};
|
|
3254
|
+
}, {
|
|
3255
|
+
readonly name: "action";
|
|
3256
|
+
readonly binary: "uint";
|
|
3257
|
+
readonly size: 1;
|
|
3258
|
+
readonly custom: {
|
|
3259
|
+
readonly to: "UpdateDefaultProvider";
|
|
3260
|
+
readonly from: 3;
|
|
3261
|
+
};
|
|
3262
|
+
}, {
|
|
3263
|
+
readonly custom: {
|
|
3264
|
+
to: (val: number) => "Solana" | "Btc" | "Algorand" | "Sui" | "Aptos" | "Osmosis" | "Wormchain" | "Near" | "Ethereum" | "Terra" | "Bsc" | "Polygon" | "Avalanche" | "Oasis" | "Aurora" | "Fantom" | "Karura" | "Acala" | "Klaytn" | "Celo" | "Moonbeam" | "Neon" | "Terra2" | "Injective" | "Arbitrum" | "Optimism" | "Gnosis" | "Pythnet" | "Xpla" | "Base" | "Sei" | "Sepolia" | null;
|
|
3265
|
+
from: (val: "Solana" | "Btc" | "Algorand" | "Sui" | "Aptos" | "Osmosis" | "Wormchain" | "Near" | "Ethereum" | "Terra" | "Bsc" | "Polygon" | "Avalanche" | "Oasis" | "Aurora" | "Fantom" | "Karura" | "Acala" | "Klaytn" | "Celo" | "Moonbeam" | "Neon" | "Terra2" | "Injective" | "Arbitrum" | "Optimism" | "Gnosis" | "Pythnet" | "Xpla" | "Base" | "Sei" | "Sepolia" | null) => number;
|
|
3266
|
+
};
|
|
3267
|
+
readonly binary: "uint";
|
|
3268
|
+
readonly size: 2;
|
|
3269
|
+
readonly name: "chain";
|
|
3270
|
+
}, {
|
|
3271
|
+
readonly binary: "bytes";
|
|
3272
|
+
readonly size: 32;
|
|
3273
|
+
readonly custom: {
|
|
3274
|
+
to: (val: Uint8Array) => import("..").UniversalAddress;
|
|
3275
|
+
from: (val: import("..").UniversalAddress) => Uint8Array;
|
|
3276
|
+
};
|
|
3277
|
+
readonly name: "defaultProvider";
|
|
3278
|
+
}]]];
|
|
3279
|
+
declare global {
|
|
3280
|
+
namespace Wormhole {
|
|
3281
|
+
interface PayloadLiteralToDescriptionMapping extends ShallowMapping<typeof governancePayloads> {
|
|
3282
|
+
}
|
|
3283
|
+
}
|
|
3284
|
+
}
|
|
3285
|
+
export {};
|
|
3286
|
+
//# sourceMappingURL=governance.d.ts.map
|