Function remote_externalities::rpc_api::get_block [−][src]
pub async fn get_block<Block, S>(
from: S,
at: Block::Hash
) -> Result<Block, String> where
S: AsRef<str>,
Block: BlockT + DeserializeOwned,
Block::Header: HeaderT,
Expand description
Get the signed block identified by at
.