Function move_cli::move_cli

source ·
pub fn move_cli(
    natives: Vec<(AccountAddress, Identifier, Identifier, NativeFunction)>,
    error_descriptions: &ErrorMapping
) -> Result<()>