mmr_generateProof {disallowed} - Moonriver
Example code for the mmr_generateProof {disallowed} json-rpc method. Сomplete guide on how to use mmr_generateProof {disallowed} json-rpc in GetBlock.io Web3 documentation.
Parameters
leafIndex
- u64
leaf index.
at
- BlockHash
Hash of the block.
Request
curl --location --request POST 'https://go.getblock.io/<ACCESS-TOKEN>/' \
--header 'Content-Type: application/json' \
--data-raw '{"jsonrpc": "2.0",
"method": "mmr_generateProof",
"params": [null, null],
"id": "getblock.io"}'
Response
{
"result": "null",
"id": "getblock.io",
"status_code": 405,
"message": "Method not allowed"
}
Previousgrandpa_subscribeJustifications {disallowed} - MoonriverNextmmr_root {disallowed} - Moonriver
Last updated