quai_call
交易
call
Executes a new message call without creating a transaction on chain.
POST
quai_call
Documentation Index
Fetch the complete documentation index at: https://docs.qu.ai/llms.txt
Use this file to discover all available pages before exploring further.
请求体
application/json
可用选项:
2.0 示例:
"2.0"
The name of the method to be invoked.
可用选项:
quai_call 示例:
"quai_call"
The transaction data to test execution for, the default block parameter.
Required array length:
2 elements示例:
[
{
"from": "0x02E4dD4F66E018fD2bddf57467D4bB359D72b705",
"to": "0x0864B3aab87584b337a92aB1fCfCcf6dad2463Db",
"gas": "0x5208",
"value": "0x10F2C",
"data": "0x"
},
"latest"
]A unique identifier for the request.
示例:
1
