Challenge Snapshot
Function Definition
pub async fn challenge_snapshot(
account: &str,
block_hash: Option<H256>,
) -> Result<Option<ChallengeInfo>, Error>
Description
Parameters
Name
Type
Description
Returns
Type
Description
Example
Last updated