Module

Contract.Backend.Ogmios

Module for backend-specific functions that only work with Ogmios/Kupo backends

#getPoolParameters

getPoolParameters :: PoolPubKeyHash -> Contract PoolParams

This function can only run with Ogmios backend

Blockfrost does not support fetching the required data: https://github.com/blockfrost/blockfrost-backend-ryo/issues/82

#submitTxE

submitTxE :: TransactionHash -> CborBytes -> Contract SubmitTxR

Error returning variant

Modules