Module

Network.Ethereum.Uport.Signer.Simple

Package
purescript-uport
Repository
f-o-a-m/purescript-uport

#PrivateKey Source

newtype PrivateKey

Type containing private key, passed to SimpleSigner function from uport module.

#mkPrivateKey Source

mkPrivateKey :: String -> PrivateKey

Constructs PrivateKey

#simpleSigner Source

simpleSigner :: forall eff. PrivateKey -> Signer (exception :: EXCEPTION | eff)

Creates Signer from from PrivateKey using SimpleSigner function from uport module.