Type Definition abstract_ibc_host::ApiResult

source ·
pub type ApiResult<C = Empty> = Result<Response<C>, HostError>;