Function forest_filecoin::chain::store::chain_store::read_msg_cids

source ยท
pub fn read_msg_cids<DB>(
    db: &DB,
    msg_cid: &Cid,
) -> Result<(Vec<Cid>, Vec<Cid>), Error>
where DB: Blockstore,
Expand description

Returns a tuple of CIDs for both unsigned and signed messages