viem 2.43.4 → 2.44.0
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/CHANGELOG.md +48 -0
- package/_cjs/account-abstraction/utils/userOperation/toPackedUserOperation.js +11 -1
- package/_cjs/account-abstraction/utils/userOperation/toPackedUserOperation.js.map +1 -1
- package/_cjs/actions/wallet/sendTransactionSync.js +1 -0
- package/_cjs/actions/wallet/sendTransactionSync.js.map +1 -1
- package/_cjs/chains/definitions/codex.js +47 -0
- package/_cjs/chains/definitions/codex.js.map +1 -0
- package/_cjs/chains/definitions/codexTestnet.js +47 -0
- package/_cjs/chains/definitions/codexTestnet.js.map +1 -0
- package/_cjs/chains/definitions/paseoPassetHub.js +26 -0
- package/_cjs/chains/definitions/paseoPassetHub.js.map +1 -0
- package/_cjs/chains/definitions/{tempoTestnet.js → tempoAndantino.js} +5 -5
- package/_cjs/chains/definitions/tempoAndantino.js.map +1 -0
- package/_cjs/chains/definitions/tempoDevnet.js +7 -1
- package/_cjs/chains/definitions/tempoDevnet.js.map +1 -1
- package/_cjs/chains/definitions/tempoModerato.js +28 -0
- package/_cjs/chains/definitions/tempoModerato.js.map +1 -0
- package/_cjs/chains/index.js +23 -14
- package/_cjs/chains/index.js.map +1 -1
- package/_cjs/errors/version.js +1 -1
- package/_cjs/index.js.map +1 -1
- package/_cjs/tempo/Abis.js +610 -752
- package/_cjs/tempo/Abis.js.map +1 -1
- package/_cjs/tempo/Addresses.js +2 -2
- package/_cjs/tempo/Addresses.js.map +1 -1
- package/_cjs/tempo/Decorator.js +5 -5
- package/_cjs/tempo/Decorator.js.map +1 -1
- package/_cjs/tempo/actions/amm.js +4 -38
- package/_cjs/tempo/actions/amm.js.map +1 -1
- package/_cjs/tempo/actions/dex.js +98 -46
- package/_cjs/tempo/actions/dex.js.map +1 -1
- package/_cjs/tempo/actions/nonce.js +0 -35
- package/_cjs/tempo/actions/nonce.js.map +1 -1
- package/_cjs/tempo/actions/reward.js +81 -62
- package/_cjs/tempo/actions/reward.js.map +1 -1
- package/_cjs/tempo/actions/token.js +11 -2
- package/_cjs/tempo/actions/token.js.map +1 -1
- package/_cjs/tempo/chainConfig.js +5 -10
- package/_cjs/tempo/chainConfig.js.map +1 -1
- package/_cjs/tempo/index.js +2 -1
- package/_cjs/tempo/index.js.map +1 -1
- package/_esm/account-abstraction/utils/userOperation/toPackedUserOperation.js +16 -2
- package/_esm/account-abstraction/utils/userOperation/toPackedUserOperation.js.map +1 -1
- package/_esm/actions/wallet/sendTransactionSync.js +1 -0
- package/_esm/actions/wallet/sendTransactionSync.js.map +1 -1
- package/_esm/chains/definitions/codex.js +44 -0
- package/_esm/chains/definitions/codex.js.map +1 -0
- package/_esm/chains/definitions/codexTestnet.js +44 -0
- package/_esm/chains/definitions/codexTestnet.js.map +1 -0
- package/_esm/chains/definitions/paseoPassetHub.js +23 -0
- package/_esm/chains/definitions/paseoPassetHub.js.map +1 -0
- package/_esm/chains/definitions/{tempoTestnet.js → tempoAndantino.js} +4 -4
- package/_esm/chains/definitions/tempoAndantino.js.map +1 -0
- package/_esm/chains/definitions/tempoDevnet.js +7 -1
- package/_esm/chains/definitions/tempoDevnet.js.map +1 -1
- package/_esm/chains/definitions/tempoModerato.js +25 -0
- package/_esm/chains/definitions/tempoModerato.js.map +1 -0
- package/_esm/chains/index.js +9 -1
- package/_esm/chains/index.js.map +1 -1
- package/_esm/errors/version.js +1 -1
- package/_esm/index.js.map +1 -1
- package/_esm/tempo/Abis.js +609 -751
- package/_esm/tempo/Abis.js.map +1 -1
- package/_esm/tempo/Addresses.js +1 -1
- package/_esm/tempo/Addresses.js.map +1 -1
- package/_esm/tempo/Decorator.js +5 -5
- package/_esm/tempo/Decorator.js.map +1 -1
- package/_esm/tempo/actions/amm.js +4 -62
- package/_esm/tempo/actions/amm.js.map +1 -1
- package/_esm/tempo/actions/dex.js +192 -48
- package/_esm/tempo/actions/dex.js.map +1 -1
- package/_esm/tempo/actions/nonce.js +0 -94
- package/_esm/tempo/actions/nonce.js.map +1 -1
- package/_esm/tempo/actions/reward.js +227 -189
- package/_esm/tempo/actions/reward.js.map +1 -1
- package/_esm/tempo/actions/token.js +11 -2
- package/_esm/tempo/actions/token.js.map +1 -1
- package/_esm/tempo/chainConfig.js +2 -7
- package/_esm/tempo/chainConfig.js.map +1 -1
- package/_esm/tempo/index.js +1 -1
- package/_esm/tempo/index.js.map +1 -1
- package/_types/account-abstraction/utils/userOperation/toPackedUserOperation.d.ts.map +1 -1
- package/_types/actions/wallet/sendTransactionSync.d.ts.map +1 -1
- package/_types/celo/chainConfig.d.ts +22 -22
- package/_types/celo/formatters.d.ts +11 -11
- package/_types/chains/definitions/abstract.d.ts +14 -14
- package/_types/chains/definitions/abstractTestnet.d.ts +14 -14
- package/_types/chains/definitions/ancient8.d.ts +3 -3
- package/_types/chains/definitions/ancient8Sepolia.d.ts +3 -3
- package/_types/chains/definitions/base.d.ts +6 -6
- package/_types/chains/definitions/baseGoerli.d.ts +3 -3
- package/_types/chains/definitions/baseSepolia.d.ts +6 -6
- package/_types/chains/definitions/blast.d.ts +3 -3
- package/_types/chains/definitions/bob.d.ts +3 -3
- package/_types/chains/definitions/bobSepolia.d.ts +3 -3
- package/_types/chains/definitions/celo.d.ts +22 -22
- package/_types/chains/definitions/celoAlfajores.d.ts +22 -22
- package/_types/chains/definitions/celoSepolia.d.ts +22 -22
- package/_types/chains/definitions/codex.d.ts +310 -0
- package/_types/chains/definitions/codex.d.ts.map +1 -0
- package/_types/chains/definitions/codexTestnet.d.ts +310 -0
- package/_types/chains/definitions/codexTestnet.d.ts.map +1 -0
- package/_types/chains/definitions/dchain.d.ts +3 -3
- package/_types/chains/definitions/dchainTestnet.d.ts +3 -3
- package/_types/chains/definitions/elysiumTestnet.d.ts +3 -3
- package/_types/chains/definitions/fraxtal.d.ts +3 -3
- package/_types/chains/definitions/fraxtalTestnet.d.ts +3 -3
- package/_types/chains/definitions/funkiMainnet.d.ts +3 -3
- package/_types/chains/definitions/funkiSepolia.d.ts +3 -3
- package/_types/chains/definitions/garnet.d.ts +3 -3
- package/_types/chains/definitions/giwaSepolia.d.ts +6 -6
- package/_types/chains/definitions/ink.d.ts +3 -3
- package/_types/chains/definitions/inkSepolia.d.ts +3 -3
- package/_types/chains/definitions/lisk.d.ts +3 -3
- package/_types/chains/definitions/liskSepolia.d.ts +3 -3
- package/_types/chains/definitions/metalL2.d.ts +3 -3
- package/_types/chains/definitions/mode.d.ts +3 -3
- package/_types/chains/definitions/modeTestnet.d.ts +3 -3
- package/_types/chains/definitions/optimism.d.ts +3 -3
- package/_types/chains/definitions/optimismGoerli.d.ts +3 -3
- package/_types/chains/definitions/optimismSepolia.d.ts +3 -3
- package/_types/chains/definitions/paseoPassetHub.d.ts +48 -0
- package/_types/chains/definitions/paseoPassetHub.d.ts.map +1 -0
- package/_types/chains/definitions/pgn.d.ts +3 -3
- package/_types/chains/definitions/pgnTestnet.d.ts +3 -3
- package/_types/chains/definitions/playfiAlbireo.d.ts +14 -14
- package/_types/chains/definitions/pyrope.d.ts +3 -3
- package/_types/chains/definitions/redstone.d.ts +3 -3
- package/_types/chains/definitions/rss3.d.ts +3 -3
- package/_types/chains/definitions/rss3Sepolia.d.ts +3 -3
- package/_types/chains/definitions/shape.d.ts +3 -3
- package/_types/chains/definitions/shapeSepolia.d.ts +3 -3
- package/_types/chains/definitions/snax.d.ts +3 -3
- package/_types/chains/definitions/snaxTestnet.d.ts +3 -3
- package/_types/chains/definitions/soneium.d.ts +3 -3
- package/_types/chains/definitions/soneiumMinato.d.ts +3 -3
- package/_types/chains/definitions/sophon.d.ts +14 -14
- package/_types/chains/definitions/sophonTestnet.d.ts +14 -14
- package/_types/chains/definitions/superseed.d.ts +3 -3
- package/_types/chains/definitions/superseedSepolia.d.ts +3 -3
- package/_types/chains/definitions/swellchain.d.ts +3 -3
- package/_types/chains/definitions/swellchainTestnet.d.ts +3 -3
- package/_types/chains/definitions/{tempoTestnet.d.ts → tempoAndantino.d.ts} +36 -40
- package/_types/chains/definitions/{tempoTestnet.d.ts.map → tempoAndantino.d.ts.map} +1 -1
- package/_types/chains/definitions/tempoDevnet.d.ts +43 -47
- package/_types/chains/definitions/tempoDevnet.d.ts.map +1 -1
- package/_types/chains/definitions/tempoLocalnet.d.ts +30 -34
- package/_types/chains/definitions/tempoLocalnet.d.ts.map +1 -1
- package/_types/chains/definitions/tempoModerato.d.ts +912 -0
- package/_types/chains/definitions/tempoModerato.d.ts.map +1 -0
- package/_types/chains/definitions/treasure.d.ts +14 -14
- package/_types/chains/definitions/treasureTopaz.d.ts +14 -14
- package/_types/chains/definitions/unichain.d.ts +3 -3
- package/_types/chains/definitions/unichainSepolia.d.ts +3 -3
- package/_types/chains/definitions/worldchain.d.ts +3 -3
- package/_types/chains/definitions/worldchainSepolia.d.ts +3 -3
- package/_types/chains/definitions/zircuit.d.ts +3 -3
- package/_types/chains/definitions/zircuitGarfieldTestnet.d.ts +3 -3
- package/_types/chains/definitions/zircuitTestnet.d.ts +3 -3
- package/_types/chains/definitions/zksync.d.ts +14 -14
- package/_types/chains/definitions/zksyncInMemoryNode.d.ts +14 -14
- package/_types/chains/definitions/zksyncLocalCustomHyperchain.d.ts +14 -14
- package/_types/chains/definitions/zksyncLocalHyperchain.d.ts +14 -14
- package/_types/chains/definitions/zksyncLocalNode.d.ts +14 -14
- package/_types/chains/definitions/zksyncSepoliaTestnet.d.ts +14 -14
- package/_types/chains/definitions/zora.d.ts +3 -3
- package/_types/chains/definitions/zoraSepolia.d.ts +3 -3
- package/_types/chains/definitions/zoraTestnet.d.ts +3 -3
- package/_types/chains/index.d.ts +9 -1
- package/_types/chains/index.d.ts.map +1 -1
- package/_types/errors/version.d.ts +1 -1
- package/_types/index.d.ts +2 -0
- package/_types/index.d.ts.map +1 -1
- package/_types/op-stack/chainConfig.d.ts +3 -3
- package/_types/op-stack/formatters.d.ts +3 -3
- package/_types/tempo/Abis.d.ts +937 -1194
- package/_types/tempo/Abis.d.ts.map +1 -1
- package/_types/tempo/Addresses.d.ts +1 -1
- package/_types/tempo/Addresses.d.ts.map +1 -1
- package/_types/tempo/Decorator.d.ts +91 -85
- package/_types/tempo/Decorator.d.ts.map +1 -1
- package/_types/tempo/actions/amm.d.ts +19 -360
- package/_types/tempo/actions/amm.d.ts.map +1 -1
- package/_types/tempo/actions/dex.d.ts +765 -237
- package/_types/tempo/actions/dex.d.ts.map +1 -1
- package/_types/tempo/actions/fee.d.ts +30 -11
- package/_types/tempo/actions/fee.d.ts.map +1 -1
- package/_types/tempo/actions/nonce.d.ts +0 -105
- package/_types/tempo/actions/nonce.d.ts.map +1 -1
- package/_types/tempo/actions/policy.d.ts +60 -0
- package/_types/tempo/actions/policy.d.ts.map +1 -1
- package/_types/tempo/actions/reward.d.ts +350 -526
- package/_types/tempo/actions/reward.d.ts.map +1 -1
- package/_types/tempo/actions/token.d.ts +368 -1984
- package/_types/tempo/actions/token.d.ts.map +1 -1
- package/_types/tempo/chainConfig.d.ts +16 -19
- package/_types/tempo/chainConfig.d.ts.map +1 -1
- package/_types/tempo/index.d.ts +1 -1
- package/_types/tempo/index.d.ts.map +1 -1
- package/_types/utils/formatters/transaction.d.ts +1 -1
- package/_types/utils/formatters/transactionRequest.d.ts +1 -1
- package/_types/zksync/chainConfig.d.ts +14 -14
- package/_types/zksync/formatters.d.ts +14 -14
- package/account-abstraction/utils/userOperation/toPackedUserOperation.ts +17 -2
- package/actions/wallet/sendTransactionSync.ts +1 -0
- package/chains/definitions/codex.ts +45 -0
- package/chains/definitions/codexTestnet.ts +45 -0
- package/chains/definitions/paseoPassetHub.ts +23 -0
- package/chains/definitions/{tempoTestnet.ts → tempoAndantino.ts} +3 -3
- package/chains/definitions/tempoDevnet.ts +7 -1
- package/chains/definitions/tempoModerato.ts +25 -0
- package/chains/index.ts +10 -1
- package/errors/version.ts +1 -1
- package/index.ts +9 -0
- package/package.json +2 -2
- package/tempo/Abis.ts +607 -752
- package/tempo/Addresses.ts +1 -1
- package/tempo/Decorator.ts +115 -106
- package/tempo/actions/amm.ts +13 -115
- package/tempo/actions/dex.ts +274 -72
- package/tempo/actions/nonce.ts +0 -148
- package/tempo/actions/reward.ts +310 -257
- package/tempo/actions/token.ts +16 -2
- package/tempo/chainConfig.ts +2 -9
- package/tempo/index.ts +1 -1
- package/_cjs/chains/definitions/tempoTestnet.js.map +0 -1
- package/_esm/chains/definitions/tempoTestnet.js.map +0 -1
|
@@ -0,0 +1,912 @@
|
|
|
1
|
+
export declare const tempoModerato: {
|
|
2
|
+
blockExplorers: {
|
|
3
|
+
readonly default: {
|
|
4
|
+
readonly name: "Tempo Explorer";
|
|
5
|
+
readonly url: "https://explore.moderato.tempo.xyz";
|
|
6
|
+
};
|
|
7
|
+
};
|
|
8
|
+
blockTime: 1000;
|
|
9
|
+
contracts?: {
|
|
10
|
+
[x: string]: import("../../index.js").ChainContract | {
|
|
11
|
+
[sourceId: number]: import("../../index.js").ChainContract | undefined;
|
|
12
|
+
} | undefined;
|
|
13
|
+
ensRegistry?: import("../../index.js").ChainContract | undefined;
|
|
14
|
+
ensUniversalResolver?: import("../../index.js").ChainContract | undefined;
|
|
15
|
+
multicall3?: import("../../index.js").ChainContract | undefined;
|
|
16
|
+
erc6492Verifier?: import("../../index.js").ChainContract | undefined;
|
|
17
|
+
} | undefined;
|
|
18
|
+
ensTlds?: readonly string[] | undefined;
|
|
19
|
+
id: 42431;
|
|
20
|
+
name: "Tempo Testnet (Moderato)";
|
|
21
|
+
nativeCurrency: {
|
|
22
|
+
readonly name: "USD";
|
|
23
|
+
readonly symbol: "USD";
|
|
24
|
+
readonly decimals: 6;
|
|
25
|
+
};
|
|
26
|
+
experimental_preconfirmationTime?: number | undefined | undefined;
|
|
27
|
+
rpcUrls: {
|
|
28
|
+
readonly default: {
|
|
29
|
+
readonly http: readonly ["https://rpc.moderato.tempo.xyz"];
|
|
30
|
+
readonly webSocket: readonly ["wss://rpc.moderato.tempo.xyz"];
|
|
31
|
+
};
|
|
32
|
+
};
|
|
33
|
+
sourceId?: number | undefined | undefined;
|
|
34
|
+
testnet?: boolean | undefined | undefined;
|
|
35
|
+
custom?: Record<string, unknown> | undefined;
|
|
36
|
+
extendSchema: {
|
|
37
|
+
feeToken?: import("ox/tempo/TokenId").TokenIdOrAddress | undefined;
|
|
38
|
+
};
|
|
39
|
+
fees?: import("../../index.js").ChainFees<undefined> | undefined;
|
|
40
|
+
formatters: {
|
|
41
|
+
readonly transaction: {
|
|
42
|
+
exclude: never[] | undefined;
|
|
43
|
+
format: (args: import("../../tempo/Transaction.js").TransactionRpc, action?: string | undefined) => ({
|
|
44
|
+
r: import("../../index.js").Hex;
|
|
45
|
+
s: import("../../index.js").Hex;
|
|
46
|
+
v: bigint;
|
|
47
|
+
to: import("abitype").Address | null;
|
|
48
|
+
from: import("abitype").Address;
|
|
49
|
+
gas: bigint;
|
|
50
|
+
nonce: number;
|
|
51
|
+
value: bigint;
|
|
52
|
+
blockHash: `0x${string}` | null;
|
|
53
|
+
blockNumber: bigint | null;
|
|
54
|
+
hash: import("../../index.js").Hash;
|
|
55
|
+
input: import("../../index.js").Hex;
|
|
56
|
+
transactionIndex: number | null;
|
|
57
|
+
typeHex: import("../../index.js").Hex | null;
|
|
58
|
+
accessList?: undefined | undefined;
|
|
59
|
+
authorizationList?: undefined | undefined;
|
|
60
|
+
blobVersionedHashes?: undefined | undefined;
|
|
61
|
+
chainId?: number | undefined;
|
|
62
|
+
yParity?: undefined | undefined;
|
|
63
|
+
type: "legacy";
|
|
64
|
+
gasPrice: bigint;
|
|
65
|
+
maxFeePerBlobGas?: undefined | undefined;
|
|
66
|
+
maxFeePerGas?: undefined | undefined;
|
|
67
|
+
maxPriorityFeePerGas?: undefined | undefined;
|
|
68
|
+
signature?: undefined;
|
|
69
|
+
calls?: undefined;
|
|
70
|
+
nonceKey?: undefined;
|
|
71
|
+
validAfter?: undefined;
|
|
72
|
+
feeToken?: undefined;
|
|
73
|
+
feePayerSignature?: undefined;
|
|
74
|
+
keyAuthorization?: undefined;
|
|
75
|
+
validBefore?: undefined;
|
|
76
|
+
} | {
|
|
77
|
+
blockHash: `0x${string}` | null;
|
|
78
|
+
blockNumber: bigint | null;
|
|
79
|
+
from: import("abitype").Address;
|
|
80
|
+
gas: bigint;
|
|
81
|
+
hash: import("../../index.js").Hash;
|
|
82
|
+
input: import("../../index.js").Hex;
|
|
83
|
+
nonce: number;
|
|
84
|
+
r: import("../../index.js").Hex;
|
|
85
|
+
s: import("../../index.js").Hex;
|
|
86
|
+
to: import("abitype").Address | null;
|
|
87
|
+
transactionIndex: number | null;
|
|
88
|
+
typeHex: import("../../index.js").Hex | null;
|
|
89
|
+
v: bigint;
|
|
90
|
+
value: bigint;
|
|
91
|
+
yParity: number;
|
|
92
|
+
accessList: import("../../index.js").AccessList;
|
|
93
|
+
authorizationList?: undefined | undefined;
|
|
94
|
+
blobVersionedHashes?: undefined | undefined;
|
|
95
|
+
chainId: number;
|
|
96
|
+
type: "eip2930";
|
|
97
|
+
gasPrice: bigint;
|
|
98
|
+
maxFeePerBlobGas?: undefined | undefined;
|
|
99
|
+
maxFeePerGas?: undefined | undefined;
|
|
100
|
+
maxPriorityFeePerGas?: undefined | undefined;
|
|
101
|
+
signature?: undefined;
|
|
102
|
+
calls?: undefined;
|
|
103
|
+
nonceKey?: undefined;
|
|
104
|
+
validAfter?: undefined;
|
|
105
|
+
feeToken?: undefined;
|
|
106
|
+
feePayerSignature?: undefined;
|
|
107
|
+
keyAuthorization?: undefined;
|
|
108
|
+
validBefore?: undefined;
|
|
109
|
+
} | {
|
|
110
|
+
blockHash: `0x${string}` | null;
|
|
111
|
+
blockNumber: bigint | null;
|
|
112
|
+
from: import("abitype").Address;
|
|
113
|
+
gas: bigint;
|
|
114
|
+
hash: import("../../index.js").Hash;
|
|
115
|
+
input: import("../../index.js").Hex;
|
|
116
|
+
nonce: number;
|
|
117
|
+
r: import("../../index.js").Hex;
|
|
118
|
+
s: import("../../index.js").Hex;
|
|
119
|
+
to: import("abitype").Address | null;
|
|
120
|
+
transactionIndex: number | null;
|
|
121
|
+
typeHex: import("../../index.js").Hex | null;
|
|
122
|
+
v: bigint;
|
|
123
|
+
value: bigint;
|
|
124
|
+
yParity: number;
|
|
125
|
+
accessList: import("../../index.js").AccessList;
|
|
126
|
+
authorizationList?: undefined | undefined;
|
|
127
|
+
blobVersionedHashes?: undefined | undefined;
|
|
128
|
+
chainId: number;
|
|
129
|
+
type: "eip1559";
|
|
130
|
+
gasPrice?: undefined | undefined;
|
|
131
|
+
maxFeePerBlobGas?: undefined | undefined;
|
|
132
|
+
maxFeePerGas: bigint;
|
|
133
|
+
maxPriorityFeePerGas: bigint;
|
|
134
|
+
signature?: undefined;
|
|
135
|
+
calls?: undefined;
|
|
136
|
+
nonceKey?: undefined;
|
|
137
|
+
validAfter?: undefined;
|
|
138
|
+
feeToken?: undefined;
|
|
139
|
+
feePayerSignature?: undefined;
|
|
140
|
+
keyAuthorization?: undefined;
|
|
141
|
+
validBefore?: undefined;
|
|
142
|
+
} | {
|
|
143
|
+
blockHash: `0x${string}` | null;
|
|
144
|
+
blockNumber: bigint | null;
|
|
145
|
+
from: import("abitype").Address;
|
|
146
|
+
gas: bigint;
|
|
147
|
+
hash: import("../../index.js").Hash;
|
|
148
|
+
input: import("../../index.js").Hex;
|
|
149
|
+
nonce: number;
|
|
150
|
+
r: import("../../index.js").Hex;
|
|
151
|
+
s: import("../../index.js").Hex;
|
|
152
|
+
to: import("abitype").Address | null;
|
|
153
|
+
transactionIndex: number | null;
|
|
154
|
+
typeHex: import("../../index.js").Hex | null;
|
|
155
|
+
v: bigint;
|
|
156
|
+
value: bigint;
|
|
157
|
+
yParity: number;
|
|
158
|
+
accessList: import("../../index.js").AccessList;
|
|
159
|
+
authorizationList?: undefined | undefined;
|
|
160
|
+
blobVersionedHashes: readonly import("../../index.js").Hex[];
|
|
161
|
+
chainId: number;
|
|
162
|
+
type: "eip4844";
|
|
163
|
+
gasPrice?: undefined | undefined;
|
|
164
|
+
maxFeePerBlobGas: bigint;
|
|
165
|
+
maxFeePerGas: bigint;
|
|
166
|
+
maxPriorityFeePerGas: bigint;
|
|
167
|
+
signature?: undefined;
|
|
168
|
+
calls?: undefined;
|
|
169
|
+
nonceKey?: undefined;
|
|
170
|
+
validAfter?: undefined;
|
|
171
|
+
feeToken?: undefined;
|
|
172
|
+
feePayerSignature?: undefined;
|
|
173
|
+
keyAuthorization?: undefined;
|
|
174
|
+
validBefore?: undefined;
|
|
175
|
+
} | {
|
|
176
|
+
blockHash: `0x${string}` | null;
|
|
177
|
+
blockNumber: bigint | null;
|
|
178
|
+
from: import("abitype").Address;
|
|
179
|
+
gas: bigint;
|
|
180
|
+
hash: import("../../index.js").Hash;
|
|
181
|
+
input: import("../../index.js").Hex;
|
|
182
|
+
nonce: number;
|
|
183
|
+
r: import("../../index.js").Hex;
|
|
184
|
+
s: import("../../index.js").Hex;
|
|
185
|
+
to: import("abitype").Address | null;
|
|
186
|
+
transactionIndex: number | null;
|
|
187
|
+
typeHex: import("../../index.js").Hex | null;
|
|
188
|
+
v: bigint;
|
|
189
|
+
value: bigint;
|
|
190
|
+
yParity: number;
|
|
191
|
+
accessList: import("../../index.js").AccessList;
|
|
192
|
+
authorizationList: import("../../index.js").SignedAuthorizationList;
|
|
193
|
+
blobVersionedHashes?: undefined | undefined;
|
|
194
|
+
chainId: number;
|
|
195
|
+
type: "eip7702";
|
|
196
|
+
gasPrice?: undefined | undefined;
|
|
197
|
+
maxFeePerBlobGas?: undefined | undefined;
|
|
198
|
+
maxFeePerGas: bigint;
|
|
199
|
+
maxPriorityFeePerGas: bigint;
|
|
200
|
+
signature?: undefined;
|
|
201
|
+
calls?: undefined;
|
|
202
|
+
nonceKey?: undefined;
|
|
203
|
+
validAfter?: undefined;
|
|
204
|
+
feeToken?: undefined;
|
|
205
|
+
feePayerSignature?: undefined;
|
|
206
|
+
keyAuthorization?: undefined;
|
|
207
|
+
validBefore?: undefined;
|
|
208
|
+
} | {
|
|
209
|
+
from: import("abitype").Address;
|
|
210
|
+
gas: bigint;
|
|
211
|
+
nonce: number;
|
|
212
|
+
blockHash: `0x${string}` | null;
|
|
213
|
+
blockNumber: bigint | null;
|
|
214
|
+
hash: import("../../index.js").Hash;
|
|
215
|
+
transactionIndex: number | null;
|
|
216
|
+
typeHex: import("../../index.js").Hex | null;
|
|
217
|
+
r?: `0x${string}` | undefined;
|
|
218
|
+
s?: `0x${string}` | undefined;
|
|
219
|
+
v?: bigint | undefined;
|
|
220
|
+
yParity?: number | undefined;
|
|
221
|
+
accessList: import("../../index.js").AccessList;
|
|
222
|
+
authorizationList?: readonly {
|
|
223
|
+
address: import("ox/Address").Address;
|
|
224
|
+
chainId: number;
|
|
225
|
+
nonce: bigint;
|
|
226
|
+
signature: import("ox/tempo/SignatureEnvelope").SignatureEnvelope<bigint, number>;
|
|
227
|
+
}[] | undefined;
|
|
228
|
+
calls: readonly import("ox/tempo/TxEnvelopeTempo").Call<bigint>[];
|
|
229
|
+
chainId: number;
|
|
230
|
+
feeToken?: `0x${string}` | undefined;
|
|
231
|
+
feePayerSignature?: import("../../index.js").Signature | undefined;
|
|
232
|
+
keyAuthorization?: import("ox/tempo/KeyAuthorization").Signed<bigint, number> | null | undefined;
|
|
233
|
+
nonceKey?: bigint | undefined;
|
|
234
|
+
signature: import("ox/tempo/SignatureEnvelope").SignatureEnvelope;
|
|
235
|
+
type: "tempo";
|
|
236
|
+
validBefore?: number | undefined;
|
|
237
|
+
validAfter?: number | undefined;
|
|
238
|
+
gasPrice?: undefined | undefined;
|
|
239
|
+
maxFeePerBlobGas?: undefined | undefined;
|
|
240
|
+
maxFeePerGas: bigint;
|
|
241
|
+
maxPriorityFeePerGas: bigint;
|
|
242
|
+
to?: undefined;
|
|
243
|
+
value?: undefined;
|
|
244
|
+
blobVersionedHashes?: undefined;
|
|
245
|
+
input?: undefined;
|
|
246
|
+
}) & {};
|
|
247
|
+
type: "transaction";
|
|
248
|
+
};
|
|
249
|
+
readonly transactionReceipt: {
|
|
250
|
+
exclude: [] | undefined;
|
|
251
|
+
format: (args: import("../../tempo/Transaction.js").TransactionReceiptRpc, action?: string | undefined) => {
|
|
252
|
+
blobGasPrice?: bigint | undefined;
|
|
253
|
+
blobGasUsed?: bigint | undefined;
|
|
254
|
+
blockHash: import("../../index.js").Hash;
|
|
255
|
+
blockNumber: bigint;
|
|
256
|
+
contractAddress: import("abitype").Address | null | undefined;
|
|
257
|
+
cumulativeGasUsed: bigint;
|
|
258
|
+
effectiveGasPrice: bigint;
|
|
259
|
+
from: import("abitype").Address;
|
|
260
|
+
gasUsed: bigint;
|
|
261
|
+
logs: import("../../index.js").Log<bigint, number, false>[];
|
|
262
|
+
logsBloom: import("../../index.js").Hex;
|
|
263
|
+
root?: `0x${string}` | undefined;
|
|
264
|
+
status: "success" | "reverted";
|
|
265
|
+
to: import("abitype").Address | null;
|
|
266
|
+
transactionHash: import("../../index.js").Hash;
|
|
267
|
+
transactionIndex: number;
|
|
268
|
+
type: import("../../tempo/Transaction.js").TransactionType;
|
|
269
|
+
feePayer?: `0x${string}` | undefined;
|
|
270
|
+
feeToken?: `0x${string}` | undefined;
|
|
271
|
+
} & {};
|
|
272
|
+
type: "transactionReceipt";
|
|
273
|
+
};
|
|
274
|
+
readonly transactionRequest: {
|
|
275
|
+
exclude: [] | undefined;
|
|
276
|
+
format: (args: import("../../tempo/Transaction.js").TransactionRequest, action?: string | undefined) => ({
|
|
277
|
+
data?: `0x${string}` | undefined;
|
|
278
|
+
from?: `0x${string}` | undefined;
|
|
279
|
+
gas?: `0x${string}` | undefined;
|
|
280
|
+
nonce?: `0x${string}` | undefined;
|
|
281
|
+
to?: `0x${string}` | null | undefined;
|
|
282
|
+
type?: "0x0" | undefined;
|
|
283
|
+
value?: `0x${string}` | undefined;
|
|
284
|
+
gasPrice?: `0x${string}` | undefined;
|
|
285
|
+
maxFeePerBlobGas?: undefined | undefined;
|
|
286
|
+
maxFeePerGas?: undefined | undefined;
|
|
287
|
+
maxPriorityFeePerGas?: undefined | undefined;
|
|
288
|
+
blobs?: undefined;
|
|
289
|
+
blobVersionedHashes?: undefined;
|
|
290
|
+
kzg?: undefined;
|
|
291
|
+
accessList?: undefined;
|
|
292
|
+
sidecars?: undefined;
|
|
293
|
+
authorizationList?: undefined;
|
|
294
|
+
calls?: undefined;
|
|
295
|
+
nonceKey?: undefined;
|
|
296
|
+
validAfter?: undefined;
|
|
297
|
+
feeToken?: undefined;
|
|
298
|
+
keyAuthorization?: undefined;
|
|
299
|
+
validBefore?: undefined;
|
|
300
|
+
feePayer?: undefined;
|
|
301
|
+
} | {
|
|
302
|
+
data?: `0x${string}` | undefined;
|
|
303
|
+
from?: `0x${string}` | undefined;
|
|
304
|
+
gas?: `0x${string}` | undefined;
|
|
305
|
+
nonce?: `0x${string}` | undefined;
|
|
306
|
+
to?: `0x${string}` | null | undefined;
|
|
307
|
+
type?: "0x1" | undefined;
|
|
308
|
+
value?: `0x${string}` | undefined;
|
|
309
|
+
gasPrice?: `0x${string}` | undefined;
|
|
310
|
+
maxFeePerBlobGas?: undefined | undefined;
|
|
311
|
+
maxFeePerGas?: undefined | undefined;
|
|
312
|
+
maxPriorityFeePerGas?: undefined | undefined;
|
|
313
|
+
accessList?: import("../../index.js").AccessList | undefined;
|
|
314
|
+
blobs?: undefined;
|
|
315
|
+
blobVersionedHashes?: undefined;
|
|
316
|
+
kzg?: undefined;
|
|
317
|
+
sidecars?: undefined;
|
|
318
|
+
authorizationList?: undefined;
|
|
319
|
+
calls?: undefined;
|
|
320
|
+
nonceKey?: undefined;
|
|
321
|
+
validAfter?: undefined;
|
|
322
|
+
feeToken?: undefined;
|
|
323
|
+
keyAuthorization?: undefined;
|
|
324
|
+
validBefore?: undefined;
|
|
325
|
+
feePayer?: undefined;
|
|
326
|
+
} | {
|
|
327
|
+
data?: `0x${string}` | undefined;
|
|
328
|
+
from?: `0x${string}` | undefined;
|
|
329
|
+
gas?: `0x${string}` | undefined;
|
|
330
|
+
nonce?: `0x${string}` | undefined;
|
|
331
|
+
to?: `0x${string}` | null | undefined;
|
|
332
|
+
type?: "0x2" | undefined;
|
|
333
|
+
value?: `0x${string}` | undefined;
|
|
334
|
+
gasPrice?: undefined | undefined;
|
|
335
|
+
maxFeePerBlobGas?: undefined | undefined;
|
|
336
|
+
maxFeePerGas?: `0x${string}` | undefined;
|
|
337
|
+
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
|
338
|
+
accessList?: import("../../index.js").AccessList | undefined;
|
|
339
|
+
blobs?: undefined;
|
|
340
|
+
blobVersionedHashes?: undefined;
|
|
341
|
+
kzg?: undefined;
|
|
342
|
+
sidecars?: undefined;
|
|
343
|
+
authorizationList?: undefined;
|
|
344
|
+
calls?: undefined;
|
|
345
|
+
nonceKey?: undefined;
|
|
346
|
+
validAfter?: undefined;
|
|
347
|
+
feeToken?: undefined;
|
|
348
|
+
keyAuthorization?: undefined;
|
|
349
|
+
validBefore?: undefined;
|
|
350
|
+
feePayer?: undefined;
|
|
351
|
+
} | {
|
|
352
|
+
type?: "0x3" | undefined;
|
|
353
|
+
data?: `0x${string}` | undefined;
|
|
354
|
+
from?: `0x${string}` | undefined;
|
|
355
|
+
gas?: `0x${string}` | undefined;
|
|
356
|
+
nonce?: `0x${string}` | undefined;
|
|
357
|
+
value?: `0x${string}` | undefined;
|
|
358
|
+
to: `0x${string}` | null;
|
|
359
|
+
gasPrice?: undefined | undefined;
|
|
360
|
+
maxFeePerBlobGas?: `0x${string}` | undefined;
|
|
361
|
+
maxFeePerGas?: `0x${string}` | undefined;
|
|
362
|
+
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
|
363
|
+
accessList?: import("../../index.js").AccessList | undefined;
|
|
364
|
+
sidecars?: readonly import("../../index.js").BlobSidecar<`0x${string}`>[] | undefined;
|
|
365
|
+
blobs?: readonly `0x${string}`[] | readonly import("../../index.js").ByteArray[] | undefined;
|
|
366
|
+
blobVersionedHashes: readonly import("../../index.js").Hex[];
|
|
367
|
+
kzg?: undefined;
|
|
368
|
+
authorizationList?: undefined;
|
|
369
|
+
calls?: undefined;
|
|
370
|
+
nonceKey?: undefined;
|
|
371
|
+
validAfter?: undefined;
|
|
372
|
+
feeToken?: undefined;
|
|
373
|
+
keyAuthorization?: undefined;
|
|
374
|
+
validBefore?: undefined;
|
|
375
|
+
feePayer?: undefined;
|
|
376
|
+
} | {
|
|
377
|
+
type?: "0x3" | undefined;
|
|
378
|
+
data?: `0x${string}` | undefined;
|
|
379
|
+
from?: `0x${string}` | undefined;
|
|
380
|
+
gas?: `0x${string}` | undefined;
|
|
381
|
+
nonce?: `0x${string}` | undefined;
|
|
382
|
+
value?: `0x${string}` | undefined;
|
|
383
|
+
to: `0x${string}` | null;
|
|
384
|
+
gasPrice?: undefined | undefined;
|
|
385
|
+
maxFeePerBlobGas?: `0x${string}` | undefined;
|
|
386
|
+
maxFeePerGas?: `0x${string}` | undefined;
|
|
387
|
+
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
|
388
|
+
accessList?: import("../../index.js").AccessList | undefined;
|
|
389
|
+
sidecars?: readonly import("../../index.js").BlobSidecar<`0x${string}`>[] | undefined;
|
|
390
|
+
blobs: readonly import("../../index.js").Hex[] | readonly import("../../index.js").ByteArray[];
|
|
391
|
+
blobVersionedHashes?: readonly `0x${string}`[] | undefined;
|
|
392
|
+
kzg?: import("../../index.js").Kzg | undefined;
|
|
393
|
+
authorizationList?: undefined;
|
|
394
|
+
calls?: undefined;
|
|
395
|
+
nonceKey?: undefined;
|
|
396
|
+
validAfter?: undefined;
|
|
397
|
+
feeToken?: undefined;
|
|
398
|
+
keyAuthorization?: undefined;
|
|
399
|
+
validBefore?: undefined;
|
|
400
|
+
feePayer?: undefined;
|
|
401
|
+
} | {
|
|
402
|
+
type?: "0x4" | undefined;
|
|
403
|
+
gasPrice?: undefined | undefined;
|
|
404
|
+
maxFeePerBlobGas?: undefined | undefined;
|
|
405
|
+
maxFeePerGas?: `0x${string}` | undefined;
|
|
406
|
+
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
|
407
|
+
to?: `0x${string}` | null | undefined;
|
|
408
|
+
data?: `0x${string}` | undefined;
|
|
409
|
+
from?: `0x${string}` | undefined;
|
|
410
|
+
gas?: `0x${string}` | undefined;
|
|
411
|
+
nonce?: `0x${string}` | undefined;
|
|
412
|
+
value?: `0x${string}` | undefined;
|
|
413
|
+
accessList?: import("../../index.js").AccessList | undefined;
|
|
414
|
+
authorizationList?: import("../../index.js").RpcAuthorizationList | undefined;
|
|
415
|
+
blobs?: undefined;
|
|
416
|
+
blobVersionedHashes?: undefined;
|
|
417
|
+
kzg?: undefined;
|
|
418
|
+
sidecars?: undefined;
|
|
419
|
+
calls?: undefined;
|
|
420
|
+
nonceKey?: undefined;
|
|
421
|
+
validAfter?: undefined;
|
|
422
|
+
feeToken?: undefined;
|
|
423
|
+
keyAuthorization?: undefined;
|
|
424
|
+
validBefore?: undefined;
|
|
425
|
+
feePayer?: undefined;
|
|
426
|
+
} | {
|
|
427
|
+
data?: `0x${string}` | undefined;
|
|
428
|
+
from?: `0x${string}` | undefined;
|
|
429
|
+
gas?: `0x${string}` | undefined;
|
|
430
|
+
nonce?: `0x${string}` | undefined;
|
|
431
|
+
to?: `0x${string}` | null | undefined;
|
|
432
|
+
type?: "0x76" | undefined;
|
|
433
|
+
value?: `0x${string}` | undefined;
|
|
434
|
+
gasPrice?: undefined | undefined;
|
|
435
|
+
maxFeePerBlobGas?: undefined | undefined;
|
|
436
|
+
maxFeePerGas?: `0x${string}` | undefined;
|
|
437
|
+
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
|
438
|
+
accessList?: import("../../index.js").AccessList | undefined;
|
|
439
|
+
keyAuthorization?: import("ox/tempo/KeyAuthorization").Signed<`0x${string}`, `0x${string}`> | undefined;
|
|
440
|
+
calls?: readonly import("ox/tempo/TxEnvelopeTempo").Call<`0x${string}`>[] | undefined;
|
|
441
|
+
feePayer?: true | import("../../index.js").Account | undefined;
|
|
442
|
+
feeToken?: bigint | `0x${string}` | undefined;
|
|
443
|
+
nonceKey?: `0x${string}` | "random" | undefined;
|
|
444
|
+
validBefore?: `0x${string}` | undefined;
|
|
445
|
+
validAfter?: `0x${string}` | undefined;
|
|
446
|
+
blobs?: undefined;
|
|
447
|
+
blobVersionedHashes?: undefined;
|
|
448
|
+
kzg?: undefined;
|
|
449
|
+
sidecars?: undefined;
|
|
450
|
+
authorizationList?: undefined;
|
|
451
|
+
}) & {};
|
|
452
|
+
type: "transactionRequest";
|
|
453
|
+
};
|
|
454
|
+
};
|
|
455
|
+
prepareTransactionRequest: [(r: import("../../index.js").PrepareTransactionRequestParameters) => Promise<import("../../index.js").PrepareTransactionRequestParameters>, {
|
|
456
|
+
readonly runAt: readonly ["beforeFillTransaction", "afterFillParameters"];
|
|
457
|
+
}];
|
|
458
|
+
serializers: {
|
|
459
|
+
readonly transaction: import("../../index.js").SerializeTransactionFn;
|
|
460
|
+
};
|
|
461
|
+
verifyHash: (client: import("../../index.js").Client, parameters: import("../../index.js").VerifyHashActionParameters) => Promise<boolean>;
|
|
462
|
+
extend: <const extended_1 extends {
|
|
463
|
+
feeToken?: import("ox/tempo/TokenId").TokenIdOrAddress | undefined;
|
|
464
|
+
}>(extended: extended_1) => import("../index.js").Assign<import("../index.js").Assign<import("../index.js").Chain<undefined>, {
|
|
465
|
+
readonly id: 42431;
|
|
466
|
+
readonly blockExplorers: {
|
|
467
|
+
readonly default: {
|
|
468
|
+
readonly name: "Tempo Explorer";
|
|
469
|
+
readonly url: "https://explore.moderato.tempo.xyz";
|
|
470
|
+
};
|
|
471
|
+
};
|
|
472
|
+
readonly name: "Tempo Testnet (Moderato)";
|
|
473
|
+
readonly nativeCurrency: {
|
|
474
|
+
readonly name: "USD";
|
|
475
|
+
readonly symbol: "USD";
|
|
476
|
+
readonly decimals: 6;
|
|
477
|
+
};
|
|
478
|
+
readonly rpcUrls: {
|
|
479
|
+
readonly default: {
|
|
480
|
+
readonly http: readonly ["https://rpc.moderato.tempo.xyz"];
|
|
481
|
+
readonly webSocket: readonly ["wss://rpc.moderato.tempo.xyz"];
|
|
482
|
+
};
|
|
483
|
+
};
|
|
484
|
+
readonly blockTime: 1000;
|
|
485
|
+
readonly extendSchema: {
|
|
486
|
+
feeToken?: import("ox/tempo/TokenId").TokenIdOrAddress | undefined;
|
|
487
|
+
};
|
|
488
|
+
readonly formatters: {
|
|
489
|
+
readonly transaction: {
|
|
490
|
+
exclude: never[] | undefined;
|
|
491
|
+
format: (args: import("../../tempo/Transaction.js").TransactionRpc, action?: string | undefined) => ({
|
|
492
|
+
r: import("../../index.js").Hex;
|
|
493
|
+
s: import("../../index.js").Hex;
|
|
494
|
+
v: bigint;
|
|
495
|
+
to: import("abitype").Address | null;
|
|
496
|
+
from: import("abitype").Address;
|
|
497
|
+
gas: bigint;
|
|
498
|
+
nonce: number;
|
|
499
|
+
value: bigint;
|
|
500
|
+
blockHash: `0x${string}` | null;
|
|
501
|
+
blockNumber: bigint | null;
|
|
502
|
+
hash: import("../../index.js").Hash;
|
|
503
|
+
input: import("../../index.js").Hex;
|
|
504
|
+
transactionIndex: number | null;
|
|
505
|
+
typeHex: import("../../index.js").Hex | null;
|
|
506
|
+
accessList?: undefined | undefined;
|
|
507
|
+
authorizationList?: undefined | undefined;
|
|
508
|
+
blobVersionedHashes?: undefined | undefined;
|
|
509
|
+
chainId?: number | undefined;
|
|
510
|
+
yParity?: undefined | undefined;
|
|
511
|
+
type: "legacy";
|
|
512
|
+
gasPrice: bigint;
|
|
513
|
+
maxFeePerBlobGas?: undefined | undefined;
|
|
514
|
+
maxFeePerGas?: undefined | undefined;
|
|
515
|
+
maxPriorityFeePerGas?: undefined | undefined;
|
|
516
|
+
signature?: undefined;
|
|
517
|
+
calls?: undefined;
|
|
518
|
+
nonceKey?: undefined;
|
|
519
|
+
validAfter?: undefined;
|
|
520
|
+
feeToken?: undefined;
|
|
521
|
+
feePayerSignature?: undefined;
|
|
522
|
+
keyAuthorization?: undefined;
|
|
523
|
+
validBefore?: undefined;
|
|
524
|
+
} | {
|
|
525
|
+
blockHash: `0x${string}` | null;
|
|
526
|
+
blockNumber: bigint | null;
|
|
527
|
+
from: import("abitype").Address;
|
|
528
|
+
gas: bigint;
|
|
529
|
+
hash: import("../../index.js").Hash;
|
|
530
|
+
input: import("../../index.js").Hex;
|
|
531
|
+
nonce: number;
|
|
532
|
+
r: import("../../index.js").Hex;
|
|
533
|
+
s: import("../../index.js").Hex;
|
|
534
|
+
to: import("abitype").Address | null;
|
|
535
|
+
transactionIndex: number | null;
|
|
536
|
+
typeHex: import("../../index.js").Hex | null;
|
|
537
|
+
v: bigint;
|
|
538
|
+
value: bigint;
|
|
539
|
+
yParity: number;
|
|
540
|
+
accessList: import("../../index.js").AccessList;
|
|
541
|
+
authorizationList?: undefined | undefined;
|
|
542
|
+
blobVersionedHashes?: undefined | undefined;
|
|
543
|
+
chainId: number;
|
|
544
|
+
type: "eip2930";
|
|
545
|
+
gasPrice: bigint;
|
|
546
|
+
maxFeePerBlobGas?: undefined | undefined;
|
|
547
|
+
maxFeePerGas?: undefined | undefined;
|
|
548
|
+
maxPriorityFeePerGas?: undefined | undefined;
|
|
549
|
+
signature?: undefined;
|
|
550
|
+
calls?: undefined;
|
|
551
|
+
nonceKey?: undefined;
|
|
552
|
+
validAfter?: undefined;
|
|
553
|
+
feeToken?: undefined;
|
|
554
|
+
feePayerSignature?: undefined;
|
|
555
|
+
keyAuthorization?: undefined;
|
|
556
|
+
validBefore?: undefined;
|
|
557
|
+
} | {
|
|
558
|
+
blockHash: `0x${string}` | null;
|
|
559
|
+
blockNumber: bigint | null;
|
|
560
|
+
from: import("abitype").Address;
|
|
561
|
+
gas: bigint;
|
|
562
|
+
hash: import("../../index.js").Hash;
|
|
563
|
+
input: import("../../index.js").Hex;
|
|
564
|
+
nonce: number;
|
|
565
|
+
r: import("../../index.js").Hex;
|
|
566
|
+
s: import("../../index.js").Hex;
|
|
567
|
+
to: import("abitype").Address | null;
|
|
568
|
+
transactionIndex: number | null;
|
|
569
|
+
typeHex: import("../../index.js").Hex | null;
|
|
570
|
+
v: bigint;
|
|
571
|
+
value: bigint;
|
|
572
|
+
yParity: number;
|
|
573
|
+
accessList: import("../../index.js").AccessList;
|
|
574
|
+
authorizationList?: undefined | undefined;
|
|
575
|
+
blobVersionedHashes?: undefined | undefined;
|
|
576
|
+
chainId: number;
|
|
577
|
+
type: "eip1559";
|
|
578
|
+
gasPrice?: undefined | undefined;
|
|
579
|
+
maxFeePerBlobGas?: undefined | undefined;
|
|
580
|
+
maxFeePerGas: bigint;
|
|
581
|
+
maxPriorityFeePerGas: bigint;
|
|
582
|
+
signature?: undefined;
|
|
583
|
+
calls?: undefined;
|
|
584
|
+
nonceKey?: undefined;
|
|
585
|
+
validAfter?: undefined;
|
|
586
|
+
feeToken?: undefined;
|
|
587
|
+
feePayerSignature?: undefined;
|
|
588
|
+
keyAuthorization?: undefined;
|
|
589
|
+
validBefore?: undefined;
|
|
590
|
+
} | {
|
|
591
|
+
blockHash: `0x${string}` | null;
|
|
592
|
+
blockNumber: bigint | null;
|
|
593
|
+
from: import("abitype").Address;
|
|
594
|
+
gas: bigint;
|
|
595
|
+
hash: import("../../index.js").Hash;
|
|
596
|
+
input: import("../../index.js").Hex;
|
|
597
|
+
nonce: number;
|
|
598
|
+
r: import("../../index.js").Hex;
|
|
599
|
+
s: import("../../index.js").Hex;
|
|
600
|
+
to: import("abitype").Address | null;
|
|
601
|
+
transactionIndex: number | null;
|
|
602
|
+
typeHex: import("../../index.js").Hex | null;
|
|
603
|
+
v: bigint;
|
|
604
|
+
value: bigint;
|
|
605
|
+
yParity: number;
|
|
606
|
+
accessList: import("../../index.js").AccessList;
|
|
607
|
+
authorizationList?: undefined | undefined;
|
|
608
|
+
blobVersionedHashes: readonly import("../../index.js").Hex[];
|
|
609
|
+
chainId: number;
|
|
610
|
+
type: "eip4844";
|
|
611
|
+
gasPrice?: undefined | undefined;
|
|
612
|
+
maxFeePerBlobGas: bigint;
|
|
613
|
+
maxFeePerGas: bigint;
|
|
614
|
+
maxPriorityFeePerGas: bigint;
|
|
615
|
+
signature?: undefined;
|
|
616
|
+
calls?: undefined;
|
|
617
|
+
nonceKey?: undefined;
|
|
618
|
+
validAfter?: undefined;
|
|
619
|
+
feeToken?: undefined;
|
|
620
|
+
feePayerSignature?: undefined;
|
|
621
|
+
keyAuthorization?: undefined;
|
|
622
|
+
validBefore?: undefined;
|
|
623
|
+
} | {
|
|
624
|
+
blockHash: `0x${string}` | null;
|
|
625
|
+
blockNumber: bigint | null;
|
|
626
|
+
from: import("abitype").Address;
|
|
627
|
+
gas: bigint;
|
|
628
|
+
hash: import("../../index.js").Hash;
|
|
629
|
+
input: import("../../index.js").Hex;
|
|
630
|
+
nonce: number;
|
|
631
|
+
r: import("../../index.js").Hex;
|
|
632
|
+
s: import("../../index.js").Hex;
|
|
633
|
+
to: import("abitype").Address | null;
|
|
634
|
+
transactionIndex: number | null;
|
|
635
|
+
typeHex: import("../../index.js").Hex | null;
|
|
636
|
+
v: bigint;
|
|
637
|
+
value: bigint;
|
|
638
|
+
yParity: number;
|
|
639
|
+
accessList: import("../../index.js").AccessList;
|
|
640
|
+
authorizationList: import("../../index.js").SignedAuthorizationList;
|
|
641
|
+
blobVersionedHashes?: undefined | undefined;
|
|
642
|
+
chainId: number;
|
|
643
|
+
type: "eip7702";
|
|
644
|
+
gasPrice?: undefined | undefined;
|
|
645
|
+
maxFeePerBlobGas?: undefined | undefined;
|
|
646
|
+
maxFeePerGas: bigint;
|
|
647
|
+
maxPriorityFeePerGas: bigint;
|
|
648
|
+
signature?: undefined;
|
|
649
|
+
calls?: undefined;
|
|
650
|
+
nonceKey?: undefined;
|
|
651
|
+
validAfter?: undefined;
|
|
652
|
+
feeToken?: undefined;
|
|
653
|
+
feePayerSignature?: undefined;
|
|
654
|
+
keyAuthorization?: undefined;
|
|
655
|
+
validBefore?: undefined;
|
|
656
|
+
} | {
|
|
657
|
+
from: import("abitype").Address;
|
|
658
|
+
gas: bigint;
|
|
659
|
+
nonce: number;
|
|
660
|
+
blockHash: `0x${string}` | null;
|
|
661
|
+
blockNumber: bigint | null;
|
|
662
|
+
hash: import("../../index.js").Hash;
|
|
663
|
+
transactionIndex: number | null;
|
|
664
|
+
typeHex: import("../../index.js").Hex | null;
|
|
665
|
+
r?: `0x${string}` | undefined;
|
|
666
|
+
s?: `0x${string}` | undefined;
|
|
667
|
+
v?: bigint | undefined;
|
|
668
|
+
yParity?: number | undefined;
|
|
669
|
+
accessList: import("../../index.js").AccessList;
|
|
670
|
+
authorizationList?: readonly {
|
|
671
|
+
address: import("ox/Address").Address;
|
|
672
|
+
chainId: number;
|
|
673
|
+
nonce: bigint;
|
|
674
|
+
signature: import("ox/tempo/SignatureEnvelope").SignatureEnvelope<bigint, number>;
|
|
675
|
+
}[] | undefined;
|
|
676
|
+
calls: readonly import("ox/tempo/TxEnvelopeTempo").Call<bigint>[];
|
|
677
|
+
chainId: number;
|
|
678
|
+
feeToken?: `0x${string}` | undefined;
|
|
679
|
+
feePayerSignature?: import("../../index.js").Signature | undefined;
|
|
680
|
+
keyAuthorization?: import("ox/tempo/KeyAuthorization").Signed<bigint, number> | null | undefined;
|
|
681
|
+
nonceKey?: bigint | undefined;
|
|
682
|
+
signature: import("ox/tempo/SignatureEnvelope").SignatureEnvelope;
|
|
683
|
+
type: "tempo";
|
|
684
|
+
validBefore?: number | undefined;
|
|
685
|
+
validAfter?: number | undefined;
|
|
686
|
+
gasPrice?: undefined | undefined;
|
|
687
|
+
maxFeePerBlobGas?: undefined | undefined;
|
|
688
|
+
maxFeePerGas: bigint;
|
|
689
|
+
maxPriorityFeePerGas: bigint;
|
|
690
|
+
to?: undefined;
|
|
691
|
+
value?: undefined;
|
|
692
|
+
blobVersionedHashes?: undefined;
|
|
693
|
+
input?: undefined;
|
|
694
|
+
}) & {};
|
|
695
|
+
type: "transaction";
|
|
696
|
+
};
|
|
697
|
+
readonly transactionReceipt: {
|
|
698
|
+
exclude: [] | undefined;
|
|
699
|
+
format: (args: import("../../tempo/Transaction.js").TransactionReceiptRpc, action?: string | undefined) => {
|
|
700
|
+
blobGasPrice?: bigint | undefined;
|
|
701
|
+
blobGasUsed?: bigint | undefined;
|
|
702
|
+
blockHash: import("../../index.js").Hash;
|
|
703
|
+
blockNumber: bigint;
|
|
704
|
+
contractAddress: import("abitype").Address | null | undefined;
|
|
705
|
+
cumulativeGasUsed: bigint;
|
|
706
|
+
effectiveGasPrice: bigint;
|
|
707
|
+
from: import("abitype").Address;
|
|
708
|
+
gasUsed: bigint;
|
|
709
|
+
logs: import("../../index.js").Log<bigint, number, false>[];
|
|
710
|
+
logsBloom: import("../../index.js").Hex;
|
|
711
|
+
root?: `0x${string}` | undefined;
|
|
712
|
+
status: "success" | "reverted";
|
|
713
|
+
to: import("abitype").Address | null;
|
|
714
|
+
transactionHash: import("../../index.js").Hash;
|
|
715
|
+
transactionIndex: number;
|
|
716
|
+
type: import("../../tempo/Transaction.js").TransactionType;
|
|
717
|
+
feePayer?: `0x${string}` | undefined;
|
|
718
|
+
feeToken?: `0x${string}` | undefined;
|
|
719
|
+
} & {};
|
|
720
|
+
type: "transactionReceipt";
|
|
721
|
+
};
|
|
722
|
+
readonly transactionRequest: {
|
|
723
|
+
exclude: [] | undefined;
|
|
724
|
+
format: (args: import("../../tempo/Transaction.js").TransactionRequest, action?: string | undefined) => ({
|
|
725
|
+
data?: `0x${string}` | undefined;
|
|
726
|
+
from?: `0x${string}` | undefined;
|
|
727
|
+
gas?: `0x${string}` | undefined;
|
|
728
|
+
nonce?: `0x${string}` | undefined;
|
|
729
|
+
to?: `0x${string}` | null | undefined;
|
|
730
|
+
type?: "0x0" | undefined;
|
|
731
|
+
value?: `0x${string}` | undefined;
|
|
732
|
+
gasPrice?: `0x${string}` | undefined;
|
|
733
|
+
maxFeePerBlobGas?: undefined | undefined;
|
|
734
|
+
maxFeePerGas?: undefined | undefined;
|
|
735
|
+
maxPriorityFeePerGas?: undefined | undefined;
|
|
736
|
+
blobs?: undefined;
|
|
737
|
+
blobVersionedHashes?: undefined;
|
|
738
|
+
kzg?: undefined;
|
|
739
|
+
accessList?: undefined;
|
|
740
|
+
sidecars?: undefined;
|
|
741
|
+
authorizationList?: undefined;
|
|
742
|
+
calls?: undefined;
|
|
743
|
+
nonceKey?: undefined;
|
|
744
|
+
validAfter?: undefined;
|
|
745
|
+
feeToken?: undefined;
|
|
746
|
+
keyAuthorization?: undefined;
|
|
747
|
+
validBefore?: undefined;
|
|
748
|
+
feePayer?: undefined;
|
|
749
|
+
} | {
|
|
750
|
+
data?: `0x${string}` | undefined;
|
|
751
|
+
from?: `0x${string}` | undefined;
|
|
752
|
+
gas?: `0x${string}` | undefined;
|
|
753
|
+
nonce?: `0x${string}` | undefined;
|
|
754
|
+
to?: `0x${string}` | null | undefined;
|
|
755
|
+
type?: "0x1" | undefined;
|
|
756
|
+
value?: `0x${string}` | undefined;
|
|
757
|
+
gasPrice?: `0x${string}` | undefined;
|
|
758
|
+
maxFeePerBlobGas?: undefined | undefined;
|
|
759
|
+
maxFeePerGas?: undefined | undefined;
|
|
760
|
+
maxPriorityFeePerGas?: undefined | undefined;
|
|
761
|
+
accessList?: import("../../index.js").AccessList | undefined;
|
|
762
|
+
blobs?: undefined;
|
|
763
|
+
blobVersionedHashes?: undefined;
|
|
764
|
+
kzg?: undefined;
|
|
765
|
+
sidecars?: undefined;
|
|
766
|
+
authorizationList?: undefined;
|
|
767
|
+
calls?: undefined;
|
|
768
|
+
nonceKey?: undefined;
|
|
769
|
+
validAfter?: undefined;
|
|
770
|
+
feeToken?: undefined;
|
|
771
|
+
keyAuthorization?: undefined;
|
|
772
|
+
validBefore?: undefined;
|
|
773
|
+
feePayer?: undefined;
|
|
774
|
+
} | {
|
|
775
|
+
data?: `0x${string}` | undefined;
|
|
776
|
+
from?: `0x${string}` | undefined;
|
|
777
|
+
gas?: `0x${string}` | undefined;
|
|
778
|
+
nonce?: `0x${string}` | undefined;
|
|
779
|
+
to?: `0x${string}` | null | undefined;
|
|
780
|
+
type?: "0x2" | undefined;
|
|
781
|
+
value?: `0x${string}` | undefined;
|
|
782
|
+
gasPrice?: undefined | undefined;
|
|
783
|
+
maxFeePerBlobGas?: undefined | undefined;
|
|
784
|
+
maxFeePerGas?: `0x${string}` | undefined;
|
|
785
|
+
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
|
786
|
+
accessList?: import("../../index.js").AccessList | undefined;
|
|
787
|
+
blobs?: undefined;
|
|
788
|
+
blobVersionedHashes?: undefined;
|
|
789
|
+
kzg?: undefined;
|
|
790
|
+
sidecars?: undefined;
|
|
791
|
+
authorizationList?: undefined;
|
|
792
|
+
calls?: undefined;
|
|
793
|
+
nonceKey?: undefined;
|
|
794
|
+
validAfter?: undefined;
|
|
795
|
+
feeToken?: undefined;
|
|
796
|
+
keyAuthorization?: undefined;
|
|
797
|
+
validBefore?: undefined;
|
|
798
|
+
feePayer?: undefined;
|
|
799
|
+
} | {
|
|
800
|
+
type?: "0x3" | undefined;
|
|
801
|
+
data?: `0x${string}` | undefined;
|
|
802
|
+
from?: `0x${string}` | undefined;
|
|
803
|
+
gas?: `0x${string}` | undefined;
|
|
804
|
+
nonce?: `0x${string}` | undefined;
|
|
805
|
+
value?: `0x${string}` | undefined;
|
|
806
|
+
to: `0x${string}` | null;
|
|
807
|
+
gasPrice?: undefined | undefined;
|
|
808
|
+
maxFeePerBlobGas?: `0x${string}` | undefined;
|
|
809
|
+
maxFeePerGas?: `0x${string}` | undefined;
|
|
810
|
+
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
|
811
|
+
accessList?: import("../../index.js").AccessList | undefined;
|
|
812
|
+
sidecars?: readonly import("../../index.js").BlobSidecar<`0x${string}`>[] | undefined;
|
|
813
|
+
blobs?: readonly `0x${string}`[] | readonly import("../../index.js").ByteArray[] | undefined;
|
|
814
|
+
blobVersionedHashes: readonly import("../../index.js").Hex[];
|
|
815
|
+
kzg?: undefined;
|
|
816
|
+
authorizationList?: undefined;
|
|
817
|
+
calls?: undefined;
|
|
818
|
+
nonceKey?: undefined;
|
|
819
|
+
validAfter?: undefined;
|
|
820
|
+
feeToken?: undefined;
|
|
821
|
+
keyAuthorization?: undefined;
|
|
822
|
+
validBefore?: undefined;
|
|
823
|
+
feePayer?: undefined;
|
|
824
|
+
} | {
|
|
825
|
+
type?: "0x3" | undefined;
|
|
826
|
+
data?: `0x${string}` | undefined;
|
|
827
|
+
from?: `0x${string}` | undefined;
|
|
828
|
+
gas?: `0x${string}` | undefined;
|
|
829
|
+
nonce?: `0x${string}` | undefined;
|
|
830
|
+
value?: `0x${string}` | undefined;
|
|
831
|
+
to: `0x${string}` | null;
|
|
832
|
+
gasPrice?: undefined | undefined;
|
|
833
|
+
maxFeePerBlobGas?: `0x${string}` | undefined;
|
|
834
|
+
maxFeePerGas?: `0x${string}` | undefined;
|
|
835
|
+
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
|
836
|
+
accessList?: import("../../index.js").AccessList | undefined;
|
|
837
|
+
sidecars?: readonly import("../../index.js").BlobSidecar<`0x${string}`>[] | undefined;
|
|
838
|
+
blobs: readonly import("../../index.js").Hex[] | readonly import("../../index.js").ByteArray[];
|
|
839
|
+
blobVersionedHashes?: readonly `0x${string}`[] | undefined;
|
|
840
|
+
kzg?: import("../../index.js").Kzg | undefined;
|
|
841
|
+
authorizationList?: undefined;
|
|
842
|
+
calls?: undefined;
|
|
843
|
+
nonceKey?: undefined;
|
|
844
|
+
validAfter?: undefined;
|
|
845
|
+
feeToken?: undefined;
|
|
846
|
+
keyAuthorization?: undefined;
|
|
847
|
+
validBefore?: undefined;
|
|
848
|
+
feePayer?: undefined;
|
|
849
|
+
} | {
|
|
850
|
+
type?: "0x4" | undefined;
|
|
851
|
+
gasPrice?: undefined | undefined;
|
|
852
|
+
maxFeePerBlobGas?: undefined | undefined;
|
|
853
|
+
maxFeePerGas?: `0x${string}` | undefined;
|
|
854
|
+
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
|
855
|
+
to?: `0x${string}` | null | undefined;
|
|
856
|
+
data?: `0x${string}` | undefined;
|
|
857
|
+
from?: `0x${string}` | undefined;
|
|
858
|
+
gas?: `0x${string}` | undefined;
|
|
859
|
+
nonce?: `0x${string}` | undefined;
|
|
860
|
+
value?: `0x${string}` | undefined;
|
|
861
|
+
accessList?: import("../../index.js").AccessList | undefined;
|
|
862
|
+
authorizationList?: import("../../index.js").RpcAuthorizationList | undefined;
|
|
863
|
+
blobs?: undefined;
|
|
864
|
+
blobVersionedHashes?: undefined;
|
|
865
|
+
kzg?: undefined;
|
|
866
|
+
sidecars?: undefined;
|
|
867
|
+
calls?: undefined;
|
|
868
|
+
nonceKey?: undefined;
|
|
869
|
+
validAfter?: undefined;
|
|
870
|
+
feeToken?: undefined;
|
|
871
|
+
keyAuthorization?: undefined;
|
|
872
|
+
validBefore?: undefined;
|
|
873
|
+
feePayer?: undefined;
|
|
874
|
+
} | {
|
|
875
|
+
data?: `0x${string}` | undefined;
|
|
876
|
+
from?: `0x${string}` | undefined;
|
|
877
|
+
gas?: `0x${string}` | undefined;
|
|
878
|
+
nonce?: `0x${string}` | undefined;
|
|
879
|
+
to?: `0x${string}` | null | undefined;
|
|
880
|
+
type?: "0x76" | undefined;
|
|
881
|
+
value?: `0x${string}` | undefined;
|
|
882
|
+
gasPrice?: undefined | undefined;
|
|
883
|
+
maxFeePerBlobGas?: undefined | undefined;
|
|
884
|
+
maxFeePerGas?: `0x${string}` | undefined;
|
|
885
|
+
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
|
886
|
+
accessList?: import("../../index.js").AccessList | undefined;
|
|
887
|
+
keyAuthorization?: import("ox/tempo/KeyAuthorization").Signed<`0x${string}`, `0x${string}`> | undefined;
|
|
888
|
+
calls?: readonly import("ox/tempo/TxEnvelopeTempo").Call<`0x${string}`>[] | undefined;
|
|
889
|
+
feePayer?: true | import("../../index.js").Account | undefined;
|
|
890
|
+
feeToken?: bigint | `0x${string}` | undefined;
|
|
891
|
+
nonceKey?: `0x${string}` | "random" | undefined;
|
|
892
|
+
validBefore?: `0x${string}` | undefined;
|
|
893
|
+
validAfter?: `0x${string}` | undefined;
|
|
894
|
+
blobs?: undefined;
|
|
895
|
+
blobVersionedHashes?: undefined;
|
|
896
|
+
kzg?: undefined;
|
|
897
|
+
sidecars?: undefined;
|
|
898
|
+
authorizationList?: undefined;
|
|
899
|
+
}) & {};
|
|
900
|
+
type: "transactionRequest";
|
|
901
|
+
};
|
|
902
|
+
};
|
|
903
|
+
readonly prepareTransactionRequest: [(r: import("../../index.js").PrepareTransactionRequestParameters) => Promise<import("../../index.js").PrepareTransactionRequestParameters>, {
|
|
904
|
+
readonly runAt: readonly ["beforeFillTransaction", "afterFillParameters"];
|
|
905
|
+
}];
|
|
906
|
+
readonly serializers: {
|
|
907
|
+
readonly transaction: import("../../index.js").SerializeTransactionFn;
|
|
908
|
+
};
|
|
909
|
+
readonly verifyHash: (client: import("../../index.js").Client, parameters: import("../../index.js").VerifyHashActionParameters) => Promise<boolean>;
|
|
910
|
+
}>, extended_1>;
|
|
911
|
+
};
|
|
912
|
+
//# sourceMappingURL=tempoModerato.d.ts.map
|