Function get_actor_state

Source
pub async fn get_actor_state(
    address: SocketAddr,
    config: &Config,
    actor_id: &str,
) -> CliResult<Option<Vec<u8>>>
Expand description

Get actor state with CLI error handling