cardano-wallet-core-2022.7.1: The Wallet Backend for a Cardano node.
Copyright © 2018-2022 IOHK
License Apache-2.0
Safe Haskell None
Language Haskell2010

Cardano.Wallet.DB.Store.Meta.Model

Description

Pure, low level model for a collection of "meta transactions", i.e. additional data ( TxMeta ) that the wallet stores for each transaction. Meta transactions are encoded "as" expressed in DB tables.

Synopsis

Documentation

newtype TxMetaHistory Source #

A collection of TxMeta , indexed by transaction identifier.

Instances

Instances details
Eq TxMetaHistory Source #
Instance details

Defined in Cardano.Wallet.DB.Store.Meta.Model

Show TxMetaHistory Source #
Instance details

Defined in Cardano.Wallet.DB.Store.Meta.Model

Generic TxMetaHistory Source #
Instance details

Defined in Cardano.Wallet.DB.Store.Meta.Model

Semigroup TxMetaHistory Source #
Instance details

Defined in Cardano.Wallet.DB.Store.Meta.Model

Monoid TxMetaHistory Source #
Instance details

Defined in Cardano.Wallet.DB.Store.Meta.Model

Buildable TxMetaHistory Source #
Instance details

Defined in Cardano.Wallet.DB.Store.Meta.Model

type Rep TxMetaHistory Source #
Instance details

Defined in Cardano.Wallet.DB.Store.Meta.Model

type Rep TxMetaHistory = D1 (' MetaData "TxMetaHistory" "Cardano.Wallet.DB.Store.Meta.Model" "cardano-wallet-core-2022.7.1-AGKhlyz9liLKN3QqZD1gj" ' True ) ( C1 (' MetaCons "TxMetaHistory" ' PrefixI ' True ) ( S1 (' MetaSel (' Just "relations") ' NoSourceUnpackedness ' NoSourceStrictness ' DecidedLazy ) ( Rec0 ( Map TxId TxMeta ))))