Status : Experimental
This backend module currently supports following services
- TransactionService
- Result<String> submitTransaction(byte[] cborData)
- Result<List<EvaluationResult>> evaluateTx(byte[] cborData)
To get an instance of OgmiosBackendService
BackendService backendService = new OgmiosBackendService("ws://host:port")