pub type WrappedCall = Call<Api>;
pub struct WrappedCall { pub api: Api, /* private fields */ }
api: Api