| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Gini.Core.Types.Block
Description
Block definitions
Synopsis
- module Gini.Core.Types.Block.Internal
- data BlockHash
- data Signature
- data ProofOfWork
Documentation
Instances
| Eq BlockHash | |
| Show BlockHash | |
| NFData BlockHash | |
Defined in Gini.Crypto.Hash | |
| Display BlockHash | |
Defined in Gini.Crypto.Hash | |
| ByteArrayAccess BlockHash | |
| Validity BlockHash | |
Defined in Gini.Crypto.Hash | |
| Persist BlockHash | |
Defined in Gini.Crypto.Hash | |
| PersistField BlockHash | |
Defined in Gini.Crypto.Hash Methods toPersistValue :: BlockHash -> PersistValue fromPersistValue :: PersistValue -> Either Text BlockHash | |
| PersistFieldSql BlockHash | |
Defined in Gini.Crypto.Hash | |
Instances
| Eq Signature | |
| Show Signature | |
| NFData Signature | |
Defined in Gini.Crypto.PubKey | |
| Display Signature | |
Defined in Gini.Crypto.PubKey | |
| ByteArrayAccess Signature | |
| Validity Signature | |
Defined in Gini.Crypto.PubKey | |
| Persist Signature | |
Defined in Gini.Crypto.PubKey | |
| PersistField Signature | |
Defined in Gini.Crypto.PubKey Methods toPersistValue :: Signature -> PersistValue fromPersistValue :: PersistValue -> Either Text Signature | |
| PersistFieldSql Signature | |
Defined in Gini.Crypto.PubKey | |
data ProofOfWork #
Proof of work nonce
