Function fil_actors_shared::v14::builtin::shared::resolve_to_actor_id

source ·
pub fn resolve_to_actor_id(
    rt: &impl Runtime,
    address: &Address,
    check_existence: bool,
) -> Result<ActorID, ActorError>
Expand description

ResolveToActorID resolves the given address to its actor ID. If an actor ID for the given address doesn’t exist yet, it tries to create one by sending a zero balance to the given address.