Function get_block

Source
pub async fn get_block(
    client: &RpcClient,
    at: Option<H256>,
) -> Result<Option<BlockWithJustifications>, Error>