We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
canister_version
stable_memory_pages
request_calls
request
request_cycles_charged
eth_get_logs
eth_get_block_by_number
eth_*_calls
eth_*
eth_*_cycles_charged
The text was updated successfully, but these errors were encountered:
payload_size_bytes
usize
u64
Successfully merging a pull request may close this issue.
canister_version
: The current version of the canister.stable_memory_pages
: Size of the stable memory allocated by this canister measured in 64K Wasm pages.request_calls
: Total number of calls to therequest
method.request_cycles_charged
: Total number of cycles charged in therequest
method.eth_get_logs
,eth_get_block_by_number
):eth_*_calls
: Total number of calls to theeth_*
method.eth_*_cycles_charged
: Total number of cycles charged byeth_*
calls.The text was updated successfully, but these errors were encountered: