viem 3.0.0-next.3 → 3.0.0-next.5
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/chains/definitions/ancient8.d.ts +1 -1
- package/dist/chains/definitions/ancient8Sepolia.d.ts +1 -1
- package/dist/chains/definitions/base.d.ts +3 -3
- package/dist/chains/definitions/baseGoerli.d.ts +1 -1
- package/dist/chains/definitions/baseSepolia.d.ts +3 -3
- package/dist/chains/definitions/blast.d.ts +1 -1
- package/dist/chains/definitions/bob.d.ts +1 -1
- package/dist/chains/definitions/bobSepolia.d.ts +1 -1
- package/dist/chains/definitions/codex.d.ts +1 -1
- package/dist/chains/definitions/codexTestnet.d.ts +1 -1
- package/dist/chains/definitions/dchain.d.ts +1 -1
- package/dist/chains/definitions/dchainTestnet.d.ts +1 -1
- package/dist/chains/definitions/fraxtal.d.ts +1 -1
- package/dist/chains/definitions/fraxtalTestnet.d.ts +1 -1
- package/dist/chains/definitions/funkiMainnet.d.ts +1 -1
- package/dist/chains/definitions/giwaSepolia.d.ts +3 -3
- package/dist/chains/definitions/ink.d.ts +1 -1
- package/dist/chains/definitions/inkSepolia.d.ts +1 -1
- package/dist/chains/definitions/lisk.d.ts +1 -1
- package/dist/chains/definitions/liskSepolia.d.ts +1 -1
- package/dist/chains/definitions/megaeth.d.ts +1 -1
- package/dist/chains/definitions/metalL2.d.ts +1 -1
- package/dist/chains/definitions/mode.d.ts +1 -1
- package/dist/chains/definitions/modeTestnet.d.ts +1 -1
- package/dist/chains/definitions/opBNB.d.ts +1 -1
- package/dist/chains/definitions/opBNBTestnet.d.ts +1 -1
- package/dist/chains/definitions/optimism.d.ts +1 -1
- package/dist/chains/definitions/optimismSepolia.d.ts +1 -1
- package/dist/chains/definitions/rss3.d.ts +1 -1
- package/dist/chains/definitions/shape.d.ts +1 -1
- package/dist/chains/definitions/shapeSepolia.d.ts +1 -1
- package/dist/chains/definitions/snax.d.ts +1 -1
- package/dist/chains/definitions/snaxTestnet.d.ts +1 -1
- package/dist/chains/definitions/soneium.d.ts +1 -1
- package/dist/chains/definitions/soneiumMinato.d.ts +1 -1
- package/dist/chains/definitions/superseed.d.ts +1 -1
- package/dist/chains/definitions/superseedSepolia.d.ts +1 -1
- package/dist/chains/definitions/swellchain.d.ts +1 -1
- package/dist/chains/definitions/tempo.d.ts +4 -4
- package/dist/chains/definitions/tempoDevnet.d.ts +4 -4
- package/dist/chains/definitions/tempoLocalnet.d.ts +4 -4
- package/dist/chains/definitions/tempoModerato.d.ts +4 -4
- package/dist/chains/definitions/unichain.d.ts +1 -1
- package/dist/chains/definitions/unichainSepolia.d.ts +1 -1
- package/dist/chains/definitions/worldchain.d.ts +1 -1
- package/dist/chains/definitions/worldchainSepolia.d.ts +1 -1
- package/dist/chains/definitions/zircuit.d.ts +1 -1
- package/dist/chains/definitions/zircuitGarfieldTestnet.d.ts +1 -1
- package/dist/chains/definitions/zora.d.ts +1 -1
- package/dist/chains/definitions/zoraSepolia.d.ts +1 -1
- package/dist/chains/definitions/zoraTestnet.d.ts +1 -1
- package/dist/core/Account.d.ts +21 -0
- package/dist/core/Account.d.ts.map +1 -1
- package/dist/core/Account.js +18 -0
- package/dist/core/Account.js.map +1 -1
- package/dist/core/Contract.d.ts +2 -2
- package/dist/core/Contract.d.ts.map +1 -1
- package/dist/core/Contract.js.map +1 -1
- package/dist/core/actions/decorators/wallet.d.ts +3 -2
- package/dist/core/actions/decorators/wallet.d.ts.map +1 -1
- package/dist/core/actions/decorators/wallet.js.map +1 -1
- package/dist/erc4337/BundlerClient.d.ts +1 -1
- package/dist/erc4337/BundlerClient.d.ts.map +1 -1
- package/dist/erc4337/BundlerClient.js.map +1 -1
- package/dist/erc4337/index.d.ts +1 -0
- package/dist/erc4337/index.d.ts.map +1 -1
- package/dist/erc4337/internal/inference.d.ts +13 -0
- package/dist/erc4337/internal/inference.d.ts.map +1 -0
- package/dist/erc4337/internal/inference.js +2 -0
- package/dist/erc4337/internal/inference.js.map +1 -0
- package/dist/index.d.ts +1 -0
- package/dist/index.d.ts.map +1 -1
- package/dist/internal/inference.d.ts +75 -0
- package/dist/internal/inference.d.ts.map +1 -0
- package/dist/internal/inference.js +28 -0
- package/dist/internal/inference.js.map +1 -0
- package/dist/op-stack/chainConfig.d.ts +5 -3
- package/dist/op-stack/chainConfig.d.ts.map +1 -1
- package/dist/op-stack/chainConfig.js.map +1 -1
- package/dist/tempo/chainConfig.d.ts +12 -5
- package/dist/tempo/chainConfig.d.ts.map +1 -1
- package/dist/tempo/chainConfig.js.map +1 -1
- package/dist/tempo/index.d.ts +1 -0
- package/dist/tempo/index.d.ts.map +1 -1
- package/dist/tempo/zones/zone.d.ts +12 -12
- package/dist/utils/Prf.d.ts +2 -0
- package/dist/utils/Prf.d.ts.map +1 -0
- package/dist/utils/Prf.js +2 -0
- package/dist/utils/Prf.js.map +1 -0
- package/dist/utils/WebAuthn.d.ts +2 -0
- package/dist/utils/WebAuthn.d.ts.map +1 -0
- package/dist/utils/WebAuthn.js +2 -0
- package/dist/utils/WebAuthn.js.map +1 -0
- package/dist/utils/index.d.ts +4 -2
- package/dist/utils/index.d.ts.map +1 -1
- package/dist/utils/index.js +4 -2
- package/dist/utils/index.js.map +1 -1
- package/dist/version.d.ts +1 -1
- package/dist/version.js +1 -1
- package/package.json +9 -2
- package/src/core/Account.ts +32 -0
- package/src/core/Contract.ts +12 -10
- package/src/core/actions/decorators/wallet.ts +5 -2
- package/src/erc4337/BundlerClient.ts +6 -0
- package/src/erc4337/index.ts +5 -0
- package/src/erc4337/internal/inference.ts +12 -0
- package/src/index.ts +4 -0
- package/src/internal/inference.ts +75 -0
- package/src/op-stack/chainConfig.ts +9 -9
- package/src/tempo/chainConfig.ts +22 -16
- package/src/tempo/index.ts +5 -0
- package/src/utils/Prf.ts +1 -0
- package/src/utils/WebAuthn.ts +1 -0
- package/src/utils/index.ts +5 -2
- package/src/version.ts +1 -1
- package/dist/utils/WebAuthnP256.d.ts +0 -2
- package/dist/utils/WebAuthnP256.d.ts.map +0 -1
- package/dist/utils/WebAuthnP256.js +0 -2
- package/dist/utils/WebAuthnP256.js.map +0 -1
- package/src/utils/WebAuthnP256.ts +0 -1
|
@@ -13,7 +13,7 @@ export declare const ancient8: Chain.from.ReturnType<{
|
|
|
13
13
|
};
|
|
14
14
|
};
|
|
15
15
|
readonly transaction: {
|
|
16
|
-
readonly serialize: (envelope: import("../../op-stack/TxEnvelopeDeposit.js").TxEnvelopeDeposit | import("
|
|
16
|
+
readonly serialize: (envelope: import("../../op-stack/TxEnvelopeDeposit.js").TxEnvelopeDeposit | import("../../op-stack/chainConfig.js").TxEnvelope, _options?: import("../../op-stack/chainConfig.js").SerializeOptions) => import("ox/Hex").Hex | undefined;
|
|
17
17
|
};
|
|
18
18
|
readonly id: 888888888;
|
|
19
19
|
readonly name: "Ancient8";
|
|
@@ -13,7 +13,7 @@ export declare const ancient8Sepolia: Chain.from.ReturnType<{
|
|
|
13
13
|
};
|
|
14
14
|
};
|
|
15
15
|
readonly transaction: {
|
|
16
|
-
readonly serialize: (envelope: import("../../op-stack/TxEnvelopeDeposit.js").TxEnvelopeDeposit | import("
|
|
16
|
+
readonly serialize: (envelope: import("../../op-stack/TxEnvelopeDeposit.js").TxEnvelopeDeposit | import("../../op-stack/chainConfig.js").TxEnvelope, _options?: import("../../op-stack/chainConfig.js").SerializeOptions) => import("ox/Hex").Hex | undefined;
|
|
17
17
|
};
|
|
18
18
|
readonly id: 28122024;
|
|
19
19
|
readonly name: "Ancient8 Testnet";
|
|
@@ -13,7 +13,7 @@ export declare const base: Chain.from.ReturnType<{
|
|
|
13
13
|
};
|
|
14
14
|
};
|
|
15
15
|
readonly transaction: {
|
|
16
|
-
readonly serialize: (envelope: import("../../op-stack/TxEnvelopeDeposit.js").TxEnvelopeDeposit | import("
|
|
16
|
+
readonly serialize: (envelope: import("../../op-stack/TxEnvelopeDeposit.js").TxEnvelopeDeposit | import("../../op-stack/chainConfig.js").TxEnvelope, _options?: import("../../op-stack/chainConfig.js").SerializeOptions) => import("ox/Hex").Hex | undefined;
|
|
17
17
|
};
|
|
18
18
|
readonly id: 8453;
|
|
19
19
|
readonly name: "Base";
|
|
@@ -96,7 +96,7 @@ export declare const basePreconf: Chain.from.ReturnType<{
|
|
|
96
96
|
};
|
|
97
97
|
};
|
|
98
98
|
readonly transaction: {
|
|
99
|
-
readonly serialize: (envelope: import("../../op-stack/TxEnvelopeDeposit.js").TxEnvelopeDeposit | import("
|
|
99
|
+
readonly serialize: (envelope: import("../../op-stack/TxEnvelopeDeposit.js").TxEnvelopeDeposit | import("../../op-stack/chainConfig.js").TxEnvelope, _options?: import("../../op-stack/chainConfig.js").SerializeOptions) => import("ox/Hex").Hex | undefined;
|
|
100
100
|
};
|
|
101
101
|
readonly id: 8453;
|
|
102
102
|
readonly name: "Base";
|
|
@@ -177,7 +177,7 @@ export declare const basePreconf: Chain.from.ReturnType<{
|
|
|
177
177
|
};
|
|
178
178
|
};
|
|
179
179
|
readonly transaction: {
|
|
180
|
-
readonly serialize: (envelope: import("../../op-stack/TxEnvelopeDeposit.js").TxEnvelopeDeposit | import("
|
|
180
|
+
readonly serialize: (envelope: import("../../op-stack/TxEnvelopeDeposit.js").TxEnvelopeDeposit | import("../../op-stack/chainConfig.js").TxEnvelope, _options?: import("../../op-stack/chainConfig.js").SerializeOptions) => import("ox/Hex").Hex | undefined;
|
|
181
181
|
};
|
|
182
182
|
readonly id: 8453;
|
|
183
183
|
readonly name: "Base";
|
|
@@ -13,7 +13,7 @@ export declare const baseGoerli: Chain.from.ReturnType<{
|
|
|
13
13
|
};
|
|
14
14
|
};
|
|
15
15
|
readonly transaction: {
|
|
16
|
-
readonly serialize: (envelope: import("../../op-stack/TxEnvelopeDeposit.js").TxEnvelopeDeposit | import("
|
|
16
|
+
readonly serialize: (envelope: import("../../op-stack/TxEnvelopeDeposit.js").TxEnvelopeDeposit | import("../../op-stack/chainConfig.js").TxEnvelope, _options?: import("../../op-stack/chainConfig.js").SerializeOptions) => import("ox/Hex").Hex | undefined;
|
|
17
17
|
};
|
|
18
18
|
readonly id: 84531;
|
|
19
19
|
readonly name: "Base Goerli";
|
|
@@ -13,7 +13,7 @@ export declare const baseSepolia: Chain.from.ReturnType<{
|
|
|
13
13
|
};
|
|
14
14
|
};
|
|
15
15
|
readonly transaction: {
|
|
16
|
-
readonly serialize: (envelope: import("../../op-stack/TxEnvelopeDeposit.js").TxEnvelopeDeposit | import("
|
|
16
|
+
readonly serialize: (envelope: import("../../op-stack/TxEnvelopeDeposit.js").TxEnvelopeDeposit | import("../../op-stack/chainConfig.js").TxEnvelope, _options?: import("../../op-stack/chainConfig.js").SerializeOptions) => import("ox/Hex").Hex | undefined;
|
|
17
17
|
};
|
|
18
18
|
readonly id: 84532;
|
|
19
19
|
readonly name: "Base Sepolia";
|
|
@@ -97,7 +97,7 @@ export declare const baseSepoliaPreconf: Chain.from.ReturnType<{
|
|
|
97
97
|
};
|
|
98
98
|
};
|
|
99
99
|
readonly transaction: {
|
|
100
|
-
readonly serialize: (envelope: import("../../op-stack/TxEnvelopeDeposit.js").TxEnvelopeDeposit | import("
|
|
100
|
+
readonly serialize: (envelope: import("../../op-stack/TxEnvelopeDeposit.js").TxEnvelopeDeposit | import("../../op-stack/chainConfig.js").TxEnvelope, _options?: import("../../op-stack/chainConfig.js").SerializeOptions) => import("ox/Hex").Hex | undefined;
|
|
101
101
|
};
|
|
102
102
|
readonly id: 84532;
|
|
103
103
|
readonly name: "Base Sepolia";
|
|
@@ -179,7 +179,7 @@ export declare const baseSepoliaPreconf: Chain.from.ReturnType<{
|
|
|
179
179
|
};
|
|
180
180
|
};
|
|
181
181
|
readonly transaction: {
|
|
182
|
-
readonly serialize: (envelope: import("../../op-stack/TxEnvelopeDeposit.js").TxEnvelopeDeposit | import("
|
|
182
|
+
readonly serialize: (envelope: import("../../op-stack/TxEnvelopeDeposit.js").TxEnvelopeDeposit | import("../../op-stack/chainConfig.js").TxEnvelope, _options?: import("../../op-stack/chainConfig.js").SerializeOptions) => import("ox/Hex").Hex | undefined;
|
|
183
183
|
};
|
|
184
184
|
readonly id: 84532;
|
|
185
185
|
readonly name: "Base Sepolia";
|
|
@@ -13,7 +13,7 @@ export declare const blast: Chain.from.ReturnType<{
|
|
|
13
13
|
};
|
|
14
14
|
};
|
|
15
15
|
readonly transaction: {
|
|
16
|
-
readonly serialize: (envelope: import("../../op-stack/TxEnvelopeDeposit.js").TxEnvelopeDeposit | import("
|
|
16
|
+
readonly serialize: (envelope: import("../../op-stack/TxEnvelopeDeposit.js").TxEnvelopeDeposit | import("../../op-stack/chainConfig.js").TxEnvelope, _options?: import("../../op-stack/chainConfig.js").SerializeOptions) => import("ox/Hex").Hex | undefined;
|
|
17
17
|
};
|
|
18
18
|
readonly id: 81457;
|
|
19
19
|
readonly name: "Blast";
|
|
@@ -13,7 +13,7 @@ export declare const bob: Chain.from.ReturnType<{
|
|
|
13
13
|
};
|
|
14
14
|
};
|
|
15
15
|
readonly transaction: {
|
|
16
|
-
readonly serialize: (envelope: import("../../op-stack/TxEnvelopeDeposit.js").TxEnvelopeDeposit | import("
|
|
16
|
+
readonly serialize: (envelope: import("../../op-stack/TxEnvelopeDeposit.js").TxEnvelopeDeposit | import("../../op-stack/chainConfig.js").TxEnvelope, _options?: import("../../op-stack/chainConfig.js").SerializeOptions) => import("ox/Hex").Hex | undefined;
|
|
17
17
|
};
|
|
18
18
|
readonly id: 60808;
|
|
19
19
|
readonly name: "BOB";
|
|
@@ -13,7 +13,7 @@ export declare const bobSepolia: Chain.from.ReturnType<{
|
|
|
13
13
|
};
|
|
14
14
|
};
|
|
15
15
|
readonly transaction: {
|
|
16
|
-
readonly serialize: (envelope: import("../../op-stack/TxEnvelopeDeposit.js").TxEnvelopeDeposit | import("
|
|
16
|
+
readonly serialize: (envelope: import("../../op-stack/TxEnvelopeDeposit.js").TxEnvelopeDeposit | import("../../op-stack/chainConfig.js").TxEnvelope, _options?: import("../../op-stack/chainConfig.js").SerializeOptions) => import("ox/Hex").Hex | undefined;
|
|
17
17
|
};
|
|
18
18
|
readonly id: 808813;
|
|
19
19
|
readonly name: "BOB Sepolia";
|
|
@@ -13,7 +13,7 @@ export declare const codex: Chain.from.ReturnType<{
|
|
|
13
13
|
};
|
|
14
14
|
};
|
|
15
15
|
readonly transaction: {
|
|
16
|
-
readonly serialize: (envelope: import("../../op-stack/TxEnvelopeDeposit.js").TxEnvelopeDeposit | import("
|
|
16
|
+
readonly serialize: (envelope: import("../../op-stack/TxEnvelopeDeposit.js").TxEnvelopeDeposit | import("../../op-stack/chainConfig.js").TxEnvelope, _options?: import("../../op-stack/chainConfig.js").SerializeOptions) => import("ox/Hex").Hex | undefined;
|
|
17
17
|
};
|
|
18
18
|
readonly id: 81224;
|
|
19
19
|
readonly name: "Codex";
|
|
@@ -13,7 +13,7 @@ export declare const codexTestnet: Chain.from.ReturnType<{
|
|
|
13
13
|
};
|
|
14
14
|
};
|
|
15
15
|
readonly transaction: {
|
|
16
|
-
readonly serialize: (envelope: import("../../op-stack/TxEnvelopeDeposit.js").TxEnvelopeDeposit | import("
|
|
16
|
+
readonly serialize: (envelope: import("../../op-stack/TxEnvelopeDeposit.js").TxEnvelopeDeposit | import("../../op-stack/chainConfig.js").TxEnvelope, _options?: import("../../op-stack/chainConfig.js").SerializeOptions) => import("ox/Hex").Hex | undefined;
|
|
17
17
|
};
|
|
18
18
|
readonly id: 812242;
|
|
19
19
|
readonly name: "Codex Testnet";
|
|
@@ -13,7 +13,7 @@ export declare const dchain: Chain.from.ReturnType<{
|
|
|
13
13
|
};
|
|
14
14
|
};
|
|
15
15
|
readonly transaction: {
|
|
16
|
-
readonly serialize: (envelope: import("../../op-stack/TxEnvelopeDeposit.js").TxEnvelopeDeposit | import("
|
|
16
|
+
readonly serialize: (envelope: import("../../op-stack/TxEnvelopeDeposit.js").TxEnvelopeDeposit | import("../../op-stack/chainConfig.js").TxEnvelope, _options?: import("../../op-stack/chainConfig.js").SerializeOptions) => import("ox/Hex").Hex | undefined;
|
|
17
17
|
};
|
|
18
18
|
readonly id: 2716446429837000;
|
|
19
19
|
readonly name: "Dchain";
|
|
@@ -13,7 +13,7 @@ export declare const dchainTestnet: Chain.from.ReturnType<{
|
|
|
13
13
|
};
|
|
14
14
|
};
|
|
15
15
|
readonly transaction: {
|
|
16
|
-
readonly serialize: (envelope: import("../../op-stack/TxEnvelopeDeposit.js").TxEnvelopeDeposit | import("
|
|
16
|
+
readonly serialize: (envelope: import("../../op-stack/TxEnvelopeDeposit.js").TxEnvelopeDeposit | import("../../op-stack/chainConfig.js").TxEnvelope, _options?: import("../../op-stack/chainConfig.js").SerializeOptions) => import("ox/Hex").Hex | undefined;
|
|
17
17
|
};
|
|
18
18
|
readonly id: 2713017997578000;
|
|
19
19
|
readonly name: "Dchain Testnet";
|
|
@@ -13,7 +13,7 @@ export declare const fraxtal: Chain.from.ReturnType<{
|
|
|
13
13
|
};
|
|
14
14
|
};
|
|
15
15
|
readonly transaction: {
|
|
16
|
-
readonly serialize: (envelope: import("../../op-stack/TxEnvelopeDeposit.js").TxEnvelopeDeposit | import("
|
|
16
|
+
readonly serialize: (envelope: import("../../op-stack/TxEnvelopeDeposit.js").TxEnvelopeDeposit | import("../../op-stack/chainConfig.js").TxEnvelope, _options?: import("../../op-stack/chainConfig.js").SerializeOptions) => import("ox/Hex").Hex | undefined;
|
|
17
17
|
};
|
|
18
18
|
readonly id: 252;
|
|
19
19
|
readonly name: "Fraxtal";
|
|
@@ -13,7 +13,7 @@ export declare const fraxtalTestnet: Chain.from.ReturnType<{
|
|
|
13
13
|
};
|
|
14
14
|
};
|
|
15
15
|
readonly transaction: {
|
|
16
|
-
readonly serialize: (envelope: import("../../op-stack/TxEnvelopeDeposit.js").TxEnvelopeDeposit | import("
|
|
16
|
+
readonly serialize: (envelope: import("../../op-stack/TxEnvelopeDeposit.js").TxEnvelopeDeposit | import("../../op-stack/chainConfig.js").TxEnvelope, _options?: import("../../op-stack/chainConfig.js").SerializeOptions) => import("ox/Hex").Hex | undefined;
|
|
17
17
|
};
|
|
18
18
|
readonly id: 2522;
|
|
19
19
|
readonly name: "Fraxtal Testnet";
|
|
@@ -13,7 +13,7 @@ export declare const funkiMainnet: Chain.from.ReturnType<{
|
|
|
13
13
|
};
|
|
14
14
|
};
|
|
15
15
|
readonly transaction: {
|
|
16
|
-
readonly serialize: (envelope: import("../../op-stack/TxEnvelopeDeposit.js").TxEnvelopeDeposit | import("
|
|
16
|
+
readonly serialize: (envelope: import("../../op-stack/TxEnvelopeDeposit.js").TxEnvelopeDeposit | import("../../op-stack/chainConfig.js").TxEnvelope, _options?: import("../../op-stack/chainConfig.js").SerializeOptions) => import("ox/Hex").Hex | undefined;
|
|
17
17
|
};
|
|
18
18
|
readonly id: 33979;
|
|
19
19
|
readonly name: "Funki";
|
|
@@ -12,7 +12,7 @@ export declare const giwaSepolia: Chain.from.ReturnType<{
|
|
|
12
12
|
};
|
|
13
13
|
};
|
|
14
14
|
readonly transaction: {
|
|
15
|
-
readonly serialize: (envelope: import("../../op-stack/TxEnvelopeDeposit.js").TxEnvelopeDeposit | import("
|
|
15
|
+
readonly serialize: (envelope: import("../../op-stack/TxEnvelopeDeposit.js").TxEnvelopeDeposit | import("../../op-stack/chainConfig.js").TxEnvelope, _options?: import("../../op-stack/chainConfig.js").SerializeOptions) => import("ox/Hex").Hex | undefined;
|
|
16
16
|
};
|
|
17
17
|
readonly id: 91342;
|
|
18
18
|
readonly name: "GIWA Sepolia";
|
|
@@ -89,7 +89,7 @@ export declare const giwaSepoliaPreconf: Chain.from.ReturnType<{
|
|
|
89
89
|
};
|
|
90
90
|
};
|
|
91
91
|
readonly transaction: {
|
|
92
|
-
readonly serialize: (envelope: import("../../op-stack/TxEnvelopeDeposit.js").TxEnvelopeDeposit | import("
|
|
92
|
+
readonly serialize: (envelope: import("../../op-stack/TxEnvelopeDeposit.js").TxEnvelopeDeposit | import("../../op-stack/chainConfig.js").TxEnvelope, _options?: import("../../op-stack/chainConfig.js").SerializeOptions) => import("ox/Hex").Hex | undefined;
|
|
93
93
|
};
|
|
94
94
|
readonly id: 91342;
|
|
95
95
|
readonly name: "GIWA Sepolia";
|
|
@@ -164,7 +164,7 @@ export declare const giwaSepoliaPreconf: Chain.from.ReturnType<{
|
|
|
164
164
|
};
|
|
165
165
|
};
|
|
166
166
|
readonly transaction: {
|
|
167
|
-
readonly serialize: (envelope: import("../../op-stack/TxEnvelopeDeposit.js").TxEnvelopeDeposit | import("
|
|
167
|
+
readonly serialize: (envelope: import("../../op-stack/TxEnvelopeDeposit.js").TxEnvelopeDeposit | import("../../op-stack/chainConfig.js").TxEnvelope, _options?: import("../../op-stack/chainConfig.js").SerializeOptions) => import("ox/Hex").Hex | undefined;
|
|
168
168
|
};
|
|
169
169
|
readonly id: 91342;
|
|
170
170
|
readonly name: "GIWA Sepolia";
|
|
@@ -13,7 +13,7 @@ export declare const ink: Chain.from.ReturnType<{
|
|
|
13
13
|
};
|
|
14
14
|
};
|
|
15
15
|
readonly transaction: {
|
|
16
|
-
readonly serialize: (envelope: import("../../op-stack/TxEnvelopeDeposit.js").TxEnvelopeDeposit | import("
|
|
16
|
+
readonly serialize: (envelope: import("../../op-stack/TxEnvelopeDeposit.js").TxEnvelopeDeposit | import("../../op-stack/chainConfig.js").TxEnvelope, _options?: import("../../op-stack/chainConfig.js").SerializeOptions) => import("ox/Hex").Hex | undefined;
|
|
17
17
|
};
|
|
18
18
|
readonly id: 57073;
|
|
19
19
|
readonly name: "Ink";
|
|
@@ -13,7 +13,7 @@ export declare const inkSepolia: Chain.from.ReturnType<{
|
|
|
13
13
|
};
|
|
14
14
|
};
|
|
15
15
|
readonly transaction: {
|
|
16
|
-
readonly serialize: (envelope: import("../../op-stack/TxEnvelopeDeposit.js").TxEnvelopeDeposit | import("
|
|
16
|
+
readonly serialize: (envelope: import("../../op-stack/TxEnvelopeDeposit.js").TxEnvelopeDeposit | import("../../op-stack/chainConfig.js").TxEnvelope, _options?: import("../../op-stack/chainConfig.js").SerializeOptions) => import("ox/Hex").Hex | undefined;
|
|
17
17
|
};
|
|
18
18
|
readonly id: 763373;
|
|
19
19
|
readonly name: "Ink Sepolia";
|
|
@@ -13,7 +13,7 @@ export declare const lisk: Chain.from.ReturnType<{
|
|
|
13
13
|
};
|
|
14
14
|
};
|
|
15
15
|
readonly transaction: {
|
|
16
|
-
readonly serialize: (envelope: import("../../op-stack/TxEnvelopeDeposit.js").TxEnvelopeDeposit | import("
|
|
16
|
+
readonly serialize: (envelope: import("../../op-stack/TxEnvelopeDeposit.js").TxEnvelopeDeposit | import("../../op-stack/chainConfig.js").TxEnvelope, _options?: import("../../op-stack/chainConfig.js").SerializeOptions) => import("ox/Hex").Hex | undefined;
|
|
17
17
|
};
|
|
18
18
|
readonly id: 1135;
|
|
19
19
|
readonly name: "Lisk";
|
|
@@ -13,7 +13,7 @@ export declare const liskSepolia: Chain.from.ReturnType<{
|
|
|
13
13
|
};
|
|
14
14
|
};
|
|
15
15
|
readonly transaction: {
|
|
16
|
-
readonly serialize: (envelope: import("../../op-stack/TxEnvelopeDeposit.js").TxEnvelopeDeposit | import("
|
|
16
|
+
readonly serialize: (envelope: import("../../op-stack/TxEnvelopeDeposit.js").TxEnvelopeDeposit | import("../../op-stack/chainConfig.js").TxEnvelope, _options?: import("../../op-stack/chainConfig.js").SerializeOptions) => import("ox/Hex").Hex | undefined;
|
|
17
17
|
};
|
|
18
18
|
readonly id: 4202;
|
|
19
19
|
readonly name: "Lisk Sepolia";
|
|
@@ -12,7 +12,7 @@ export declare const megaeth: Chain.from.ReturnType<{
|
|
|
12
12
|
};
|
|
13
13
|
};
|
|
14
14
|
readonly transaction: {
|
|
15
|
-
readonly serialize: (envelope: import("../../op-stack/TxEnvelopeDeposit.js").TxEnvelopeDeposit | import("
|
|
15
|
+
readonly serialize: (envelope: import("../../op-stack/TxEnvelopeDeposit.js").TxEnvelopeDeposit | import("../../op-stack/chainConfig.js").TxEnvelope, _options?: import("../../op-stack/chainConfig.js").SerializeOptions) => import("ox/Hex").Hex | undefined;
|
|
16
16
|
};
|
|
17
17
|
readonly id: 4326;
|
|
18
18
|
readonly blockTime: 1000;
|
|
@@ -13,7 +13,7 @@ export declare const metalL2: Chain.from.ReturnType<{
|
|
|
13
13
|
};
|
|
14
14
|
};
|
|
15
15
|
readonly transaction: {
|
|
16
|
-
readonly serialize: (envelope: import("../../op-stack/TxEnvelopeDeposit.js").TxEnvelopeDeposit | import("
|
|
16
|
+
readonly serialize: (envelope: import("../../op-stack/TxEnvelopeDeposit.js").TxEnvelopeDeposit | import("../../op-stack/chainConfig.js").TxEnvelope, _options?: import("../../op-stack/chainConfig.js").SerializeOptions) => import("ox/Hex").Hex | undefined;
|
|
17
17
|
};
|
|
18
18
|
readonly id: 1750;
|
|
19
19
|
readonly name: "Metal L2";
|
|
@@ -13,7 +13,7 @@ export declare const mode: Chain.from.ReturnType<{
|
|
|
13
13
|
};
|
|
14
14
|
};
|
|
15
15
|
readonly transaction: {
|
|
16
|
-
readonly serialize: (envelope: import("../../op-stack/TxEnvelopeDeposit.js").TxEnvelopeDeposit | import("
|
|
16
|
+
readonly serialize: (envelope: import("../../op-stack/TxEnvelopeDeposit.js").TxEnvelopeDeposit | import("../../op-stack/chainConfig.js").TxEnvelope, _options?: import("../../op-stack/chainConfig.js").SerializeOptions) => import("ox/Hex").Hex | undefined;
|
|
17
17
|
};
|
|
18
18
|
readonly id: 34443;
|
|
19
19
|
readonly name: "Mode Mainnet";
|
|
@@ -13,7 +13,7 @@ export declare const modeTestnet: Chain.from.ReturnType<{
|
|
|
13
13
|
};
|
|
14
14
|
};
|
|
15
15
|
readonly transaction: {
|
|
16
|
-
readonly serialize: (envelope: import("../../op-stack/TxEnvelopeDeposit.js").TxEnvelopeDeposit | import("
|
|
16
|
+
readonly serialize: (envelope: import("../../op-stack/TxEnvelopeDeposit.js").TxEnvelopeDeposit | import("../../op-stack/chainConfig.js").TxEnvelope, _options?: import("../../op-stack/chainConfig.js").SerializeOptions) => import("ox/Hex").Hex | undefined;
|
|
17
17
|
};
|
|
18
18
|
readonly id: 919;
|
|
19
19
|
readonly name: "Mode Testnet";
|
|
@@ -13,7 +13,7 @@ export declare const opBNB: Chain.from.ReturnType<{
|
|
|
13
13
|
};
|
|
14
14
|
};
|
|
15
15
|
readonly transaction: {
|
|
16
|
-
readonly serialize: (envelope: import("../../op-stack/TxEnvelopeDeposit.js").TxEnvelopeDeposit | import("
|
|
16
|
+
readonly serialize: (envelope: import("../../op-stack/TxEnvelopeDeposit.js").TxEnvelopeDeposit | import("../../op-stack/chainConfig.js").TxEnvelope, _options?: import("../../op-stack/chainConfig.js").SerializeOptions) => import("ox/Hex").Hex | undefined;
|
|
17
17
|
};
|
|
18
18
|
readonly id: 204;
|
|
19
19
|
readonly name: "opBNB";
|
|
@@ -13,7 +13,7 @@ export declare const opBNBTestnet: Chain.from.ReturnType<{
|
|
|
13
13
|
};
|
|
14
14
|
};
|
|
15
15
|
readonly transaction: {
|
|
16
|
-
readonly serialize: (envelope: import("../../op-stack/TxEnvelopeDeposit.js").TxEnvelopeDeposit | import("
|
|
16
|
+
readonly serialize: (envelope: import("../../op-stack/TxEnvelopeDeposit.js").TxEnvelopeDeposit | import("../../op-stack/chainConfig.js").TxEnvelope, _options?: import("../../op-stack/chainConfig.js").SerializeOptions) => import("ox/Hex").Hex | undefined;
|
|
17
17
|
};
|
|
18
18
|
readonly id: 5611;
|
|
19
19
|
readonly name: "opBNB Testnet";
|
|
@@ -13,7 +13,7 @@ export declare const optimism: Chain.from.ReturnType<{
|
|
|
13
13
|
};
|
|
14
14
|
};
|
|
15
15
|
readonly transaction: {
|
|
16
|
-
readonly serialize: (envelope: import("../../op-stack/TxEnvelopeDeposit.js").TxEnvelopeDeposit | import("
|
|
16
|
+
readonly serialize: (envelope: import("../../op-stack/TxEnvelopeDeposit.js").TxEnvelopeDeposit | import("../../op-stack/chainConfig.js").TxEnvelope, _options?: import("../../op-stack/chainConfig.js").SerializeOptions) => import("ox/Hex").Hex | undefined;
|
|
17
17
|
};
|
|
18
18
|
readonly id: 10;
|
|
19
19
|
readonly name: "OP Mainnet";
|
|
@@ -13,7 +13,7 @@ export declare const optimismSepolia: Chain.from.ReturnType<{
|
|
|
13
13
|
};
|
|
14
14
|
};
|
|
15
15
|
readonly transaction: {
|
|
16
|
-
readonly serialize: (envelope: import("../../op-stack/TxEnvelopeDeposit.js").TxEnvelopeDeposit | import("
|
|
16
|
+
readonly serialize: (envelope: import("../../op-stack/TxEnvelopeDeposit.js").TxEnvelopeDeposit | import("../../op-stack/chainConfig.js").TxEnvelope, _options?: import("../../op-stack/chainConfig.js").SerializeOptions) => import("ox/Hex").Hex | undefined;
|
|
17
17
|
};
|
|
18
18
|
readonly id: 11155420;
|
|
19
19
|
readonly name: "OP Sepolia";
|
|
@@ -13,7 +13,7 @@ export declare const rss3: Chain.from.ReturnType<{
|
|
|
13
13
|
};
|
|
14
14
|
};
|
|
15
15
|
readonly transaction: {
|
|
16
|
-
readonly serialize: (envelope: import("../../op-stack/TxEnvelopeDeposit.js").TxEnvelopeDeposit | import("
|
|
16
|
+
readonly serialize: (envelope: import("../../op-stack/TxEnvelopeDeposit.js").TxEnvelopeDeposit | import("../../op-stack/chainConfig.js").TxEnvelope, _options?: import("../../op-stack/chainConfig.js").SerializeOptions) => import("ox/Hex").Hex | undefined;
|
|
17
17
|
};
|
|
18
18
|
readonly id: 12553;
|
|
19
19
|
readonly name: "RSS3 VSL Mainnet";
|
|
@@ -13,7 +13,7 @@ export declare const shape: Chain.from.ReturnType<{
|
|
|
13
13
|
};
|
|
14
14
|
};
|
|
15
15
|
readonly transaction: {
|
|
16
|
-
readonly serialize: (envelope: import("../../op-stack/TxEnvelopeDeposit.js").TxEnvelopeDeposit | import("
|
|
16
|
+
readonly serialize: (envelope: import("../../op-stack/TxEnvelopeDeposit.js").TxEnvelopeDeposit | import("../../op-stack/chainConfig.js").TxEnvelope, _options?: import("../../op-stack/chainConfig.js").SerializeOptions) => import("ox/Hex").Hex | undefined;
|
|
17
17
|
};
|
|
18
18
|
readonly id: 360;
|
|
19
19
|
readonly name: "Shape";
|
|
@@ -13,7 +13,7 @@ export declare const shapeSepolia: Chain.from.ReturnType<{
|
|
|
13
13
|
};
|
|
14
14
|
};
|
|
15
15
|
readonly transaction: {
|
|
16
|
-
readonly serialize: (envelope: import("../../op-stack/TxEnvelopeDeposit.js").TxEnvelopeDeposit | import("
|
|
16
|
+
readonly serialize: (envelope: import("../../op-stack/TxEnvelopeDeposit.js").TxEnvelopeDeposit | import("../../op-stack/chainConfig.js").TxEnvelope, _options?: import("../../op-stack/chainConfig.js").SerializeOptions) => import("ox/Hex").Hex | undefined;
|
|
17
17
|
};
|
|
18
18
|
readonly id: 11011;
|
|
19
19
|
readonly name: "Shape Sepolia Testnet";
|
|
@@ -13,7 +13,7 @@ export declare const snax: Chain.from.ReturnType<{
|
|
|
13
13
|
};
|
|
14
14
|
};
|
|
15
15
|
readonly transaction: {
|
|
16
|
-
readonly serialize: (envelope: import("../../op-stack/TxEnvelopeDeposit.js").TxEnvelopeDeposit | import("
|
|
16
|
+
readonly serialize: (envelope: import("../../op-stack/TxEnvelopeDeposit.js").TxEnvelopeDeposit | import("../../op-stack/chainConfig.js").TxEnvelope, _options?: import("../../op-stack/chainConfig.js").SerializeOptions) => import("ox/Hex").Hex | undefined;
|
|
17
17
|
};
|
|
18
18
|
readonly id: 2192;
|
|
19
19
|
readonly name: "SnaxChain";
|
|
@@ -13,7 +13,7 @@ export declare const snaxTestnet: Chain.from.ReturnType<{
|
|
|
13
13
|
};
|
|
14
14
|
};
|
|
15
15
|
readonly transaction: {
|
|
16
|
-
readonly serialize: (envelope: import("../../op-stack/TxEnvelopeDeposit.js").TxEnvelopeDeposit | import("
|
|
16
|
+
readonly serialize: (envelope: import("../../op-stack/TxEnvelopeDeposit.js").TxEnvelopeDeposit | import("../../op-stack/chainConfig.js").TxEnvelope, _options?: import("../../op-stack/chainConfig.js").SerializeOptions) => import("ox/Hex").Hex | undefined;
|
|
17
17
|
};
|
|
18
18
|
readonly id: 13001;
|
|
19
19
|
readonly name: "SnaxChain Testnet";
|
|
@@ -13,7 +13,7 @@ export declare const soneium: Chain.from.ReturnType<{
|
|
|
13
13
|
};
|
|
14
14
|
};
|
|
15
15
|
readonly transaction: {
|
|
16
|
-
readonly serialize: (envelope: import("../../op-stack/TxEnvelopeDeposit.js").TxEnvelopeDeposit | import("
|
|
16
|
+
readonly serialize: (envelope: import("../../op-stack/TxEnvelopeDeposit.js").TxEnvelopeDeposit | import("../../op-stack/chainConfig.js").TxEnvelope, _options?: import("../../op-stack/chainConfig.js").SerializeOptions) => import("ox/Hex").Hex | undefined;
|
|
17
17
|
};
|
|
18
18
|
readonly id: 1868;
|
|
19
19
|
readonly name: "Soneium Mainnet";
|
|
@@ -13,7 +13,7 @@ export declare const soneiumMinato: Chain.from.ReturnType<{
|
|
|
13
13
|
};
|
|
14
14
|
};
|
|
15
15
|
readonly transaction: {
|
|
16
|
-
readonly serialize: (envelope: import("../../op-stack/TxEnvelopeDeposit.js").TxEnvelopeDeposit | import("
|
|
16
|
+
readonly serialize: (envelope: import("../../op-stack/TxEnvelopeDeposit.js").TxEnvelopeDeposit | import("../../op-stack/chainConfig.js").TxEnvelope, _options?: import("../../op-stack/chainConfig.js").SerializeOptions) => import("ox/Hex").Hex | undefined;
|
|
17
17
|
};
|
|
18
18
|
readonly id: 1946;
|
|
19
19
|
readonly name: "Soneium Minato Testnet";
|
|
@@ -13,7 +13,7 @@ export declare const superseed: Chain.from.ReturnType<{
|
|
|
13
13
|
};
|
|
14
14
|
};
|
|
15
15
|
readonly transaction: {
|
|
16
|
-
readonly serialize: (envelope: import("../../op-stack/TxEnvelopeDeposit.js").TxEnvelopeDeposit | import("
|
|
16
|
+
readonly serialize: (envelope: import("../../op-stack/TxEnvelopeDeposit.js").TxEnvelopeDeposit | import("../../op-stack/chainConfig.js").TxEnvelope, _options?: import("../../op-stack/chainConfig.js").SerializeOptions) => import("ox/Hex").Hex | undefined;
|
|
17
17
|
};
|
|
18
18
|
readonly id: 5330;
|
|
19
19
|
readonly name: "Superseed";
|
|
@@ -13,7 +13,7 @@ export declare const superseedSepolia: Chain.from.ReturnType<{
|
|
|
13
13
|
};
|
|
14
14
|
};
|
|
15
15
|
readonly transaction: {
|
|
16
|
-
readonly serialize: (envelope: import("../../op-stack/TxEnvelopeDeposit.js").TxEnvelopeDeposit | import("
|
|
16
|
+
readonly serialize: (envelope: import("../../op-stack/TxEnvelopeDeposit.js").TxEnvelopeDeposit | import("../../op-stack/chainConfig.js").TxEnvelope, _options?: import("../../op-stack/chainConfig.js").SerializeOptions) => import("ox/Hex").Hex | undefined;
|
|
17
17
|
};
|
|
18
18
|
readonly id: 53302;
|
|
19
19
|
readonly name: "Superseed Sepolia";
|
|
@@ -13,7 +13,7 @@ export declare const swellchain: Chain.from.ReturnType<{
|
|
|
13
13
|
};
|
|
14
14
|
};
|
|
15
15
|
readonly transaction: {
|
|
16
|
-
readonly serialize: (envelope: import("../../op-stack/TxEnvelopeDeposit.js").TxEnvelopeDeposit | import("
|
|
16
|
+
readonly serialize: (envelope: import("../../op-stack/TxEnvelopeDeposit.js").TxEnvelopeDeposit | import("../../op-stack/chainConfig.js").TxEnvelope, _options?: import("../../op-stack/chainConfig.js").SerializeOptions) => import("ox/Hex").Hex | undefined;
|
|
17
17
|
};
|
|
18
18
|
readonly id: 1923;
|
|
19
19
|
readonly name: "Swellchain";
|
|
@@ -7,10 +7,10 @@ export declare const tempo: Chain.from.ReturnType<{
|
|
|
7
7
|
};
|
|
8
8
|
readonly codecs: {
|
|
9
9
|
transaction: {
|
|
10
|
-
fromRpc: (rpc: import("
|
|
10
|
+
fromRpc: (rpc: import("../../tempo/chainConfig.js").TransactionRpc) => import("../../tempo/chainConfig.js").Transaction;
|
|
11
11
|
};
|
|
12
12
|
transactionReceipt: {
|
|
13
|
-
fromRpc: (rpc: import("
|
|
13
|
+
fromRpc: (rpc: import("../../tempo/chainConfig.js").TransactionReceiptRpc) => import("../../tempo/chainConfig.js").TransactionReceipt;
|
|
14
14
|
};
|
|
15
15
|
transactionRequest: {
|
|
16
16
|
fromRpc: (rpc: Record<string, unknown>) => import("../../tempo/chainConfig.js").TransactionRequest;
|
|
@@ -21,11 +21,11 @@ export declare const tempo: Chain.from.ReturnType<{
|
|
|
21
21
|
create2: Chain.Chain.Contract;
|
|
22
22
|
};
|
|
23
23
|
readonly transaction: {
|
|
24
|
-
getSignPayload: (envelope: import("../../tempo/chainConfig.js").Envelope | import("
|
|
24
|
+
getSignPayload: (envelope: import("../../tempo/chainConfig.js").Envelope | import("../../tempo/chainConfig.js").TxEnvelope) => import("ox/Hex").Hex | undefined;
|
|
25
25
|
prepare: [fn: Chain.Chain.Transaction.PrepareFn, options: {
|
|
26
26
|
runAt: readonly Chain.Chain.Transaction.PreparePhase[];
|
|
27
27
|
}];
|
|
28
|
-
serialize: (envelope: import("../../tempo/chainConfig.js").Envelope | import("
|
|
28
|
+
serialize: (envelope: import("../../tempo/chainConfig.js").Envelope | import("../../tempo/chainConfig.js").TxEnvelope, options?: import("../../tempo/chainConfig.js").SerializeOptions | undefined) => import("ox/Hex").Hex | undefined;
|
|
29
29
|
toEnvelope: (request: import("ox/TransactionRequest").TransactionRequest) => import("../../tempo/chainConfig.js").Envelope | undefined;
|
|
30
30
|
};
|
|
31
31
|
readonly verifyHash: Chain.Chain.VerifyHash;
|
|
@@ -7,10 +7,10 @@ export declare const tempoDevnet: Chain.from.ReturnType<{
|
|
|
7
7
|
};
|
|
8
8
|
readonly codecs: {
|
|
9
9
|
transaction: {
|
|
10
|
-
fromRpc: (rpc: import("
|
|
10
|
+
fromRpc: (rpc: import("../../tempo/chainConfig.js").TransactionRpc) => import("../../tempo/chainConfig.js").Transaction;
|
|
11
11
|
};
|
|
12
12
|
transactionReceipt: {
|
|
13
|
-
fromRpc: (rpc: import("
|
|
13
|
+
fromRpc: (rpc: import("../../tempo/chainConfig.js").TransactionReceiptRpc) => import("../../tempo/chainConfig.js").TransactionReceipt;
|
|
14
14
|
};
|
|
15
15
|
transactionRequest: {
|
|
16
16
|
fromRpc: (rpc: Record<string, unknown>) => import("../../tempo/chainConfig.js").TransactionRequest;
|
|
@@ -21,11 +21,11 @@ export declare const tempoDevnet: Chain.from.ReturnType<{
|
|
|
21
21
|
create2: Chain.Chain.Contract;
|
|
22
22
|
};
|
|
23
23
|
readonly transaction: {
|
|
24
|
-
getSignPayload: (envelope: import("../../tempo/chainConfig.js").Envelope | import("
|
|
24
|
+
getSignPayload: (envelope: import("../../tempo/chainConfig.js").Envelope | import("../../tempo/chainConfig.js").TxEnvelope) => import("ox/Hex").Hex | undefined;
|
|
25
25
|
prepare: [fn: Chain.Chain.Transaction.PrepareFn, options: {
|
|
26
26
|
runAt: readonly Chain.Chain.Transaction.PreparePhase[];
|
|
27
27
|
}];
|
|
28
|
-
serialize: (envelope: import("../../tempo/chainConfig.js").Envelope | import("
|
|
28
|
+
serialize: (envelope: import("../../tempo/chainConfig.js").Envelope | import("../../tempo/chainConfig.js").TxEnvelope, options?: import("../../tempo/chainConfig.js").SerializeOptions | undefined) => import("ox/Hex").Hex | undefined;
|
|
29
29
|
toEnvelope: (request: import("ox/TransactionRequest").TransactionRequest) => import("../../tempo/chainConfig.js").Envelope | undefined;
|
|
30
30
|
};
|
|
31
31
|
readonly verifyHash: Chain.Chain.VerifyHash;
|
|
@@ -7,10 +7,10 @@ export declare const tempoLocalnet: Chain.from.ReturnType<{
|
|
|
7
7
|
};
|
|
8
8
|
readonly codecs: {
|
|
9
9
|
transaction: {
|
|
10
|
-
fromRpc: (rpc: import("
|
|
10
|
+
fromRpc: (rpc: import("../../tempo/chainConfig.js").TransactionRpc) => import("../../tempo/chainConfig.js").Transaction;
|
|
11
11
|
};
|
|
12
12
|
transactionReceipt: {
|
|
13
|
-
fromRpc: (rpc: import("
|
|
13
|
+
fromRpc: (rpc: import("../../tempo/chainConfig.js").TransactionReceiptRpc) => import("../../tempo/chainConfig.js").TransactionReceipt;
|
|
14
14
|
};
|
|
15
15
|
transactionRequest: {
|
|
16
16
|
fromRpc: (rpc: Record<string, unknown>) => import("../../tempo/chainConfig.js").TransactionRequest;
|
|
@@ -21,11 +21,11 @@ export declare const tempoLocalnet: Chain.from.ReturnType<{
|
|
|
21
21
|
create2: Chain.Chain.Contract;
|
|
22
22
|
};
|
|
23
23
|
readonly transaction: {
|
|
24
|
-
getSignPayload: (envelope: import("../../tempo/chainConfig.js").Envelope | import("
|
|
24
|
+
getSignPayload: (envelope: import("../../tempo/chainConfig.js").Envelope | import("../../tempo/chainConfig.js").TxEnvelope) => import("ox/Hex").Hex | undefined;
|
|
25
25
|
prepare: [fn: Chain.Chain.Transaction.PrepareFn, options: {
|
|
26
26
|
runAt: readonly Chain.Chain.Transaction.PreparePhase[];
|
|
27
27
|
}];
|
|
28
|
-
serialize: (envelope: import("../../tempo/chainConfig.js").Envelope | import("
|
|
28
|
+
serialize: (envelope: import("../../tempo/chainConfig.js").Envelope | import("../../tempo/chainConfig.js").TxEnvelope, options?: import("../../tempo/chainConfig.js").SerializeOptions | undefined) => import("ox/Hex").Hex | undefined;
|
|
29
29
|
toEnvelope: (request: import("ox/TransactionRequest").TransactionRequest) => import("../../tempo/chainConfig.js").Envelope | undefined;
|
|
30
30
|
};
|
|
31
31
|
readonly verifyHash: Chain.Chain.VerifyHash;
|
|
@@ -7,10 +7,10 @@ export declare const tempoModerato: Chain.from.ReturnType<{
|
|
|
7
7
|
};
|
|
8
8
|
readonly codecs: {
|
|
9
9
|
transaction: {
|
|
10
|
-
fromRpc: (rpc: import("
|
|
10
|
+
fromRpc: (rpc: import("../../tempo/chainConfig.js").TransactionRpc) => import("../../tempo/chainConfig.js").Transaction;
|
|
11
11
|
};
|
|
12
12
|
transactionReceipt: {
|
|
13
|
-
fromRpc: (rpc: import("
|
|
13
|
+
fromRpc: (rpc: import("../../tempo/chainConfig.js").TransactionReceiptRpc) => import("../../tempo/chainConfig.js").TransactionReceipt;
|
|
14
14
|
};
|
|
15
15
|
transactionRequest: {
|
|
16
16
|
fromRpc: (rpc: Record<string, unknown>) => import("../../tempo/chainConfig.js").TransactionRequest;
|
|
@@ -21,11 +21,11 @@ export declare const tempoModerato: Chain.from.ReturnType<{
|
|
|
21
21
|
create2: Chain.Chain.Contract;
|
|
22
22
|
};
|
|
23
23
|
readonly transaction: {
|
|
24
|
-
getSignPayload: (envelope: import("../../tempo/chainConfig.js").Envelope | import("
|
|
24
|
+
getSignPayload: (envelope: import("../../tempo/chainConfig.js").Envelope | import("../../tempo/chainConfig.js").TxEnvelope) => import("ox/Hex").Hex | undefined;
|
|
25
25
|
prepare: [fn: Chain.Chain.Transaction.PrepareFn, options: {
|
|
26
26
|
runAt: readonly Chain.Chain.Transaction.PreparePhase[];
|
|
27
27
|
}];
|
|
28
|
-
serialize: (envelope: import("../../tempo/chainConfig.js").Envelope | import("
|
|
28
|
+
serialize: (envelope: import("../../tempo/chainConfig.js").Envelope | import("../../tempo/chainConfig.js").TxEnvelope, options?: import("../../tempo/chainConfig.js").SerializeOptions | undefined) => import("ox/Hex").Hex | undefined;
|
|
29
29
|
toEnvelope: (request: import("ox/TransactionRequest").TransactionRequest) => import("../../tempo/chainConfig.js").Envelope | undefined;
|
|
30
30
|
};
|
|
31
31
|
readonly verifyHash: Chain.Chain.VerifyHash;
|