Add RPC API docs section, write eth_call reference

This commit is contained in:
Péter Szilágyi
2019-08-12 17:50:40 +03:00
parent ea00558b75
commit 30f1466038
5 changed files with 163 additions and 8 deletions

View File

@ -35,3 +35,12 @@ a code {
display: inline-block;
margin-bottom: -0.25em;
}
table {
margin-top: 16px;
margin-bottom: 16px;
}
table thead tr th, table tbody tr td {
border-bottom: 1px solid #ddd;
padding: 4px;
}