morley-client-0.2.1: Client to interact with the Tezos blockchain
Safe HaskellSafe-Inferred
LanguageHaskell2010

Morley.Client.Action

Description

High-level actions implemented in abstract monads that require both RPC and tezos-client functionality.

Synopsis

Documentation

revealKeyUnlessRevealed :: (WithClientLog env m, HasTezosRpc m, HasTezosClient m) => ImplicitAddress -> Maybe ScrubbedBytes -> m () Source #

Reveal key for implicit address if necessary.

Throws an error if given address is a contract address.