pub fn lookup_table_remove_v2<O0: Into<Output>, O1: Into<Output>>( table_handle: O0, keys: O1, scope: &mut Scope, ) -> Result<Operation>
Shorthand for LookupTableRemoveV2::new().build(table_handle, keys, scope).
LookupTableRemoveV2::new().build(table_handle, keys, scope)