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

Morley.Client.Action.Reveal

Description

Functions to reveal keys via node RPC.

Synopsis

Documentation

data RevealData Source #

Constructors

RevealData 

Fields

revealKey :: forall m env. (HasTezosRpc m, HasTezosClient m, WithClientLog env m) => ImplicitAddress -> RevealData -> m OperationHash Source #

Reveal given key.

This is a variation of key revealing method that tries to use solely RPC. TODO [#873] remove HasTezosClient dependency

revealKeyUnlessRevealed :: forall m env. (HasTezosRpc m, HasTezosClient m, WithClientLog env m) => ImplicitAddress -> RevealData -> m () Source #

Reveal given key. TODO [#873] remove HasTezosClient dependency