atlas-cardano-0.3.0: Application backend for Plutus smart contracts on Cardano
Safe HaskellNone
LanguageHaskell2010

GeniusYield.Types.Wallet

Synopsis

Documentation

type Mnemonic = [Text] #

data WalletKeys #

Constructors

WalletKeys 

Fields

walletKeysFromMnemonicIndexedMnemonicIntegerIntegerEither String WalletKeys #

derives Wallet keys from mnemonic words

walletKeysFromMnemonicMnemonicEither String WalletKeys #

gives wallet keys with fist index with derivation path `1852H1815H0H20` for Stake Key with derivation path `1852H1815H0H00` for Payment Key

writeExtendedPaymentSigningKeyTextEnvelopeMnemonicFilePathIO () #

writes TextEnvelope with type PaymentExtendedSigningKeyShelley_ed25519_bip32 from mnemonic

writeStakeSigningKeyTextEnvelopeMnemonicFilePathIO () #

writes TextEnvelope with type StakeExtendedSigningKeyShelley_ed25519_bip32 from mnemonic