Function remote_ext::create_ext

source ·
pub(crate) async fn create_ext<B>(
    client: Arc<WsClient>
) -> AnyResult<RemoteExternalities<B>>where
    B: DeserializeOwned + BlockT,
    <B as BlockT>::Header: DeserializeOwned,