Function forest_filecoin::message_pool::msgpool::utils::recover_sig

source ยท
pub(in message_pool) fn recover_sig(
    bls_sig_cache: &mut LruCache<Cid, Signature>,
    msg: Message,
) -> Result<SignedMessage, Error>
Expand description

Attempt to get a signed message that corresponds to an unsigned message in bls_sig_cache.