remove_finalizer

Function remove_finalizer 

Source
pub async fn remove_finalizer<T: SclObject>(
    client: &SclClient,
    t: T,
    finalizer: FinalizerId,
) -> Result<(), ControllerBasicError>
Expand description

Attempts to clear the provided finalizer via an update request to the SCL API.