Function forest_filecoin::interpreter::resolve_to_key_addr

source ยท
pub fn resolve_to_key_addr<BS, S>(
    st: &StateTree<S>,
    store: &BS,
    addr: &Address,
) -> Result<Address, Error>
where BS: Blockstore, S: Blockstore,
Expand description

returns the public key type of address (BLS/SECP256K1) of an account actor identified by addr.