Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 410 Bytes

File metadata and controls

18 lines (12 loc) · 410 Bytes

cardano-client-backend-ogmios

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")