Skip to main content

connect_stack

Function connect_stack 

Source
pub fn connect_stack<E>(
    state: AppState<E>,
) -> ConnectRpcService<Chain<ServiceServer<IngestConnect<E>>, Chain<ServiceServer<QueryConnect<E>>, Chain<ServiceServer<CompactConnect<E>>, ServiceServer<StreamConnect<E>>>>>>
where E: StoreEngine,