[][src]Function pallet_abci::set_abci_instance

pub fn set_abci_instance<'ret>(
    new_instance: Box<dyn AbciInterface + Send>
) -> Result<MutexGuardRefMut<'ret, Option<Box<dyn AbciInterface + Send>>, Box<dyn AbciInterface + Send>>, Box<dyn Error>>

Method that set abci instance.