plutus-pab-1.2.0.0
Safe Haskell None
Language Haskell2010

Plutus.PAB.Core.Indexer.TxConfirmationStatus

Synopsis

TxConfirmationStatus

type TCSIndex = SqliteIndex Event () TxId Result Source #

data TxInfo Source #

Instances

Instances details
Eq TxInfo Source #
Instance details

Defined in Plutus.PAB.Core.Indexer.TxConfirmationStatus

Show TxInfo Source #
Instance details

Defined in Plutus.PAB.Core.Indexer.TxConfirmationStatus

Generic TxInfo Source #
Instance details

Defined in Plutus.PAB.Core.Indexer.TxConfirmationStatus

FromRow TxInfo Source #
Instance details

Defined in Plutus.PAB.Core.Indexer.TxConfirmationStatus

ToRow TxInfo Source #
Instance details

Defined in Plutus.PAB.Core.Indexer.TxConfirmationStatus

type Rep TxInfo Source #
Instance details

Defined in Plutus.PAB.Core.Indexer.TxConfirmationStatus

insert :: forall m h (v :: Type -> Type ) e n q r. ( Monad m, PrimMonad m, MVector ( Mutable v) e) => e -> SplitIndex m h v e n q r -> m (SplitIndex m h v e n q r) #

rewind :: forall (v :: Type -> Type ) e (m :: Type -> Type ) h n q r. MVector ( Mutable v) e => Int -> SplitIndex m h v e n q r -> Maybe (SplitIndex m h v e n q r) #

Orphan instances