pub fn submit_api<State, Types: NodeType, Ver: StaticVersionType + 'static>(
options: &Options,
) -> Result<Api<State, Error, Ver>, ApiError>where
State: 'static + Send + Sync + ReadState,
<State as ReadState>::State: Send + Sync + AcceptsTxnSubmits<Types>,