Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
Cardano Network reponses
Synopsis
- data Network = Network {}
- data NetworkStake = NetworkStake {}
- data NetworkSupply = NetworkSupply {}
- data NetworkEraSummary = NetworkEraSummary {}
- data NetworkEraBound = NetworkEraBound {}
- data NetworkEraParameters = NetworkEraParameters {}
Documentation
Detailed network information
Network | |
|
Instances
FromJSON Network Source # | |
ToJSON Network Source # | |
Defined in Blockfrost.Types.Cardano.Network | |
Generic Network Source # | |
Show Network Source # | |
Eq Network Source # | |
ToSample Network Source # | |
HasStake Network NetworkStake Source # | |
Defined in Blockfrost.Lens | |
HasSupply Network NetworkSupply Source # | |
Defined in Blockfrost.Lens | |
type Rep Network Source # | |
Defined in Blockfrost.Types.Cardano.Network type Rep Network = D1 ('MetaData "Network" "Blockfrost.Types.Cardano.Network" "blockfrost-api-0.8.0.0-9jPVyZRQiil83CVj7Bn3JQ" 'False) (C1 ('MetaCons "Network" 'PrefixI 'True) (S1 ('MetaSel ('Just "_networkSupply") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 NetworkSupply) :*: S1 ('MetaSel ('Just "_networkStake") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 NetworkStake))) |
data NetworkStake Source #
Live and active stake of the whole network
NetworkStake | |
|
Instances
data NetworkSupply Source #
Lovelace supply data
NetworkSupply | |
|
Instances
data NetworkEraSummary Source #
Summary of information about network eras.
NetworkEraSummary | |
|
Instances
data NetworkEraBound Source #
Time bounds of an era.
NetworkEraBound | |
|
Instances
data NetworkEraParameters Source #
Parameters for a network era which can vary between hardforks.
NetworkEraParameters | |
|