Type Definition cosmwasm_vm::BackendResult

source ·
pub type BackendResult<T> = (Result<T, BackendError>, GasInfo);
Expand description

A result type for calling into the backend. Such a call can cause non-negligible computational cost in both success and faiure case and must always have gas information attached.