[][src]Type Definition cxmr_api::SharedPublicClient

type SharedPublicClient<E> = Arc<dyn PublicClient<Error = E>>;

Shared public client type alias.