lorentz-0.4.0: EDSL for the Michelson Language
Safe HaskellNone
LanguageHaskell2010

Lorentz.ContractRegistry

Description

This module contains various datatypes and functions which are common for contract registry packages (e.g. morley-ledgers and morley-multisig).

Synopsis

Registry types

data ContractInfo Source #

Constructors

forall cp st.(NiceParameterFull cp, NiceStorage st) => ContractInfo 

Fields

newtype ContractRegistry Source #

Instances

Instances details
Buildable ContractRegistry Source # 
Instance details

Defined in Lorentz.ContractRegistry

(?::) :: Text -> a -> (Text, a) Source #

Things to do in main

runContractRegistry :: ContractRegistry -> CmdLnArgs -> IO () Source #

Run an action operating with ContractRegistry.

Building blocks