| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Cardano.Address.Crypto.Wallet.Types
Description
Vendored from cardano-crypto (Apache-2.0).
Original: Cardano.Crypto.Wallet.Types
Documentation
Constructors
| ChainCode ByteString |
Instances
| NFData ChainCode # | |
Defined in Cardano.Address.Crypto.Wallet.Types | |
| Show ChainCode # | |
| Eq ChainCode # | |
| Ord ChainCode # | |
Defined in Cardano.Address.Crypto.Wallet.Types | |
| Hashable ChainCode # | |
Defined in Cardano.Address.Crypto.Wallet.Types | |
| ByteArrayAccess ChainCode # | |
data DerivationScheme #
Constructors
| DerivationScheme1 | |
| DerivationScheme2 |
Instances
type DerivationIndex = Word32 #
pattern LatestScheme :: DerivationScheme #