| Safe Haskell | None | 
|---|---|
| Language | Haskell2010 | 
Morley.Client.Action
Description
High-level actions implemented in abstract monads that
 require both RPC and tezos-client functionality.
Synopsis
- module Morley.Client.Action.Operation
 - module Morley.Client.Action.Origination
 - module Morley.Client.Action.Transaction
 - data ClientInput
 - revealKeyUnlessRevealed :: (WithClientLog env m, HasTezosRpc m, HasTezosClient m) => Address -> Maybe ScrubbedBytes -> m ()
 
Documentation
data ClientInput Source #
Standard operation input in morley-client interface.
Instances
| OperationInfoDescriptor ClientInput Source # | |
Defined in Morley.Client.Action.Common Associated Types type TransferInfo ClientInput Source # type OriginationInfo ClientInput Source # type RevealInfo ClientInput Source #  | |
| type TransferInfo ClientInput Source # | |
Defined in Morley.Client.Action.Common  | |
| type OriginationInfo ClientInput Source # | |
Defined in Morley.Client.Action.Common  | |
| type RevealInfo ClientInput Source # | |
Defined in Morley.Client.Action.Common  | |
revealKeyUnlessRevealed :: (WithClientLog env m, HasTezosRpc m, HasTezosClient m) => Address -> Maybe ScrubbedBytes -> m () Source #
Reveal key for implicit address if necessary.
Throws an error if given address is a contract address.