| Safe Haskell | Safe-Inferred |
|---|---|
| Language | Haskell2010 |
Cardano.Crypto.Wallet.Types
Documentation
Constructors
| ChainCode ByteString |
Instances
| Show ChainCode Source # | |
| NFData ChainCode Source # | |
Defined in Cardano.Crypto.Wallet.Types | |
| Eq ChainCode Source # | |
| Ord ChainCode Source # | |
| Hashable ChainCode Source # | |
Defined in Cardano.Crypto.Wallet.Types | |
| ByteArrayAccess ChainCode Source # | |
data DerivationScheme Source #
Constructors
| DerivationScheme1 | |
| DerivationScheme2 |
Instances
type DerivationIndex = Word32 Source #
pattern LatestScheme :: DerivationScheme Source #