From 2b9c503200e98c1d573853275c92feac4e8195af Mon Sep 17 00:00:00 2001 From: Florent C Date: Mon, 6 Feb 2023 11:51:59 +0100 Subject: [PATCH] Add heading documentation comment to Wallet module --- cooked-validators/src/Cooked/Wallet.hs | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/cooked-validators/src/Cooked/Wallet.hs b/cooked-validators/src/Cooked/Wallet.hs index 28190c221..c7df5afff 100644 --- a/cooked-validators/src/Cooked/Wallet.hs +++ b/cooked-validators/src/Cooked/Wallet.hs @@ -4,6 +4,12 @@ {-# LANGUAGE TypeSynonymInstances #-} {-# OPTIONS_GHC -Wno-orphans #-} +-- | This module defines convenient wrappers for mock chain wallets (around +-- Plutus mock wallets) and initial distributions (that is the initial state +-- associating a list of UTxOs with some initial values to each known wallet). +-- It also exposes a convenient API to construct wallets and distributions, +-- manipulate them, and fetch information (such as public/private keys and +-- staking keys). module Cooked.Wallet where import qualified Cardano.Api as Cardano