morley-0.7.0: Developer tools for the Michelson Language

Safe HaskellNone
LanguageHaskell2010

Lorentz.Test.Consumer

Description

Contract which remembers all parameters it has been called with.

Useful to save return values of View entry points.

Synopsis

Documentation

contractConsumer :: Contract cp [cp] Source #

Remembers parameters it was called with, last goes first.