Module
Network.Ethereum.Uport.Signer.Simple
- Package
- purescript-uport
- Repository
- f-o-a-m/purescript-uport
#PrivateKey Source
newtype PrivateKeyType containing private key, passed to SimpleSigner function
from uport module.
#mkPrivateKey Source
mkPrivateKey :: String -> PrivateKeyConstructs PrivateKey
#simpleSigner Source
simpleSigner :: forall eff. PrivateKey -> Signer (exception :: EXCEPTION | eff)Creates Signer from from PrivateKey using SimpleSigner function
from uport module.