morley-1.15.1: Developer tools for the Michelson Language
Safe HaskellNone
LanguageHaskell2010

Michelson.Runtime.TxData

Description

TxData type and associated functionality.

Synopsis

Documentation

data TxData Source #

Data associated with a particular transaction.

Instances

Instances details
Show TxData Source # 
Instance details

Defined in Michelson.Runtime.TxData

data TxParam where Source #

A parameter associated with a particular transaction.

Constructors

TxTypedParam :: forall t. ParameterScope t => Value t -> TxParam 
TxUntypedParam :: Value -> TxParam 

Instances

Instances details
Show TxParam Source # 
Instance details

Defined in Michelson.Runtime.TxData