Skip to content

Commit

Permalink
Add heading documentation comment to Wallet module
Browse files Browse the repository at this point in the history
  • Loading branch information
florentc committed Feb 6, 2023
1 parent a06129f commit 3b871d3
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions cooked-validators/src/Cooked/Wallet.hs
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3b871d3

Please sign in to comment.