Hoogle Search
Within LTS Haskell 24.52 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
getBlockByNumber :: JsonRpc m => Quantity -> m (Maybe Block)web3-ethereum Network.Ethereum.Api.Eth Returns information about a block by block number.
getBlockByNumberLite :: JsonRpc m => Quantity -> m (Maybe (BlockT HexString))web3-ethereum Network.Ethereum.Api.Eth Returns information about a block by block number with only hashes of the transactions in it.
getBlockTransactionCountByNumber :: JsonRpc m => Quantity -> m Quantityweb3-ethereum Network.Ethereum.Api.Eth Returns the number of transactions in a block matching the given block number.
-
web3-ethereum Network.Ethereum.Api.Eth Returns information about a transaction by block number and transaction index position.
getUncleByBlockNumberAndIndex :: JsonRpc m => DefaultBlock -> Quantity -> m Blockweb3-ethereum Network.Ethereum.Api.Eth Returns information about a uncle of a block by number and uncle index position.
getUncleCountByBlockNumber :: JsonRpc m => Quantity -> m Quantityweb3-ethereum Network.Ethereum.Api.Eth Returns the number of uncles in a block from a block matching the given block number.
BlockWithNumber :: Quantity -> DefaultBlockweb3-ethereum Network.Ethereum.Api.Types No documentation available.
blockNumber :: BlockT tx -> !Maybe Quantityweb3-ethereum Network.Ethereum.Api.Types QUANTITY - the block number. null when its pending block.
changeBlockNumber :: Change -> !Maybe Quantityweb3-ethereum Network.Ethereum.Api.Types QUANTITY - the block number where this log was in. null when its pending. null when its pending log.
receiptBlockNumber :: TxReceipt -> !Quantityweb3-ethereum Network.Ethereum.Api.Types QUANTITY - block number where this transaction was in.