Trait fvm_actor_utils::actor::Actor

source ·
pub trait Actor {
    // Required method
    fn root_cid(&self) -> Result<Cid, ActorError>;
}
Expand description

Generic utils related to actors on the FVM

Required Methods§

source

fn root_cid(&self) -> Result<Cid, ActorError>

Get the root cid of the actor’s state

Implementors§