Function hotshot_builder_api::v0_1::builder::submit_api
source ยท 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>,