メインコンテンツへスキップ

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のエンドポイントを作成し、開発を始めましょう
今すぐ無料で始めましょう