Function forest_filecoin::chain::store::chain_store::get_chain_message

source ยท
pub fn get_chain_message<DB>(db: &DB, key: &Cid) -> Result<ChainMessage, Error>
where DB: Blockstore,
Expand description

Attempts to de-serialize to unsigned message or signed message and then returns it as a ChainMessage.