Safe Haskell | None |
---|---|
Language | Haskell2010 |
TxData
type and associated functionality.
Synopsis
- data TxData = TxData {}
- data TxParam where
- TxTypedParam :: forall t. ParameterScope t => Value t -> TxParam
- TxUntypedParam :: Value -> TxParam
- tdSenderAddressL :: Lens' TxData Address
- tdParameterL :: Lens' TxData TxParam
- tdEntrypointL :: Lens' TxData EpName
- tdAmountL :: Lens' TxData Mutez
Documentation
Data associated with a particular transaction.
TxData | |
|
A parameter associated with a particular transaction.
TxTypedParam :: forall t. ParameterScope t => Value t -> TxParam | |
TxUntypedParam :: Value -> TxParam |