morley-client-0.4.0: 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 :: (HasTezosRpc m, HasTezosClient m, WithClientLog env m) => ImplicitAddressWithAlias -> m OperationHash Source #

Resolve the public key of an implicit address and reveal it.

revealKeyUnlessRevealed :: (HasTezosRpc m, HasTezosClient m, WithClientLog env m) => ImplicitAddressWithAlias -> m () Source #

Resolve the public key of an implicit address and reveal it, unless already revealed.