aztec-nr - std::test

Struct OracleMock

pub struct OracleMock
{ /* private fields */ }

Implementations

impl OracleMock

pub unconstrained fn mock<let N: u32>(name: str<N>) -> Self pub unconstrained fn with_params<P>(self, params: P) -> Self pub unconstrained fn get_last_params<P>(self) -> P pub unconstrained fn returns<R>(self, returns: R) -> Self pub unconstrained fn times(self, times: u64) -> Self pub unconstrained fn clear(self) pub unconstrained fn times_called(self) -> Field