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.Store

Description

Low level Store for a collection of meta-transactions, i.e. additional data ( TxMeta ) that the wallet stores for each transaction. Meta-transactions are specific to a wallet.

Synopsis

Documentation

mkStoreMetaTransactions :: WalletId -> Store ( SqlPersistT IO ) DeltaTxMetaHistory Source #

Create an SQL store to hold meta transactions for a wallet.