From 22c26437911b66564cb146bbb05fdf8621c32ae1 Mon Sep 17 00:00:00 2001 From: Daniel Firth Date: Tue, 28 Jan 2025 17:56:52 +0000 Subject: [PATCH] Re-export getBlockTxs --- cardano-api/src/Cardano/Api.hs | 1 + 1 file changed, 1 insertion(+) diff --git a/cardano-api/src/Cardano/Api.hs b/cardano-api/src/Cardano/Api.hs index 84c12434b9..631824a755 100644 --- a/cardano-api/src/Cardano/Api.hs +++ b/cardano-api/src/Cardano/Api.hs @@ -270,6 +270,7 @@ module Cardano.Api , pattern Block , BlockHeader (..) , getBlockHeader + , getBlockTxs -- ** Points on the chain , ChainPoint (..)