跳转至主要内容

eth_fillTransaction RPC Method

正在加载...

更新于
2026年4月6日

eth_fillTransaction RPC Method

This method is currently available on Monad Testnet only.

参数

交易
对象
正在加载...
来自
字符串
必填
正在加载...
字符串
必填
正在加载...
气体
整数
正在加载...
gasPrice
整数
正在加载...
maxPriorityFeePerGas
整数
正在加载...
maxFeePerGas
整数
正在加载...
整数
正在加载...
数据
字符串
正在加载...
非重复值
整数
正在加载...

退货

结果
对象
正在加载...
raw
字符串
正在加载...
tx
对象
正在加载...
来自
字符串
正在加载...
字符串
正在加载...
气体
字符串
正在加载...
maxFeePerGas
字符串
正在加载...
maxPriorityFeePerGas
字符串
正在加载...
字符串
正在加载...
输入
字符串
正在加载...
数据
字符串
正在加载...
非重复值
字符串
正在加载...
chainId
字符串
正在加载...
accessList
数组
正在加载...
authorizationList
数组
正在加载...
请求
回复
1
{
2
“jsonrpc”: "2.0",
3
"result": {
4
"raw": "0x02ea82279f80847735940085174876e800829999948c9f4468ae04fb3d79c80f6eacf0e4e1dd21deee0180c0",
5
"tx": {
6
"from": "0x51239f87c33e95e3bdb72e31d06b5306bcec81cc",
7
"to": "0x8c9f4468ae04fb3d79c80f6eacf0e4e1dd21deee",
8
"gas": "0x9999",
9
"maxFeePerGas": "0x174876e800",
10
"maxPriorityFeePerGas": "0x77359400",
11
"value": "0x1",
12
"input": null,
13
"data": null,
14
"nonce": "0x0",
15
"chainId": "0x279f",
16
"accessList": null,
17
"authorizationList": null
18
}
19
},
20
"id": 1
21
}
1
{
2
“jsonrpc”: "2.0",
3
"result": {
4
"raw": "0x02ea82279f80847735940085174876e800829999948c9f4468ae04fb3d79c80f6eacf0e4e1dd21deee0180c0",
5
"tx": {
6
"from": "0x51239f87c33e95e3bdb72e31d06b5306bcec81cc",
7
"to": "0x8c9f4468ae04fb3d79c80f6eacf0e4e1dd21deee",
8
"gas": "0x9999",
9
"maxFeePerGas": "0x174876e800",
10
"maxPriorityFeePerGas": "0x77359400",
11
"value": "0x1",
12
"input": null,
13
"data": null,
14
"nonce": "0x0",
15
"chainId": "0x279f",
16
"accessList": null,
17
"authorizationList": null
18
}
19
},
20
"id": 1
21
}
还没有账号吗?
只需几秒钟即可创建您的 Quicknode 端点,并开始构建
免费开始使用