Type Alias WrappedCall

Source
pub type WrappedCall = Call<Api>;

Aliased Type§

struct WrappedCall {
    pub api: Api,
    /* private fields */
}

Fields§

§api: Api