Skip to content

Commit

Permalink
Re-execute make gen-rpc-doc
Browse files Browse the repository at this point in the history
  • Loading branch information
eval-exec authored and quake committed Apr 24, 2024
1 parent d8454d2 commit c5f5bca
Showing 1 changed file with 16 additions and 2 deletions.
18 changes: 16 additions & 2 deletions rpc/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4474,14 +4474,14 @@ Request
{
"previous_output": {
"index": "0x0",
"tx_hash": "0x365698b50ca0da75dca2c87f9e7b563811d3b5813736b8cc62cc3b106faceb17"
"tx_hash": "0x075fe030c1f4725713c5aacf41c2f59b29b284008fdb786e5efd8a058be51d0c"
},
"since": "0x0"
}
],
"outputs": [
{
"capacity": "0x2540be400",
"capacity": "0x2431ac129",
"lock": {
"code_hash": "0x28e83a1277d48add8e72fadaa9248559e1b632bab2bd60b27955ebc4c03800a5",
"hash_type": "data",
Expand All @@ -4504,6 +4504,20 @@ Request
Response

```json
{
"id": 42,
"jsonrpc": "2.0",
"result": {
"cycles": "0x219",
"fee": "0x2a66f36e90"
}
}
```


The response looks like below if the transaction pool check fails

```text
{
"id": 42,
"jsonrpc": "2.0",
Expand Down

0 comments on commit c5f5bca

Please sign in to comment.