Module
Ethereum.Type
- Package
- purescript-ethereum-client
- Repository
- Unisay/purescript-ethereum-client
#SyncStatus Source
newtype SyncStatus
Constructors
SyncStatus { currentBlock :: BlockNumber, highestBlock :: BlockNumber, startingBlock :: BlockNumber }
Instances
#BlockNumber Source
#mkBlockNumber Source
mkBlockNumber :: BigInt -> Valid BlockNumber
- Modules
- Ethereum.
Api - Ethereum.
Text - Ethereum.
Type