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

Cardano.Wallet.DB.Store.Wallets.Store

Description

Implementation of a store for TxWalletsHistory

Synopsis

Documentation

data DeltaTxWalletsHistory Source #

Verbs to change transactions store and wallet-indexed meta stores.

Constructors

ExpandTxWalletsHistory WalletId [( Tx , TxMeta )]

Add transactions and meta for a wallet.

ChangeTxMetaWalletsHistory WalletId ManipulateTxMetaHistory

Change metas for a wallet.

GarbageCollectTxWalletsHistory

Delete all transactions that have no metas.

RemoveWallet WalletId

Remove all metas of a wallet.