marconi-mamba-1.1.0.0
Safe HaskellNone
LanguageHaskell2010

Marconi.Api.Routes

Documentation

type Echo = JsonRpc "echo" String String String Source #

type TxOutRefReport = JsonRpc "utxoTxOutReport" String String UtxoTxOutReport Source #

type TxOutRefsReport = JsonRpc "utxoTxOutReports" Int String [UtxoTxOutReport] Source #

type TargetAddressesReport = JsonRpc "addressesBech32Report" Int String [Text] Source #

type Print = JsonRpcNotification "print" String Source #

type JsonRpcAPI = "json-rpc" :> RawJsonRpc RpcAPI Source #

type GetTime = "time" :> Get '[PlainText] String Source #

type GetTargetAddresses = "addresses" :> Get '[JSON] [Text] Source #

type NonEndpoint = "json-rpc" :> RawJsonRpc (JsonRpc "launch-missles" Int String Bool) Source #