get_gas_price, get_gas_limits

This commit is contained in:
Drazen Urch
2021-09-06 17:36:46 +02:00
parent 43ababf8d4
commit 53ea8486f8
@@ -151,6 +151,22 @@ export const ApiList = () => {
}}
/>
</ListItem>
<ListItem>
<DocEntry
function={{
name: "get_gas_price",
args: [],
}}
/>
</ListItem>
<ListItem>
<DocEntry
function={{
name: "get_gas_limits",
args: [],
}}
/>
</ListItem>
</List>
);
};