viem 2.0.0-alpha.1 → 2.0.0-alpha.11
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/_cjs/{abi.js → abi/index.js} +9 -9
- package/_cjs/abi/index.js.map +1 -0
- package/_cjs/actions/getContract.js +16 -0
- package/_cjs/actions/getContract.js.map +1 -1
- package/_cjs/actions/public/estimateFeesPerGas.js +3 -2
- package/_cjs/actions/public/estimateFeesPerGas.js.map +1 -1
- package/_cjs/actions/public/getContractEvents.js +26 -0
- package/_cjs/actions/public/getContractEvents.js.map +1 -0
- package/_cjs/actions/public/multicall.js.map +1 -1
- package/_cjs/actions/public/readContract.js.map +1 -1
- package/_cjs/actions/public/waitForTransactionReceipt.js +9 -4
- package/_cjs/actions/public/waitForTransactionReceipt.js.map +1 -1
- package/_cjs/actions/public/watchContractEvent.js +4 -7
- package/_cjs/actions/public/watchContractEvent.js.map +1 -1
- package/_cjs/actions/wallet/signTypedData.js.map +1 -1
- package/_cjs/actions/wallet/writeContract.js.map +1 -1
- package/_cjs/chains/definitions/holesky.js +21 -0
- package/_cjs/chains/definitions/holesky.js.map +1 -0
- package/_cjs/chains/definitions/kroma.js +26 -0
- package/_cjs/chains/definitions/kroma.js.map +1 -0
- package/_cjs/chains/definitions/kromaSepolia.js +26 -0
- package/_cjs/chains/definitions/kromaSepolia.js.map +1 -0
- package/_cjs/chains/definitions/moonbeamDev.js +25 -0
- package/_cjs/chains/definitions/moonbeamDev.js.map +1 -0
- package/_cjs/chains/definitions/optimismSepolia.js +39 -0
- package/_cjs/chains/definitions/optimismSepolia.js.map +1 -0
- package/_cjs/chains/definitions/sepolia.js +1 -1
- package/_cjs/chains/definitions/sepolia.js.map +1 -1
- package/_cjs/chains/index.js +12 -2
- package/_cjs/chains/index.js.map +1 -1
- package/_cjs/clients/decorators/public.js +2 -0
- package/_cjs/clients/decorators/public.js.map +1 -1
- package/_cjs/clients/decorators/wallet.js.map +1 -1
- package/_cjs/{contract.js → contract/index.js} +25 -25
- package/_cjs/contract/index.js.map +1 -0
- package/_cjs/{ens.js → ens/index.js} +9 -9
- package/_cjs/ens/index.js.map +1 -0
- package/_cjs/errors/version.js +1 -1
- package/_cjs/errors/version.js.map +1 -1
- package/_cjs/index.js +5 -1
- package/_cjs/index.js.map +1 -1
- package/_cjs/{public.js → public/index.js} +29 -29
- package/_cjs/public/index.js.map +1 -0
- package/_cjs/{test.js → test/index.js} +29 -29
- package/_cjs/test/index.js.map +1 -0
- package/_cjs/types/eip1193.js.map +1 -1
- package/_cjs/utils/hash/getEventSelector.js +5 -6
- package/_cjs/utils/hash/getEventSelector.js.map +1 -1
- package/_cjs/utils/hash/getEventSignature.js +9 -0
- package/_cjs/utils/hash/getEventSignature.js.map +1 -0
- package/_cjs/utils/hash/getFunctionSelector.js +5 -6
- package/_cjs/utils/hash/getFunctionSelector.js.map +1 -1
- package/_cjs/utils/hash/getFunctionSignature.js +15 -0
- package/_cjs/utils/hash/getFunctionSignature.js.map +1 -0
- package/_cjs/utils/hash/hashFunction.js +2 -4
- package/_cjs/utils/hash/hashFunction.js.map +1 -1
- package/_cjs/utils/rpc.js +6 -3
- package/_cjs/utils/rpc.js.map +1 -1
- package/_cjs/{wallet.js → wallet/index.js} +11 -11
- package/_cjs/wallet/index.js.map +1 -0
- package/_cjs/{window.js → window/index.js} +2 -2
- package/_cjs/window/index.js.map +1 -0
- package/_esm/abi/index.js +7 -0
- package/_esm/abi/index.js.map +1 -0
- package/_esm/actions/getContract.js +16 -0
- package/_esm/actions/getContract.js.map +1 -1
- package/_esm/actions/public/estimateFeesPerGas.js +3 -2
- package/_esm/actions/public/estimateFeesPerGas.js.map +1 -1
- package/_esm/actions/public/getContractEvents.js +48 -0
- package/_esm/actions/public/getContractEvents.js.map +1 -0
- package/_esm/actions/public/multicall.js.map +1 -1
- package/_esm/actions/public/readContract.js.map +1 -1
- package/_esm/actions/public/waitForTransactionReceipt.js +9 -4
- package/_esm/actions/public/waitForTransactionReceipt.js.map +1 -1
- package/_esm/actions/public/watchContractEvent.js +4 -7
- package/_esm/actions/public/watchContractEvent.js.map +1 -1
- package/_esm/actions/wallet/signTypedData.js.map +1 -1
- package/_esm/actions/wallet/writeContract.js.map +1 -1
- package/_esm/chains/definitions/holesky.js +18 -0
- package/_esm/chains/definitions/holesky.js.map +1 -0
- package/_esm/chains/definitions/kroma.js +23 -0
- package/_esm/chains/definitions/kroma.js.map +1 -0
- package/_esm/chains/definitions/kromaSepolia.js +23 -0
- package/_esm/chains/definitions/kromaSepolia.js.map +1 -0
- package/_esm/chains/definitions/moonbeamDev.js +22 -0
- package/_esm/chains/definitions/moonbeamDev.js.map +1 -0
- package/_esm/chains/definitions/optimismSepolia.js +36 -0
- package/_esm/chains/definitions/optimismSepolia.js.map +1 -0
- package/_esm/chains/definitions/sepolia.js +1 -1
- package/_esm/chains/definitions/sepolia.js.map +1 -1
- package/_esm/chains/index.js +5 -0
- package/_esm/chains/index.js.map +1 -1
- package/_esm/clients/decorators/public.js +2 -0
- package/_esm/clients/decorators/public.js.map +1 -1
- package/_esm/clients/decorators/wallet.js.map +1 -1
- package/_esm/contract/index.js +26 -0
- package/_esm/contract/index.js.map +1 -0
- package/_esm/ens/index.js +9 -0
- package/_esm/ens/index.js.map +1 -0
- package/_esm/errors/version.js +1 -1
- package/_esm/errors/version.js.map +1 -1
- package/_esm/index.js +2 -0
- package/_esm/index.js.map +1 -1
- package/_esm/public/index.js +30 -0
- package/_esm/public/index.js.map +1 -0
- package/_esm/test/index.js +30 -0
- package/_esm/test/index.js.map +1 -0
- package/_esm/types/eip1193.js.map +1 -1
- package/_esm/utils/hash/getEventSelector.js +5 -6
- package/_esm/utils/hash/getEventSelector.js.map +1 -1
- package/_esm/utils/hash/getEventSignature.js +5 -0
- package/_esm/utils/hash/getEventSignature.js.map +1 -0
- package/_esm/utils/hash/getFunctionSelector.js +5 -6
- package/_esm/utils/hash/getFunctionSelector.js.map +1 -1
- package/_esm/utils/hash/getFunctionSignature.js +11 -0
- package/_esm/utils/hash/getFunctionSignature.js.map +1 -0
- package/_esm/utils/hash/hashFunction.js +2 -4
- package/_esm/utils/hash/hashFunction.js.map +1 -1
- package/_esm/utils/rpc.js +6 -2
- package/_esm/utils/rpc.js.map +1 -1
- package/_esm/wallet/index.js +12 -0
- package/_esm/wallet/index.js.map +1 -0
- package/_esm/window/index.js +2 -0
- package/_esm/window/index.js.map +1 -0
- package/_types/{abi.d.ts → abi/index.d.ts} +5 -5
- package/_types/abi/index.d.ts.map +1 -0
- package/_types/actions/getContract.d.ts +29 -0
- package/_types/actions/getContract.d.ts.map +1 -1
- package/_types/actions/public/createContractEventFilter.d.ts +1 -1
- package/_types/actions/public/createContractEventFilter.d.ts.map +1 -1
- package/_types/actions/public/estimateFeesPerGas.d.ts.map +1 -1
- package/_types/actions/public/getContractEvents.d.ts +62 -0
- package/_types/actions/public/getContractEvents.d.ts.map +1 -0
- package/_types/actions/public/multicall.d.ts +1 -1
- package/_types/actions/public/multicall.d.ts.map +1 -1
- package/_types/actions/public/readContract.d.ts +2 -1
- package/_types/actions/public/readContract.d.ts.map +1 -1
- package/_types/actions/public/waitForTransactionReceipt.d.ts.map +1 -1
- package/_types/actions/public/watchContractEvent.d.ts +1 -1
- package/_types/actions/public/watchContractEvent.d.ts.map +1 -1
- package/_types/actions/wallet/signTypedData.d.ts +1 -1
- package/_types/actions/wallet/signTypedData.d.ts.map +1 -1
- package/_types/actions/wallet/writeContract.d.ts +3 -3
- package/_types/actions/wallet/writeContract.d.ts.map +1 -1
- package/_types/chains/celo/formatters.d.ts +57 -57
- package/_types/chains/definitions/base.d.ts +171 -171
- package/_types/chains/definitions/baseGoerli.d.ts +171 -171
- package/_types/chains/definitions/celo.d.ts +171 -171
- package/_types/chains/definitions/celoAlfajores.d.ts +171 -171
- package/_types/chains/definitions/celoCannoli.d.ts +171 -171
- package/_types/chains/definitions/holesky.d.ts +24 -0
- package/_types/chains/definitions/holesky.d.ts.map +1 -0
- package/_types/chains/definitions/kroma.d.ts +29 -0
- package/_types/chains/definitions/kroma.d.ts.map +1 -0
- package/_types/chains/definitions/kromaSepolia.d.ts +29 -0
- package/_types/chains/definitions/kromaSepolia.d.ts.map +1 -0
- package/_types/chains/definitions/moonbeamDev.d.ts +24 -0
- package/_types/chains/definitions/moonbeamDev.d.ts.map +1 -0
- package/_types/chains/definitions/optimism.d.ts +171 -171
- package/_types/chains/definitions/optimismGoerli.d.ts +171 -171
- package/_types/chains/definitions/optimismSepolia.d.ts +1524 -0
- package/_types/chains/definitions/optimismSepolia.d.ts.map +1 -0
- package/_types/chains/definitions/sepolia.d.ts +1 -1
- package/_types/chains/definitions/zora.d.ts +171 -171
- package/_types/chains/definitions/zoraTestnet.d.ts +171 -171
- package/_types/chains/index.d.ts +6 -1
- package/_types/chains/index.d.ts.map +1 -1
- package/_types/chains/optimism/formatters.d.ts +57 -57
- package/_types/clients/decorators/public.d.ts +27 -0
- package/_types/clients/decorators/public.d.ts.map +1 -1
- package/_types/clients/transports/webSocket.d.ts +2 -1
- package/_types/clients/transports/webSocket.d.ts.map +1 -1
- package/_types/{contract.d.ts → contract/index.d.ts} +26 -26
- package/_types/contract/index.d.ts.map +1 -0
- package/_types/ens/index.d.ts +9 -0
- package/_types/ens/index.d.ts.map +1 -0
- package/_types/errors/version.d.ts +1 -1
- package/_types/errors/version.d.ts.map +1 -1
- package/_types/index.d.ts +3 -1
- package/_types/index.d.ts.map +1 -1
- package/_types/public/index.d.ts +33 -0
- package/_types/public/index.d.ts.map +1 -0
- package/_types/test/index.d.ts +29 -0
- package/_types/test/index.d.ts.map +1 -0
- package/_types/types/contract.d.ts +1 -1
- package/_types/types/contract.d.ts.map +1 -1
- package/_types/types/eip1193.d.ts +2 -2
- package/_types/types/eip1193.d.ts.map +1 -1
- package/_types/types/multicall.d.ts +10 -4
- package/_types/types/multicall.d.ts.map +1 -1
- package/_types/types/typedData.d.ts +2 -2
- package/_types/types/typedData.d.ts.map +1 -1
- package/_types/types/utils.d.ts +12 -8
- package/_types/types/utils.d.ts.map +1 -1
- package/_types/utils/abi/decodeEventLog.d.ts +2 -2
- package/_types/utils/abi/decodeEventLog.d.ts.map +1 -1
- package/_types/utils/formatters/transaction.d.ts +3 -3
- package/_types/utils/formatters/transaction.d.ts.map +1 -1
- package/_types/utils/formatters/transactionRequest.d.ts +1 -1
- package/_types/utils/hash/getEventSelector.d.ts +1 -2
- package/_types/utils/hash/getEventSelector.d.ts.map +1 -1
- package/_types/utils/hash/getEventSignature.d.ts +3 -0
- package/_types/utils/hash/getEventSignature.d.ts.map +1 -0
- package/_types/utils/hash/getFunctionSelector.d.ts.map +1 -1
- package/_types/utils/hash/getFunctionSignature.d.ts +3 -0
- package/_types/utils/hash/getFunctionSignature.d.ts.map +1 -0
- package/_types/utils/hash/hashFunction.d.ts.map +1 -1
- package/_types/utils/rpc.d.ts +3 -3
- package/_types/utils/rpc.d.ts.map +1 -1
- package/_types/wallet/index.d.ts +11 -0
- package/_types/wallet/index.d.ts.map +1 -0
- package/_types/window/index.d.ts +2 -0
- package/_types/window/index.d.ts.map +1 -0
- package/{abi.ts → abi/index.ts} +15 -13
- package/abi/package.json +6 -0
- package/accounts/package.json +6 -0
- package/actions/getContract.ts +95 -0
- package/actions/package.json +6 -0
- package/actions/public/createContractEventFilter.ts +1 -1
- package/actions/public/estimateFeesPerGas.ts +3 -2
- package/actions/public/getContractEvents.ts +155 -0
- package/actions/public/multicall.ts +2 -2
- package/actions/public/readContract.ts +4 -1
- package/actions/public/waitForTransactionReceipt.ts +13 -4
- package/actions/public/watchContractEvent.ts +10 -13
- package/actions/wallet/signTypedData.ts +4 -2
- package/actions/wallet/writeContract.ts +30 -23
- package/chains/definitions/holesky.ts +18 -0
- package/chains/definitions/kroma.ts +23 -0
- package/chains/definitions/kromaSepolia.ts +23 -0
- package/chains/definitions/moonbeamDev.ts +22 -0
- package/chains/definitions/optimismSepolia.ts +39 -0
- package/chains/definitions/sepolia.ts +1 -1
- package/chains/index.ts +6 -1
- package/chains/package.json +6 -0
- package/chains/utils/package.json +6 -0
- package/clients/decorators/public.ts +48 -0
- package/clients/decorators/wallet.ts +1 -1
- package/clients/package.json +6 -0
- package/clients/transports/webSocket.ts +1 -1
- package/{contract.ts → contract/index.ts} +27 -25
- package/contract/package.json +6 -0
- package/{ens.ts → ens/index.ts} +8 -8
- package/ens/package.json +6 -0
- package/errors/version.ts +1 -1
- package/index.ts +4 -0
- package/package.json +32 -31
- package/{public.ts → public/index.ts} +30 -28
- package/public/package.json +6 -0
- package/test/index.ts +85 -0
- package/test/package.json +6 -0
- package/types/contract.ts +1 -1
- package/types/eip1193.ts +5 -3
- package/types/multicall.ts +41 -22
- package/types/typedData.ts +3 -2
- package/types/utils.ts +32 -11
- package/utils/abi/decodeEventLog.ts +2 -2
- package/utils/formatters/transaction.ts +2 -2
- package/utils/hash/getEventSelector.ts +7 -6
- package/utils/hash/getEventSignature.ts +7 -0
- package/utils/hash/getFunctionSelector.ts +7 -5
- package/utils/hash/getFunctionSignature.ts +17 -0
- package/utils/hash/hashFunction.ts +2 -7
- package/utils/package.json +6 -0
- package/utils/rpc.ts +6 -3
- package/{wallet.ts → wallet/index.ts} +15 -10
- package/wallet/package.json +6 -0
- package/window/index.ts +1 -0
- package/window/package.json +6 -0
- package/_cjs/abi.js.map +0 -1
- package/_cjs/contract.js.map +0 -1
- package/_cjs/ens.js.map +0 -1
- package/_cjs/public.js.map +0 -1
- package/_cjs/test.js.map +0 -1
- package/_cjs/wallet.js.map +0 -1
- package/_cjs/window.js.map +0 -1
- package/_esm/abi.js +0 -6
- package/_esm/abi.js.map +0 -1
- package/_esm/contract.js +0 -25
- package/_esm/contract.js.map +0 -1
- package/_esm/ens.js +0 -9
- package/_esm/ens.js.map +0 -1
- package/_esm/public.js +0 -29
- package/_esm/public.js.map +0 -1
- package/_esm/test.js +0 -29
- package/_esm/test.js.map +0 -1
- package/_esm/wallet.js +0 -11
- package/_esm/wallet.js.map +0 -1
- package/_esm/window.js +0 -2
- package/_esm/window.js.map +0 -1
- package/_types/abi.d.ts.map +0 -1
- package/_types/contract.d.ts.map +0 -1
- package/_types/ens.d.ts +0 -9
- package/_types/ens.d.ts.map +0 -1
- package/_types/public.d.ts +0 -33
- package/_types/public.d.ts.map +0 -1
- package/_types/test.d.ts +0 -29
- package/_types/test.d.ts.map +0 -1
- package/_types/wallet.d.ts +0 -11
- package/_types/wallet.d.ts.map +0 -1
- package/_types/window.d.ts +0 -2
- package/_types/window.d.ts.map +0 -1
- package/test.ts +0 -83
- package/window.ts +0 -1
@@ -72,10 +72,14 @@ export declare const baseGoerli: {
|
|
72
72
|
exclude: [] | undefined;
|
73
73
|
format: (args: ({
|
74
74
|
type?: "0x0" | "0x1" | "0x2" | "0x7e" | undefined;
|
75
|
+
gas?: `0x${string}` | undefined;
|
76
|
+
value?: `0x${string}` | undefined;
|
77
|
+
gasPrice?: `0x${string}` | undefined;
|
78
|
+
maxFeePerGas?: `0x${string}` | undefined;
|
79
|
+
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
75
80
|
blockHash?: `0x${string}` | null | undefined;
|
76
81
|
blockNumber?: `0x${string}` | null | undefined;
|
77
82
|
from?: `0x${string}` | undefined;
|
78
|
-
gas?: `0x${string}` | undefined;
|
79
83
|
hash?: `0x${string}` | undefined;
|
80
84
|
input?: `0x${string}` | undefined;
|
81
85
|
nonce?: `0x${string}` | undefined;
|
@@ -84,22 +88,22 @@ export declare const baseGoerli: {
|
|
84
88
|
to?: `0x${string}` | null | undefined;
|
85
89
|
transactionIndex?: `0x${string}` | null | undefined;
|
86
90
|
v?: `0x${string}` | undefined;
|
87
|
-
value?: `0x${string}` | undefined;
|
88
|
-
gasPrice?: `0x${string}` | undefined;
|
89
|
-
maxFeePerGas?: `0x${string}` | undefined;
|
90
|
-
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
91
91
|
accessList?: undefined;
|
92
92
|
chainId?: `0x${string}` | undefined;
|
93
|
-
} & Omit<import("../../index.js").TransactionLegacy<`0x${string}`, `0x${string}`, boolean, "0x0">, "typeHex"> & {
|
93
|
+
} & import("../index.js").Omit<import("../../index.js").TransactionLegacy<`0x${string}`, `0x${string}`, boolean, "0x0">, "typeHex"> & {
|
94
94
|
isSystemTx?: undefined;
|
95
95
|
mint?: undefined;
|
96
96
|
sourceHash?: undefined;
|
97
97
|
}) | ({
|
98
98
|
type?: "0x0" | "0x1" | "0x2" | "0x7e" | undefined;
|
99
|
+
gas?: `0x${string}` | undefined;
|
100
|
+
value?: `0x${string}` | undefined;
|
101
|
+
gasPrice?: `0x${string}` | undefined;
|
102
|
+
maxFeePerGas?: `0x${string}` | undefined;
|
103
|
+
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
99
104
|
blockHash?: `0x${string}` | null | undefined;
|
100
105
|
blockNumber?: `0x${string}` | null | undefined;
|
101
106
|
from?: `0x${string}` | undefined;
|
102
|
-
gas?: `0x${string}` | undefined;
|
103
107
|
hash?: `0x${string}` | undefined;
|
104
108
|
input?: `0x${string}` | undefined;
|
105
109
|
nonce?: `0x${string}` | undefined;
|
@@ -108,10 +112,6 @@ export declare const baseGoerli: {
|
|
108
112
|
to?: `0x${string}` | null | undefined;
|
109
113
|
transactionIndex?: `0x${string}` | null | undefined;
|
110
114
|
v?: `0x${string}` | undefined;
|
111
|
-
value?: `0x${string}` | undefined;
|
112
|
-
gasPrice?: `0x${string}` | undefined;
|
113
|
-
maxFeePerGas?: `0x${string}` | undefined;
|
114
|
-
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
115
115
|
accessList?: undefined;
|
116
116
|
chainId?: `0x${string}` | undefined;
|
117
117
|
} & Omit<import("../../index.js").TransactionBase<`0x${string}`, `0x${string}`, boolean>, "typeHex"> & import("../../index.js").FeeValuesEIP1559<`0x${string}`> & {
|
@@ -121,10 +121,14 @@ export declare const baseGoerli: {
|
|
121
121
|
type: "0x7e";
|
122
122
|
}) | ({
|
123
123
|
type?: "0x0" | "0x1" | "0x2" | "0x7e" | undefined;
|
124
|
+
gas?: `0x${string}` | undefined;
|
125
|
+
value?: `0x${string}` | undefined;
|
126
|
+
gasPrice?: `0x${string}` | undefined;
|
127
|
+
maxFeePerGas?: `0x${string}` | undefined;
|
128
|
+
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
124
129
|
blockHash?: `0x${string}` | null | undefined;
|
125
130
|
blockNumber?: `0x${string}` | null | undefined;
|
126
131
|
from?: `0x${string}` | undefined;
|
127
|
-
gas?: `0x${string}` | undefined;
|
128
132
|
hash?: `0x${string}` | undefined;
|
129
133
|
input?: `0x${string}` | undefined;
|
130
134
|
nonce?: `0x${string}` | undefined;
|
@@ -133,22 +137,22 @@ export declare const baseGoerli: {
|
|
133
137
|
to?: `0x${string}` | null | undefined;
|
134
138
|
transactionIndex?: `0x${string}` | null | undefined;
|
135
139
|
v?: `0x${string}` | undefined;
|
136
|
-
value?: `0x${string}` | undefined;
|
137
|
-
gasPrice?: `0x${string}` | undefined;
|
138
|
-
maxFeePerGas?: `0x${string}` | undefined;
|
139
|
-
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
140
140
|
accessList?: import("../../index.js").AccessList | undefined;
|
141
141
|
chainId?: `0x${string}` | undefined;
|
142
|
-
} & Omit<import("../../index.js").TransactionLegacy<`0x${string}`, `0x${string}`, boolean, "0x0">, "typeHex"> & {
|
142
|
+
} & import("../index.js").Omit<import("../../index.js").TransactionLegacy<`0x${string}`, `0x${string}`, boolean, "0x0">, "typeHex"> & {
|
143
143
|
isSystemTx?: undefined;
|
144
144
|
mint?: undefined;
|
145
145
|
sourceHash?: undefined;
|
146
146
|
}) | ({
|
147
147
|
type?: "0x0" | "0x1" | "0x2" | "0x7e" | undefined;
|
148
|
+
gas?: `0x${string}` | undefined;
|
149
|
+
value?: `0x${string}` | undefined;
|
150
|
+
gasPrice?: `0x${string}` | undefined;
|
151
|
+
maxFeePerGas?: `0x${string}` | undefined;
|
152
|
+
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
148
153
|
blockHash?: `0x${string}` | null | undefined;
|
149
154
|
blockNumber?: `0x${string}` | null | undefined;
|
150
155
|
from?: `0x${string}` | undefined;
|
151
|
-
gas?: `0x${string}` | undefined;
|
152
156
|
hash?: `0x${string}` | undefined;
|
153
157
|
input?: `0x${string}` | undefined;
|
154
158
|
nonce?: `0x${string}` | undefined;
|
@@ -157,22 +161,22 @@ export declare const baseGoerli: {
|
|
157
161
|
to?: `0x${string}` | null | undefined;
|
158
162
|
transactionIndex?: `0x${string}` | null | undefined;
|
159
163
|
v?: `0x${string}` | undefined;
|
160
|
-
value?: `0x${string}` | undefined;
|
161
|
-
gasPrice?: `0x${string}` | undefined;
|
162
|
-
maxFeePerGas?: `0x${string}` | undefined;
|
163
|
-
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
164
164
|
accessList?: import("../../index.js").AccessList | undefined;
|
165
165
|
chainId?: `0x${string}` | undefined;
|
166
|
-
} & Omit<import("../../index.js").TransactionEIP2930<`0x${string}`, `0x${string}`, boolean, "0x1">, "typeHex"> & {
|
166
|
+
} & import("../index.js").Omit<import("../../index.js").TransactionEIP2930<`0x${string}`, `0x${string}`, boolean, "0x1">, "typeHex"> & {
|
167
167
|
isSystemTx?: undefined;
|
168
168
|
mint?: undefined;
|
169
169
|
sourceHash?: undefined;
|
170
170
|
}) | ({
|
171
171
|
type?: "0x0" | "0x1" | "0x2" | "0x7e" | undefined;
|
172
|
+
gas?: `0x${string}` | undefined;
|
173
|
+
value?: `0x${string}` | undefined;
|
174
|
+
gasPrice?: `0x${string}` | undefined;
|
175
|
+
maxFeePerGas?: `0x${string}` | undefined;
|
176
|
+
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
172
177
|
blockHash?: `0x${string}` | null | undefined;
|
173
178
|
blockNumber?: `0x${string}` | null | undefined;
|
174
179
|
from?: `0x${string}` | undefined;
|
175
|
-
gas?: `0x${string}` | undefined;
|
176
180
|
hash?: `0x${string}` | undefined;
|
177
181
|
input?: `0x${string}` | undefined;
|
178
182
|
nonce?: `0x${string}` | undefined;
|
@@ -181,22 +185,22 @@ export declare const baseGoerli: {
|
|
181
185
|
to?: `0x${string}` | null | undefined;
|
182
186
|
transactionIndex?: `0x${string}` | null | undefined;
|
183
187
|
v?: `0x${string}` | undefined;
|
184
|
-
value?: `0x${string}` | undefined;
|
185
|
-
gasPrice?: `0x${string}` | undefined;
|
186
|
-
maxFeePerGas?: `0x${string}` | undefined;
|
187
|
-
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
188
188
|
accessList?: import("../../index.js").AccessList | undefined;
|
189
189
|
chainId?: `0x${string}` | undefined;
|
190
|
-
} & Omit<import("../../index.js").TransactionEIP1559<`0x${string}`, `0x${string}`, boolean, "0x2">, "typeHex"> & {
|
190
|
+
} & import("../index.js").Omit<import("../../index.js").TransactionEIP1559<`0x${string}`, `0x${string}`, boolean, "0x2">, "typeHex"> & {
|
191
191
|
isSystemTx?: undefined;
|
192
192
|
mint?: undefined;
|
193
193
|
sourceHash?: undefined;
|
194
194
|
}) | ({
|
195
195
|
type?: "0x0" | "0x1" | "0x2" | "0x7e" | undefined;
|
196
|
+
gas?: `0x${string}` | undefined;
|
197
|
+
value?: `0x${string}` | undefined;
|
198
|
+
gasPrice?: `0x${string}` | undefined;
|
199
|
+
maxFeePerGas?: `0x${string}` | undefined;
|
200
|
+
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
196
201
|
blockHash?: `0x${string}` | null | undefined;
|
197
202
|
blockNumber?: `0x${string}` | null | undefined;
|
198
203
|
from?: `0x${string}` | undefined;
|
199
|
-
gas?: `0x${string}` | undefined;
|
200
204
|
hash?: `0x${string}` | undefined;
|
201
205
|
input?: `0x${string}` | undefined;
|
202
206
|
nonce?: `0x${string}` | undefined;
|
@@ -205,10 +209,6 @@ export declare const baseGoerli: {
|
|
205
209
|
to?: `0x${string}` | null | undefined;
|
206
210
|
transactionIndex?: `0x${string}` | null | undefined;
|
207
211
|
v?: `0x${string}` | undefined;
|
208
|
-
value?: `0x${string}` | undefined;
|
209
|
-
gasPrice?: `0x${string}` | undefined;
|
210
|
-
maxFeePerGas?: `0x${string}` | undefined;
|
211
|
-
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
212
212
|
accessList?: import("../../index.js").AccessList | undefined;
|
213
213
|
chainId?: `0x${string}` | undefined;
|
214
214
|
} & Omit<import("../../index.js").TransactionBase<`0x${string}`, `0x${string}`, boolean>, "typeHex"> & import("../../index.js").FeeValuesEIP1559<`0x${string}`> & {
|
@@ -218,10 +218,14 @@ export declare const baseGoerli: {
|
|
218
218
|
type: "0x7e";
|
219
219
|
}) | ({
|
220
220
|
type?: "0x0" | "0x1" | "0x2" | "0x7e" | undefined;
|
221
|
+
gas?: `0x${string}` | undefined;
|
222
|
+
value?: `0x${string}` | undefined;
|
223
|
+
gasPrice?: `0x${string}` | undefined;
|
224
|
+
maxFeePerGas?: `0x${string}` | undefined;
|
225
|
+
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
221
226
|
blockHash?: `0x${string}` | null | undefined;
|
222
227
|
blockNumber?: `0x${string}` | null | undefined;
|
223
228
|
from?: `0x${string}` | undefined;
|
224
|
-
gas?: `0x${string}` | undefined;
|
225
229
|
hash?: `0x${string}` | undefined;
|
226
230
|
input?: `0x${string}` | undefined;
|
227
231
|
nonce?: `0x${string}` | undefined;
|
@@ -230,22 +234,22 @@ export declare const baseGoerli: {
|
|
230
234
|
to?: `0x${string}` | null | undefined;
|
231
235
|
transactionIndex?: `0x${string}` | null | undefined;
|
232
236
|
v?: `0x${string}` | undefined;
|
233
|
-
value?: `0x${string}` | undefined;
|
234
|
-
gasPrice?: `0x${string}` | undefined;
|
235
|
-
maxFeePerGas?: `0x${string}` | undefined;
|
236
|
-
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
237
237
|
accessList?: import("../../index.js").AccessList | undefined;
|
238
238
|
chainId?: `0x${string}` | undefined;
|
239
|
-
} & Omit<import("../../index.js").TransactionLegacy<`0x${string}`, `0x${string}`, boolean, "0x0">, "typeHex"> & {
|
239
|
+
} & import("../index.js").Omit<import("../../index.js").TransactionLegacy<`0x${string}`, `0x${string}`, boolean, "0x0">, "typeHex"> & {
|
240
240
|
isSystemTx?: undefined;
|
241
241
|
mint?: undefined;
|
242
242
|
sourceHash?: undefined;
|
243
243
|
}) | ({
|
244
244
|
type?: "0x0" | "0x1" | "0x2" | "0x7e" | undefined;
|
245
|
+
gas?: `0x${string}` | undefined;
|
246
|
+
value?: `0x${string}` | undefined;
|
247
|
+
gasPrice?: `0x${string}` | undefined;
|
248
|
+
maxFeePerGas?: `0x${string}` | undefined;
|
249
|
+
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
245
250
|
blockHash?: `0x${string}` | null | undefined;
|
246
251
|
blockNumber?: `0x${string}` | null | undefined;
|
247
252
|
from?: `0x${string}` | undefined;
|
248
|
-
gas?: `0x${string}` | undefined;
|
249
253
|
hash?: `0x${string}` | undefined;
|
250
254
|
input?: `0x${string}` | undefined;
|
251
255
|
nonce?: `0x${string}` | undefined;
|
@@ -254,22 +258,22 @@ export declare const baseGoerli: {
|
|
254
258
|
to?: `0x${string}` | null | undefined;
|
255
259
|
transactionIndex?: `0x${string}` | null | undefined;
|
256
260
|
v?: `0x${string}` | undefined;
|
257
|
-
value?: `0x${string}` | undefined;
|
258
|
-
gasPrice?: `0x${string}` | undefined;
|
259
|
-
maxFeePerGas?: `0x${string}` | undefined;
|
260
|
-
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
261
261
|
accessList?: import("../../index.js").AccessList | undefined;
|
262
262
|
chainId?: `0x${string}` | undefined;
|
263
|
-
} & Omit<import("../../index.js").TransactionEIP2930<`0x${string}`, `0x${string}`, boolean, "0x1">, "typeHex"> & {
|
263
|
+
} & import("../index.js").Omit<import("../../index.js").TransactionEIP2930<`0x${string}`, `0x${string}`, boolean, "0x1">, "typeHex"> & {
|
264
264
|
isSystemTx?: undefined;
|
265
265
|
mint?: undefined;
|
266
266
|
sourceHash?: undefined;
|
267
267
|
}) | ({
|
268
268
|
type?: "0x0" | "0x1" | "0x2" | "0x7e" | undefined;
|
269
|
+
gas?: `0x${string}` | undefined;
|
270
|
+
value?: `0x${string}` | undefined;
|
271
|
+
gasPrice?: `0x${string}` | undefined;
|
272
|
+
maxFeePerGas?: `0x${string}` | undefined;
|
273
|
+
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
269
274
|
blockHash?: `0x${string}` | null | undefined;
|
270
275
|
blockNumber?: `0x${string}` | null | undefined;
|
271
276
|
from?: `0x${string}` | undefined;
|
272
|
-
gas?: `0x${string}` | undefined;
|
273
277
|
hash?: `0x${string}` | undefined;
|
274
278
|
input?: `0x${string}` | undefined;
|
275
279
|
nonce?: `0x${string}` | undefined;
|
@@ -278,22 +282,22 @@ export declare const baseGoerli: {
|
|
278
282
|
to?: `0x${string}` | null | undefined;
|
279
283
|
transactionIndex?: `0x${string}` | null | undefined;
|
280
284
|
v?: `0x${string}` | undefined;
|
281
|
-
value?: `0x${string}` | undefined;
|
282
|
-
gasPrice?: `0x${string}` | undefined;
|
283
|
-
maxFeePerGas?: `0x${string}` | undefined;
|
284
|
-
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
285
285
|
accessList?: import("../../index.js").AccessList | undefined;
|
286
286
|
chainId?: `0x${string}` | undefined;
|
287
|
-
} & Omit<import("../../index.js").TransactionEIP1559<`0x${string}`, `0x${string}`, boolean, "0x2">, "typeHex"> & {
|
287
|
+
} & import("../index.js").Omit<import("../../index.js").TransactionEIP1559<`0x${string}`, `0x${string}`, boolean, "0x2">, "typeHex"> & {
|
288
288
|
isSystemTx?: undefined;
|
289
289
|
mint?: undefined;
|
290
290
|
sourceHash?: undefined;
|
291
291
|
}) | ({
|
292
292
|
type?: "0x0" | "0x1" | "0x2" | "0x7e" | undefined;
|
293
|
+
gas?: `0x${string}` | undefined;
|
294
|
+
value?: `0x${string}` | undefined;
|
295
|
+
gasPrice?: `0x${string}` | undefined;
|
296
|
+
maxFeePerGas?: `0x${string}` | undefined;
|
297
|
+
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
293
298
|
blockHash?: `0x${string}` | null | undefined;
|
294
299
|
blockNumber?: `0x${string}` | null | undefined;
|
295
300
|
from?: `0x${string}` | undefined;
|
296
|
-
gas?: `0x${string}` | undefined;
|
297
301
|
hash?: `0x${string}` | undefined;
|
298
302
|
input?: `0x${string}` | undefined;
|
299
303
|
nonce?: `0x${string}` | undefined;
|
@@ -302,10 +306,6 @@ export declare const baseGoerli: {
|
|
302
306
|
to?: `0x${string}` | null | undefined;
|
303
307
|
transactionIndex?: `0x${string}` | null | undefined;
|
304
308
|
v?: `0x${string}` | undefined;
|
305
|
-
value?: `0x${string}` | undefined;
|
306
|
-
gasPrice?: `0x${string}` | undefined;
|
307
|
-
maxFeePerGas?: `0x${string}` | undefined;
|
308
|
-
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
309
309
|
accessList?: import("../../index.js").AccessList | undefined;
|
310
310
|
chainId?: `0x${string}` | undefined;
|
311
311
|
} & Omit<import("../../index.js").TransactionBase<`0x${string}`, `0x${string}`, boolean>, "typeHex"> & import("../../index.js").FeeValuesEIP1559<`0x${string}`> & {
|
@@ -568,10 +568,14 @@ export declare const baseGoerli: {
|
|
568
568
|
exclude: [] | undefined;
|
569
569
|
format: (args: ({
|
570
570
|
type?: "0x0" | "0x1" | "0x2" | "0x7e" | undefined;
|
571
|
+
gas?: `0x${string}` | undefined;
|
572
|
+
value?: `0x${string}` | undefined;
|
573
|
+
gasPrice?: `0x${string}` | undefined;
|
574
|
+
maxFeePerGas?: `0x${string}` | undefined;
|
575
|
+
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
571
576
|
blockHash?: `0x${string}` | null | undefined;
|
572
577
|
blockNumber?: `0x${string}` | null | undefined;
|
573
578
|
from?: `0x${string}` | undefined;
|
574
|
-
gas?: `0x${string}` | undefined;
|
575
579
|
hash?: `0x${string}` | undefined;
|
576
580
|
input?: `0x${string}` | undefined;
|
577
581
|
nonce?: `0x${string}` | undefined;
|
@@ -580,22 +584,22 @@ export declare const baseGoerli: {
|
|
580
584
|
to?: `0x${string}` | null | undefined;
|
581
585
|
transactionIndex?: `0x${string}` | null | undefined;
|
582
586
|
v?: `0x${string}` | undefined;
|
583
|
-
value?: `0x${string}` | undefined;
|
584
|
-
gasPrice?: `0x${string}` | undefined;
|
585
|
-
maxFeePerGas?: `0x${string}` | undefined;
|
586
|
-
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
587
587
|
accessList?: undefined;
|
588
588
|
chainId?: `0x${string}` | undefined;
|
589
|
-
} & Omit<import("../../index.js").TransactionLegacy<`0x${string}`, `0x${string}`, boolean, "0x0">, "typeHex"> & {
|
589
|
+
} & import("../index.js").Omit<import("../../index.js").TransactionLegacy<`0x${string}`, `0x${string}`, boolean, "0x0">, "typeHex"> & {
|
590
590
|
isSystemTx?: undefined;
|
591
591
|
mint?: undefined;
|
592
592
|
sourceHash?: undefined;
|
593
593
|
}) | ({
|
594
594
|
type?: "0x0" | "0x1" | "0x2" | "0x7e" | undefined;
|
595
|
+
gas?: `0x${string}` | undefined;
|
596
|
+
value?: `0x${string}` | undefined;
|
597
|
+
gasPrice?: `0x${string}` | undefined;
|
598
|
+
maxFeePerGas?: `0x${string}` | undefined;
|
599
|
+
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
595
600
|
blockHash?: `0x${string}` | null | undefined;
|
596
601
|
blockNumber?: `0x${string}` | null | undefined;
|
597
602
|
from?: `0x${string}` | undefined;
|
598
|
-
gas?: `0x${string}` | undefined;
|
599
603
|
hash?: `0x${string}` | undefined;
|
600
604
|
input?: `0x${string}` | undefined;
|
601
605
|
nonce?: `0x${string}` | undefined;
|
@@ -604,10 +608,6 @@ export declare const baseGoerli: {
|
|
604
608
|
to?: `0x${string}` | null | undefined;
|
605
609
|
transactionIndex?: `0x${string}` | null | undefined;
|
606
610
|
v?: `0x${string}` | undefined;
|
607
|
-
value?: `0x${string}` | undefined;
|
608
|
-
gasPrice?: `0x${string}` | undefined;
|
609
|
-
maxFeePerGas?: `0x${string}` | undefined;
|
610
|
-
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
611
611
|
accessList?: undefined;
|
612
612
|
chainId?: `0x${string}` | undefined;
|
613
613
|
} & Omit<import("../../index.js").TransactionBase<`0x${string}`, `0x${string}`, boolean>, "typeHex"> & import("../../index.js").FeeValuesEIP1559<`0x${string}`> & {
|
@@ -617,10 +617,14 @@ export declare const baseGoerli: {
|
|
617
617
|
type: "0x7e";
|
618
618
|
}) | ({
|
619
619
|
type?: "0x0" | "0x1" | "0x2" | "0x7e" | undefined;
|
620
|
+
gas?: `0x${string}` | undefined;
|
621
|
+
value?: `0x${string}` | undefined;
|
622
|
+
gasPrice?: `0x${string}` | undefined;
|
623
|
+
maxFeePerGas?: `0x${string}` | undefined;
|
624
|
+
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
620
625
|
blockHash?: `0x${string}` | null | undefined;
|
621
626
|
blockNumber?: `0x${string}` | null | undefined;
|
622
627
|
from?: `0x${string}` | undefined;
|
623
|
-
gas?: `0x${string}` | undefined;
|
624
628
|
hash?: `0x${string}` | undefined;
|
625
629
|
input?: `0x${string}` | undefined;
|
626
630
|
nonce?: `0x${string}` | undefined;
|
@@ -629,22 +633,22 @@ export declare const baseGoerli: {
|
|
629
633
|
to?: `0x${string}` | null | undefined;
|
630
634
|
transactionIndex?: `0x${string}` | null | undefined;
|
631
635
|
v?: `0x${string}` | undefined;
|
632
|
-
value?: `0x${string}` | undefined;
|
633
|
-
gasPrice?: `0x${string}` | undefined;
|
634
|
-
maxFeePerGas?: `0x${string}` | undefined;
|
635
|
-
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
636
636
|
accessList?: import("../../index.js").AccessList | undefined;
|
637
637
|
chainId?: `0x${string}` | undefined;
|
638
|
-
} & Omit<import("../../index.js").TransactionLegacy<`0x${string}`, `0x${string}`, boolean, "0x0">, "typeHex"> & {
|
638
|
+
} & import("../index.js").Omit<import("../../index.js").TransactionLegacy<`0x${string}`, `0x${string}`, boolean, "0x0">, "typeHex"> & {
|
639
639
|
isSystemTx?: undefined;
|
640
640
|
mint?: undefined;
|
641
641
|
sourceHash?: undefined;
|
642
642
|
}) | ({
|
643
643
|
type?: "0x0" | "0x1" | "0x2" | "0x7e" | undefined;
|
644
|
+
gas?: `0x${string}` | undefined;
|
645
|
+
value?: `0x${string}` | undefined;
|
646
|
+
gasPrice?: `0x${string}` | undefined;
|
647
|
+
maxFeePerGas?: `0x${string}` | undefined;
|
648
|
+
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
644
649
|
blockHash?: `0x${string}` | null | undefined;
|
645
650
|
blockNumber?: `0x${string}` | null | undefined;
|
646
651
|
from?: `0x${string}` | undefined;
|
647
|
-
gas?: `0x${string}` | undefined;
|
648
652
|
hash?: `0x${string}` | undefined;
|
649
653
|
input?: `0x${string}` | undefined;
|
650
654
|
nonce?: `0x${string}` | undefined;
|
@@ -653,22 +657,22 @@ export declare const baseGoerli: {
|
|
653
657
|
to?: `0x${string}` | null | undefined;
|
654
658
|
transactionIndex?: `0x${string}` | null | undefined;
|
655
659
|
v?: `0x${string}` | undefined;
|
656
|
-
value?: `0x${string}` | undefined;
|
657
|
-
gasPrice?: `0x${string}` | undefined;
|
658
|
-
maxFeePerGas?: `0x${string}` | undefined;
|
659
|
-
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
660
660
|
accessList?: import("../../index.js").AccessList | undefined;
|
661
661
|
chainId?: `0x${string}` | undefined;
|
662
|
-
} & Omit<import("../../index.js").TransactionEIP2930<`0x${string}`, `0x${string}`, boolean, "0x1">, "typeHex"> & {
|
662
|
+
} & import("../index.js").Omit<import("../../index.js").TransactionEIP2930<`0x${string}`, `0x${string}`, boolean, "0x1">, "typeHex"> & {
|
663
663
|
isSystemTx?: undefined;
|
664
664
|
mint?: undefined;
|
665
665
|
sourceHash?: undefined;
|
666
666
|
}) | ({
|
667
667
|
type?: "0x0" | "0x1" | "0x2" | "0x7e" | undefined;
|
668
|
+
gas?: `0x${string}` | undefined;
|
669
|
+
value?: `0x${string}` | undefined;
|
670
|
+
gasPrice?: `0x${string}` | undefined;
|
671
|
+
maxFeePerGas?: `0x${string}` | undefined;
|
672
|
+
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
668
673
|
blockHash?: `0x${string}` | null | undefined;
|
669
674
|
blockNumber?: `0x${string}` | null | undefined;
|
670
675
|
from?: `0x${string}` | undefined;
|
671
|
-
gas?: `0x${string}` | undefined;
|
672
676
|
hash?: `0x${string}` | undefined;
|
673
677
|
input?: `0x${string}` | undefined;
|
674
678
|
nonce?: `0x${string}` | undefined;
|
@@ -677,22 +681,22 @@ export declare const baseGoerli: {
|
|
677
681
|
to?: `0x${string}` | null | undefined;
|
678
682
|
transactionIndex?: `0x${string}` | null | undefined;
|
679
683
|
v?: `0x${string}` | undefined;
|
680
|
-
value?: `0x${string}` | undefined;
|
681
|
-
gasPrice?: `0x${string}` | undefined;
|
682
|
-
maxFeePerGas?: `0x${string}` | undefined;
|
683
|
-
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
684
684
|
accessList?: import("../../index.js").AccessList | undefined;
|
685
685
|
chainId?: `0x${string}` | undefined;
|
686
|
-
} & Omit<import("../../index.js").TransactionEIP1559<`0x${string}`, `0x${string}`, boolean, "0x2">, "typeHex"> & {
|
686
|
+
} & import("../index.js").Omit<import("../../index.js").TransactionEIP1559<`0x${string}`, `0x${string}`, boolean, "0x2">, "typeHex"> & {
|
687
687
|
isSystemTx?: undefined;
|
688
688
|
mint?: undefined;
|
689
689
|
sourceHash?: undefined;
|
690
690
|
}) | ({
|
691
691
|
type?: "0x0" | "0x1" | "0x2" | "0x7e" | undefined;
|
692
|
+
gas?: `0x${string}` | undefined;
|
693
|
+
value?: `0x${string}` | undefined;
|
694
|
+
gasPrice?: `0x${string}` | undefined;
|
695
|
+
maxFeePerGas?: `0x${string}` | undefined;
|
696
|
+
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
692
697
|
blockHash?: `0x${string}` | null | undefined;
|
693
698
|
blockNumber?: `0x${string}` | null | undefined;
|
694
699
|
from?: `0x${string}` | undefined;
|
695
|
-
gas?: `0x${string}` | undefined;
|
696
700
|
hash?: `0x${string}` | undefined;
|
697
701
|
input?: `0x${string}` | undefined;
|
698
702
|
nonce?: `0x${string}` | undefined;
|
@@ -701,10 +705,6 @@ export declare const baseGoerli: {
|
|
701
705
|
to?: `0x${string}` | null | undefined;
|
702
706
|
transactionIndex?: `0x${string}` | null | undefined;
|
703
707
|
v?: `0x${string}` | undefined;
|
704
|
-
value?: `0x${string}` | undefined;
|
705
|
-
gasPrice?: `0x${string}` | undefined;
|
706
|
-
maxFeePerGas?: `0x${string}` | undefined;
|
707
|
-
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
708
708
|
accessList?: import("../../index.js").AccessList | undefined;
|
709
709
|
chainId?: `0x${string}` | undefined;
|
710
710
|
} & Omit<import("../../index.js").TransactionBase<`0x${string}`, `0x${string}`, boolean>, "typeHex"> & import("../../index.js").FeeValuesEIP1559<`0x${string}`> & {
|
@@ -714,10 +714,14 @@ export declare const baseGoerli: {
|
|
714
714
|
type: "0x7e";
|
715
715
|
}) | ({
|
716
716
|
type?: "0x0" | "0x1" | "0x2" | "0x7e" | undefined;
|
717
|
+
gas?: `0x${string}` | undefined;
|
718
|
+
value?: `0x${string}` | undefined;
|
719
|
+
gasPrice?: `0x${string}` | undefined;
|
720
|
+
maxFeePerGas?: `0x${string}` | undefined;
|
721
|
+
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
717
722
|
blockHash?: `0x${string}` | null | undefined;
|
718
723
|
blockNumber?: `0x${string}` | null | undefined;
|
719
724
|
from?: `0x${string}` | undefined;
|
720
|
-
gas?: `0x${string}` | undefined;
|
721
725
|
hash?: `0x${string}` | undefined;
|
722
726
|
input?: `0x${string}` | undefined;
|
723
727
|
nonce?: `0x${string}` | undefined;
|
@@ -726,22 +730,22 @@ export declare const baseGoerli: {
|
|
726
730
|
to?: `0x${string}` | null | undefined;
|
727
731
|
transactionIndex?: `0x${string}` | null | undefined;
|
728
732
|
v?: `0x${string}` | undefined;
|
729
|
-
value?: `0x${string}` | undefined;
|
730
|
-
gasPrice?: `0x${string}` | undefined;
|
731
|
-
maxFeePerGas?: `0x${string}` | undefined;
|
732
|
-
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
733
733
|
accessList?: import("../../index.js").AccessList | undefined;
|
734
734
|
chainId?: `0x${string}` | undefined;
|
735
|
-
} & Omit<import("../../index.js").TransactionLegacy<`0x${string}`, `0x${string}`, boolean, "0x0">, "typeHex"> & {
|
735
|
+
} & import("../index.js").Omit<import("../../index.js").TransactionLegacy<`0x${string}`, `0x${string}`, boolean, "0x0">, "typeHex"> & {
|
736
736
|
isSystemTx?: undefined;
|
737
737
|
mint?: undefined;
|
738
738
|
sourceHash?: undefined;
|
739
739
|
}) | ({
|
740
740
|
type?: "0x0" | "0x1" | "0x2" | "0x7e" | undefined;
|
741
|
+
gas?: `0x${string}` | undefined;
|
742
|
+
value?: `0x${string}` | undefined;
|
743
|
+
gasPrice?: `0x${string}` | undefined;
|
744
|
+
maxFeePerGas?: `0x${string}` | undefined;
|
745
|
+
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
741
746
|
blockHash?: `0x${string}` | null | undefined;
|
742
747
|
blockNumber?: `0x${string}` | null | undefined;
|
743
748
|
from?: `0x${string}` | undefined;
|
744
|
-
gas?: `0x${string}` | undefined;
|
745
749
|
hash?: `0x${string}` | undefined;
|
746
750
|
input?: `0x${string}` | undefined;
|
747
751
|
nonce?: `0x${string}` | undefined;
|
@@ -750,22 +754,22 @@ export declare const baseGoerli: {
|
|
750
754
|
to?: `0x${string}` | null | undefined;
|
751
755
|
transactionIndex?: `0x${string}` | null | undefined;
|
752
756
|
v?: `0x${string}` | undefined;
|
753
|
-
value?: `0x${string}` | undefined;
|
754
|
-
gasPrice?: `0x${string}` | undefined;
|
755
|
-
maxFeePerGas?: `0x${string}` | undefined;
|
756
|
-
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
757
757
|
accessList?: import("../../index.js").AccessList | undefined;
|
758
758
|
chainId?: `0x${string}` | undefined;
|
759
|
-
} & Omit<import("../../index.js").TransactionEIP2930<`0x${string}`, `0x${string}`, boolean, "0x1">, "typeHex"> & {
|
759
|
+
} & import("../index.js").Omit<import("../../index.js").TransactionEIP2930<`0x${string}`, `0x${string}`, boolean, "0x1">, "typeHex"> & {
|
760
760
|
isSystemTx?: undefined;
|
761
761
|
mint?: undefined;
|
762
762
|
sourceHash?: undefined;
|
763
763
|
}) | ({
|
764
764
|
type?: "0x0" | "0x1" | "0x2" | "0x7e" | undefined;
|
765
|
+
gas?: `0x${string}` | undefined;
|
766
|
+
value?: `0x${string}` | undefined;
|
767
|
+
gasPrice?: `0x${string}` | undefined;
|
768
|
+
maxFeePerGas?: `0x${string}` | undefined;
|
769
|
+
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
765
770
|
blockHash?: `0x${string}` | null | undefined;
|
766
771
|
blockNumber?: `0x${string}` | null | undefined;
|
767
772
|
from?: `0x${string}` | undefined;
|
768
|
-
gas?: `0x${string}` | undefined;
|
769
773
|
hash?: `0x${string}` | undefined;
|
770
774
|
input?: `0x${string}` | undefined;
|
771
775
|
nonce?: `0x${string}` | undefined;
|
@@ -774,22 +778,22 @@ export declare const baseGoerli: {
|
|
774
778
|
to?: `0x${string}` | null | undefined;
|
775
779
|
transactionIndex?: `0x${string}` | null | undefined;
|
776
780
|
v?: `0x${string}` | undefined;
|
777
|
-
value?: `0x${string}` | undefined;
|
778
|
-
gasPrice?: `0x${string}` | undefined;
|
779
|
-
maxFeePerGas?: `0x${string}` | undefined;
|
780
|
-
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
781
781
|
accessList?: import("../../index.js").AccessList | undefined;
|
782
782
|
chainId?: `0x${string}` | undefined;
|
783
|
-
} & Omit<import("../../index.js").TransactionEIP1559<`0x${string}`, `0x${string}`, boolean, "0x2">, "typeHex"> & {
|
783
|
+
} & import("../index.js").Omit<import("../../index.js").TransactionEIP1559<`0x${string}`, `0x${string}`, boolean, "0x2">, "typeHex"> & {
|
784
784
|
isSystemTx?: undefined;
|
785
785
|
mint?: undefined;
|
786
786
|
sourceHash?: undefined;
|
787
787
|
}) | ({
|
788
788
|
type?: "0x0" | "0x1" | "0x2" | "0x7e" | undefined;
|
789
|
+
gas?: `0x${string}` | undefined;
|
790
|
+
value?: `0x${string}` | undefined;
|
791
|
+
gasPrice?: `0x${string}` | undefined;
|
792
|
+
maxFeePerGas?: `0x${string}` | undefined;
|
793
|
+
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
789
794
|
blockHash?: `0x${string}` | null | undefined;
|
790
795
|
blockNumber?: `0x${string}` | null | undefined;
|
791
796
|
from?: `0x${string}` | undefined;
|
792
|
-
gas?: `0x${string}` | undefined;
|
793
797
|
hash?: `0x${string}` | undefined;
|
794
798
|
input?: `0x${string}` | undefined;
|
795
799
|
nonce?: `0x${string}` | undefined;
|
@@ -798,10 +802,6 @@ export declare const baseGoerli: {
|
|
798
802
|
to?: `0x${string}` | null | undefined;
|
799
803
|
transactionIndex?: `0x${string}` | null | undefined;
|
800
804
|
v?: `0x${string}` | undefined;
|
801
|
-
value?: `0x${string}` | undefined;
|
802
|
-
gasPrice?: `0x${string}` | undefined;
|
803
|
-
maxFeePerGas?: `0x${string}` | undefined;
|
804
|
-
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
805
805
|
accessList?: import("../../index.js").AccessList | undefined;
|
806
806
|
chainId?: `0x${string}` | undefined;
|
807
807
|
} & Omit<import("../../index.js").TransactionBase<`0x${string}`, `0x${string}`, boolean>, "typeHex"> & import("../../index.js").FeeValuesEIP1559<`0x${string}`> & {
|
@@ -1064,10 +1064,14 @@ export declare const baseGoerli: {
|
|
1064
1064
|
exclude: [] | undefined;
|
1065
1065
|
format: (args: ({
|
1066
1066
|
type?: "0x0" | "0x1" | "0x2" | "0x7e" | undefined;
|
1067
|
+
gas?: `0x${string}` | undefined;
|
1068
|
+
value?: `0x${string}` | undefined;
|
1069
|
+
gasPrice?: `0x${string}` | undefined;
|
1070
|
+
maxFeePerGas?: `0x${string}` | undefined;
|
1071
|
+
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
1067
1072
|
blockHash?: `0x${string}` | null | undefined;
|
1068
1073
|
blockNumber?: `0x${string}` | null | undefined;
|
1069
1074
|
from?: `0x${string}` | undefined;
|
1070
|
-
gas?: `0x${string}` | undefined;
|
1071
1075
|
hash?: `0x${string}` | undefined;
|
1072
1076
|
input?: `0x${string}` | undefined;
|
1073
1077
|
nonce?: `0x${string}` | undefined;
|
@@ -1076,22 +1080,22 @@ export declare const baseGoerli: {
|
|
1076
1080
|
to?: `0x${string}` | null | undefined;
|
1077
1081
|
transactionIndex?: `0x${string}` | null | undefined;
|
1078
1082
|
v?: `0x${string}` | undefined;
|
1079
|
-
value?: `0x${string}` | undefined;
|
1080
|
-
gasPrice?: `0x${string}` | undefined;
|
1081
|
-
maxFeePerGas?: `0x${string}` | undefined;
|
1082
|
-
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
1083
1083
|
accessList?: undefined;
|
1084
1084
|
chainId?: `0x${string}` | undefined;
|
1085
|
-
} & Omit<import("../../index.js").TransactionLegacy<`0x${string}`, `0x${string}`, boolean, "0x0">, "typeHex"> & {
|
1085
|
+
} & import("../index.js").Omit<import("../../index.js").TransactionLegacy<`0x${string}`, `0x${string}`, boolean, "0x0">, "typeHex"> & {
|
1086
1086
|
isSystemTx?: undefined;
|
1087
1087
|
mint?: undefined;
|
1088
1088
|
sourceHash?: undefined;
|
1089
1089
|
}) | ({
|
1090
1090
|
type?: "0x0" | "0x1" | "0x2" | "0x7e" | undefined;
|
1091
|
+
gas?: `0x${string}` | undefined;
|
1092
|
+
value?: `0x${string}` | undefined;
|
1093
|
+
gasPrice?: `0x${string}` | undefined;
|
1094
|
+
maxFeePerGas?: `0x${string}` | undefined;
|
1095
|
+
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
1091
1096
|
blockHash?: `0x${string}` | null | undefined;
|
1092
1097
|
blockNumber?: `0x${string}` | null | undefined;
|
1093
1098
|
from?: `0x${string}` | undefined;
|
1094
|
-
gas?: `0x${string}` | undefined;
|
1095
1099
|
hash?: `0x${string}` | undefined;
|
1096
1100
|
input?: `0x${string}` | undefined;
|
1097
1101
|
nonce?: `0x${string}` | undefined;
|
@@ -1100,10 +1104,6 @@ export declare const baseGoerli: {
|
|
1100
1104
|
to?: `0x${string}` | null | undefined;
|
1101
1105
|
transactionIndex?: `0x${string}` | null | undefined;
|
1102
1106
|
v?: `0x${string}` | undefined;
|
1103
|
-
value?: `0x${string}` | undefined;
|
1104
|
-
gasPrice?: `0x${string}` | undefined;
|
1105
|
-
maxFeePerGas?: `0x${string}` | undefined;
|
1106
|
-
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
1107
1107
|
accessList?: undefined;
|
1108
1108
|
chainId?: `0x${string}` | undefined;
|
1109
1109
|
} & Omit<import("../../index.js").TransactionBase<`0x${string}`, `0x${string}`, boolean>, "typeHex"> & import("../../index.js").FeeValuesEIP1559<`0x${string}`> & {
|
@@ -1113,10 +1113,14 @@ export declare const baseGoerli: {
|
|
1113
1113
|
type: "0x7e";
|
1114
1114
|
}) | ({
|
1115
1115
|
type?: "0x0" | "0x1" | "0x2" | "0x7e" | undefined;
|
1116
|
+
gas?: `0x${string}` | undefined;
|
1117
|
+
value?: `0x${string}` | undefined;
|
1118
|
+
gasPrice?: `0x${string}` | undefined;
|
1119
|
+
maxFeePerGas?: `0x${string}` | undefined;
|
1120
|
+
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
1116
1121
|
blockHash?: `0x${string}` | null | undefined;
|
1117
1122
|
blockNumber?: `0x${string}` | null | undefined;
|
1118
1123
|
from?: `0x${string}` | undefined;
|
1119
|
-
gas?: `0x${string}` | undefined;
|
1120
1124
|
hash?: `0x${string}` | undefined;
|
1121
1125
|
input?: `0x${string}` | undefined;
|
1122
1126
|
nonce?: `0x${string}` | undefined;
|
@@ -1125,22 +1129,22 @@ export declare const baseGoerli: {
|
|
1125
1129
|
to?: `0x${string}` | null | undefined;
|
1126
1130
|
transactionIndex?: `0x${string}` | null | undefined;
|
1127
1131
|
v?: `0x${string}` | undefined;
|
1128
|
-
value?: `0x${string}` | undefined;
|
1129
|
-
gasPrice?: `0x${string}` | undefined;
|
1130
|
-
maxFeePerGas?: `0x${string}` | undefined;
|
1131
|
-
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
1132
1132
|
accessList?: import("../../index.js").AccessList | undefined;
|
1133
1133
|
chainId?: `0x${string}` | undefined;
|
1134
|
-
} & Omit<import("../../index.js").TransactionLegacy<`0x${string}`, `0x${string}`, boolean, "0x0">, "typeHex"> & {
|
1134
|
+
} & import("../index.js").Omit<import("../../index.js").TransactionLegacy<`0x${string}`, `0x${string}`, boolean, "0x0">, "typeHex"> & {
|
1135
1135
|
isSystemTx?: undefined;
|
1136
1136
|
mint?: undefined;
|
1137
1137
|
sourceHash?: undefined;
|
1138
1138
|
}) | ({
|
1139
1139
|
type?: "0x0" | "0x1" | "0x2" | "0x7e" | undefined;
|
1140
|
+
gas?: `0x${string}` | undefined;
|
1141
|
+
value?: `0x${string}` | undefined;
|
1142
|
+
gasPrice?: `0x${string}` | undefined;
|
1143
|
+
maxFeePerGas?: `0x${string}` | undefined;
|
1144
|
+
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
1140
1145
|
blockHash?: `0x${string}` | null | undefined;
|
1141
1146
|
blockNumber?: `0x${string}` | null | undefined;
|
1142
1147
|
from?: `0x${string}` | undefined;
|
1143
|
-
gas?: `0x${string}` | undefined;
|
1144
1148
|
hash?: `0x${string}` | undefined;
|
1145
1149
|
input?: `0x${string}` | undefined;
|
1146
1150
|
nonce?: `0x${string}` | undefined;
|
@@ -1149,22 +1153,22 @@ export declare const baseGoerli: {
|
|
1149
1153
|
to?: `0x${string}` | null | undefined;
|
1150
1154
|
transactionIndex?: `0x${string}` | null | undefined;
|
1151
1155
|
v?: `0x${string}` | undefined;
|
1152
|
-
value?: `0x${string}` | undefined;
|
1153
|
-
gasPrice?: `0x${string}` | undefined;
|
1154
|
-
maxFeePerGas?: `0x${string}` | undefined;
|
1155
|
-
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
1156
1156
|
accessList?: import("../../index.js").AccessList | undefined;
|
1157
1157
|
chainId?: `0x${string}` | undefined;
|
1158
|
-
} & Omit<import("../../index.js").TransactionEIP2930<`0x${string}`, `0x${string}`, boolean, "0x1">, "typeHex"> & {
|
1158
|
+
} & import("../index.js").Omit<import("../../index.js").TransactionEIP2930<`0x${string}`, `0x${string}`, boolean, "0x1">, "typeHex"> & {
|
1159
1159
|
isSystemTx?: undefined;
|
1160
1160
|
mint?: undefined;
|
1161
1161
|
sourceHash?: undefined;
|
1162
1162
|
}) | ({
|
1163
1163
|
type?: "0x0" | "0x1" | "0x2" | "0x7e" | undefined;
|
1164
|
+
gas?: `0x${string}` | undefined;
|
1165
|
+
value?: `0x${string}` | undefined;
|
1166
|
+
gasPrice?: `0x${string}` | undefined;
|
1167
|
+
maxFeePerGas?: `0x${string}` | undefined;
|
1168
|
+
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
1164
1169
|
blockHash?: `0x${string}` | null | undefined;
|
1165
1170
|
blockNumber?: `0x${string}` | null | undefined;
|
1166
1171
|
from?: `0x${string}` | undefined;
|
1167
|
-
gas?: `0x${string}` | undefined;
|
1168
1172
|
hash?: `0x${string}` | undefined;
|
1169
1173
|
input?: `0x${string}` | undefined;
|
1170
1174
|
nonce?: `0x${string}` | undefined;
|
@@ -1173,22 +1177,22 @@ export declare const baseGoerli: {
|
|
1173
1177
|
to?: `0x${string}` | null | undefined;
|
1174
1178
|
transactionIndex?: `0x${string}` | null | undefined;
|
1175
1179
|
v?: `0x${string}` | undefined;
|
1176
|
-
value?: `0x${string}` | undefined;
|
1177
|
-
gasPrice?: `0x${string}` | undefined;
|
1178
|
-
maxFeePerGas?: `0x${string}` | undefined;
|
1179
|
-
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
1180
1180
|
accessList?: import("../../index.js").AccessList | undefined;
|
1181
1181
|
chainId?: `0x${string}` | undefined;
|
1182
|
-
} & Omit<import("../../index.js").TransactionEIP1559<`0x${string}`, `0x${string}`, boolean, "0x2">, "typeHex"> & {
|
1182
|
+
} & import("../index.js").Omit<import("../../index.js").TransactionEIP1559<`0x${string}`, `0x${string}`, boolean, "0x2">, "typeHex"> & {
|
1183
1183
|
isSystemTx?: undefined;
|
1184
1184
|
mint?: undefined;
|
1185
1185
|
sourceHash?: undefined;
|
1186
1186
|
}) | ({
|
1187
1187
|
type?: "0x0" | "0x1" | "0x2" | "0x7e" | undefined;
|
1188
|
+
gas?: `0x${string}` | undefined;
|
1189
|
+
value?: `0x${string}` | undefined;
|
1190
|
+
gasPrice?: `0x${string}` | undefined;
|
1191
|
+
maxFeePerGas?: `0x${string}` | undefined;
|
1192
|
+
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
1188
1193
|
blockHash?: `0x${string}` | null | undefined;
|
1189
1194
|
blockNumber?: `0x${string}` | null | undefined;
|
1190
1195
|
from?: `0x${string}` | undefined;
|
1191
|
-
gas?: `0x${string}` | undefined;
|
1192
1196
|
hash?: `0x${string}` | undefined;
|
1193
1197
|
input?: `0x${string}` | undefined;
|
1194
1198
|
nonce?: `0x${string}` | undefined;
|
@@ -1197,10 +1201,6 @@ export declare const baseGoerli: {
|
|
1197
1201
|
to?: `0x${string}` | null | undefined;
|
1198
1202
|
transactionIndex?: `0x${string}` | null | undefined;
|
1199
1203
|
v?: `0x${string}` | undefined;
|
1200
|
-
value?: `0x${string}` | undefined;
|
1201
|
-
gasPrice?: `0x${string}` | undefined;
|
1202
|
-
maxFeePerGas?: `0x${string}` | undefined;
|
1203
|
-
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
1204
1204
|
accessList?: import("../../index.js").AccessList | undefined;
|
1205
1205
|
chainId?: `0x${string}` | undefined;
|
1206
1206
|
} & Omit<import("../../index.js").TransactionBase<`0x${string}`, `0x${string}`, boolean>, "typeHex"> & import("../../index.js").FeeValuesEIP1559<`0x${string}`> & {
|
@@ -1210,10 +1210,14 @@ export declare const baseGoerli: {
|
|
1210
1210
|
type: "0x7e";
|
1211
1211
|
}) | ({
|
1212
1212
|
type?: "0x0" | "0x1" | "0x2" | "0x7e" | undefined;
|
1213
|
+
gas?: `0x${string}` | undefined;
|
1214
|
+
value?: `0x${string}` | undefined;
|
1215
|
+
gasPrice?: `0x${string}` | undefined;
|
1216
|
+
maxFeePerGas?: `0x${string}` | undefined;
|
1217
|
+
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
1213
1218
|
blockHash?: `0x${string}` | null | undefined;
|
1214
1219
|
blockNumber?: `0x${string}` | null | undefined;
|
1215
1220
|
from?: `0x${string}` | undefined;
|
1216
|
-
gas?: `0x${string}` | undefined;
|
1217
1221
|
hash?: `0x${string}` | undefined;
|
1218
1222
|
input?: `0x${string}` | undefined;
|
1219
1223
|
nonce?: `0x${string}` | undefined;
|
@@ -1222,22 +1226,22 @@ export declare const baseGoerli: {
|
|
1222
1226
|
to?: `0x${string}` | null | undefined;
|
1223
1227
|
transactionIndex?: `0x${string}` | null | undefined;
|
1224
1228
|
v?: `0x${string}` | undefined;
|
1225
|
-
value?: `0x${string}` | undefined;
|
1226
|
-
gasPrice?: `0x${string}` | undefined;
|
1227
|
-
maxFeePerGas?: `0x${string}` | undefined;
|
1228
|
-
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
1229
1229
|
accessList?: import("../../index.js").AccessList | undefined;
|
1230
1230
|
chainId?: `0x${string}` | undefined;
|
1231
|
-
} & Omit<import("../../index.js").TransactionLegacy<`0x${string}`, `0x${string}`, boolean, "0x0">, "typeHex"> & {
|
1231
|
+
} & import("../index.js").Omit<import("../../index.js").TransactionLegacy<`0x${string}`, `0x${string}`, boolean, "0x0">, "typeHex"> & {
|
1232
1232
|
isSystemTx?: undefined;
|
1233
1233
|
mint?: undefined;
|
1234
1234
|
sourceHash?: undefined;
|
1235
1235
|
}) | ({
|
1236
1236
|
type?: "0x0" | "0x1" | "0x2" | "0x7e" | undefined;
|
1237
|
+
gas?: `0x${string}` | undefined;
|
1238
|
+
value?: `0x${string}` | undefined;
|
1239
|
+
gasPrice?: `0x${string}` | undefined;
|
1240
|
+
maxFeePerGas?: `0x${string}` | undefined;
|
1241
|
+
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
1237
1242
|
blockHash?: `0x${string}` | null | undefined;
|
1238
1243
|
blockNumber?: `0x${string}` | null | undefined;
|
1239
1244
|
from?: `0x${string}` | undefined;
|
1240
|
-
gas?: `0x${string}` | undefined;
|
1241
1245
|
hash?: `0x${string}` | undefined;
|
1242
1246
|
input?: `0x${string}` | undefined;
|
1243
1247
|
nonce?: `0x${string}` | undefined;
|
@@ -1246,22 +1250,22 @@ export declare const baseGoerli: {
|
|
1246
1250
|
to?: `0x${string}` | null | undefined;
|
1247
1251
|
transactionIndex?: `0x${string}` | null | undefined;
|
1248
1252
|
v?: `0x${string}` | undefined;
|
1249
|
-
value?: `0x${string}` | undefined;
|
1250
|
-
gasPrice?: `0x${string}` | undefined;
|
1251
|
-
maxFeePerGas?: `0x${string}` | undefined;
|
1252
|
-
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
1253
1253
|
accessList?: import("../../index.js").AccessList | undefined;
|
1254
1254
|
chainId?: `0x${string}` | undefined;
|
1255
|
-
} & Omit<import("../../index.js").TransactionEIP2930<`0x${string}`, `0x${string}`, boolean, "0x1">, "typeHex"> & {
|
1255
|
+
} & import("../index.js").Omit<import("../../index.js").TransactionEIP2930<`0x${string}`, `0x${string}`, boolean, "0x1">, "typeHex"> & {
|
1256
1256
|
isSystemTx?: undefined;
|
1257
1257
|
mint?: undefined;
|
1258
1258
|
sourceHash?: undefined;
|
1259
1259
|
}) | ({
|
1260
1260
|
type?: "0x0" | "0x1" | "0x2" | "0x7e" | undefined;
|
1261
|
+
gas?: `0x${string}` | undefined;
|
1262
|
+
value?: `0x${string}` | undefined;
|
1263
|
+
gasPrice?: `0x${string}` | undefined;
|
1264
|
+
maxFeePerGas?: `0x${string}` | undefined;
|
1265
|
+
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
1261
1266
|
blockHash?: `0x${string}` | null | undefined;
|
1262
1267
|
blockNumber?: `0x${string}` | null | undefined;
|
1263
1268
|
from?: `0x${string}` | undefined;
|
1264
|
-
gas?: `0x${string}` | undefined;
|
1265
1269
|
hash?: `0x${string}` | undefined;
|
1266
1270
|
input?: `0x${string}` | undefined;
|
1267
1271
|
nonce?: `0x${string}` | undefined;
|
@@ -1270,22 +1274,22 @@ export declare const baseGoerli: {
|
|
1270
1274
|
to?: `0x${string}` | null | undefined;
|
1271
1275
|
transactionIndex?: `0x${string}` | null | undefined;
|
1272
1276
|
v?: `0x${string}` | undefined;
|
1273
|
-
value?: `0x${string}` | undefined;
|
1274
|
-
gasPrice?: `0x${string}` | undefined;
|
1275
|
-
maxFeePerGas?: `0x${string}` | undefined;
|
1276
|
-
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
1277
1277
|
accessList?: import("../../index.js").AccessList | undefined;
|
1278
1278
|
chainId?: `0x${string}` | undefined;
|
1279
|
-
} & Omit<import("../../index.js").TransactionEIP1559<`0x${string}`, `0x${string}`, boolean, "0x2">, "typeHex"> & {
|
1279
|
+
} & import("../index.js").Omit<import("../../index.js").TransactionEIP1559<`0x${string}`, `0x${string}`, boolean, "0x2">, "typeHex"> & {
|
1280
1280
|
isSystemTx?: undefined;
|
1281
1281
|
mint?: undefined;
|
1282
1282
|
sourceHash?: undefined;
|
1283
1283
|
}) | ({
|
1284
1284
|
type?: "0x0" | "0x1" | "0x2" | "0x7e" | undefined;
|
1285
|
+
gas?: `0x${string}` | undefined;
|
1286
|
+
value?: `0x${string}` | undefined;
|
1287
|
+
gasPrice?: `0x${string}` | undefined;
|
1288
|
+
maxFeePerGas?: `0x${string}` | undefined;
|
1289
|
+
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
1285
1290
|
blockHash?: `0x${string}` | null | undefined;
|
1286
1291
|
blockNumber?: `0x${string}` | null | undefined;
|
1287
1292
|
from?: `0x${string}` | undefined;
|
1288
|
-
gas?: `0x${string}` | undefined;
|
1289
1293
|
hash?: `0x${string}` | undefined;
|
1290
1294
|
input?: `0x${string}` | undefined;
|
1291
1295
|
nonce?: `0x${string}` | undefined;
|
@@ -1294,10 +1298,6 @@ export declare const baseGoerli: {
|
|
1294
1298
|
to?: `0x${string}` | null | undefined;
|
1295
1299
|
transactionIndex?: `0x${string}` | null | undefined;
|
1296
1300
|
v?: `0x${string}` | undefined;
|
1297
|
-
value?: `0x${string}` | undefined;
|
1298
|
-
gasPrice?: `0x${string}` | undefined;
|
1299
|
-
maxFeePerGas?: `0x${string}` | undefined;
|
1300
|
-
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
1301
1301
|
accessList?: import("../../index.js").AccessList | undefined;
|
1302
1302
|
chainId?: `0x${string}` | undefined;
|
1303
1303
|
} & Omit<import("../../index.js").TransactionBase<`0x${string}`, `0x${string}`, boolean>, "typeHex"> & import("../../index.js").FeeValuesEIP1559<`0x${string}`> & {
|