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.

  1. getBlockByNumber :: JsonRpc m => Quantity -> m (Maybe Block)

    web3-ethereum Network.Ethereum.Api.Eth

    Returns information about a block by block number.

  2. 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.

  3. getBlockTransactionCountByNumber :: JsonRpc m => Quantity -> m Quantity

    web3-ethereum Network.Ethereum.Api.Eth

    Returns the number of transactions in a block matching the given block number.

  4. getTransactionByBlockNumberAndIndex :: JsonRpc m => DefaultBlock -> Quantity -> m (Maybe Transaction)

    web3-ethereum Network.Ethereum.Api.Eth

    Returns information about a transaction by block number and transaction index position.

  5. getUncleByBlockNumberAndIndex :: JsonRpc m => DefaultBlock -> Quantity -> m Block

    web3-ethereum Network.Ethereum.Api.Eth

    Returns information about a uncle of a block by number and uncle index position.

  6. getUncleCountByBlockNumber :: JsonRpc m => Quantity -> m Quantity

    web3-ethereum Network.Ethereum.Api.Eth

    Returns the number of uncles in a block from a block matching the given block number.

  7. BlockWithNumber :: Quantity -> DefaultBlock

    web3-ethereum Network.Ethereum.Api.Types

    No documentation available.

  8. blockNumber :: BlockT tx -> !Maybe Quantity

    web3-ethereum Network.Ethereum.Api.Types

    QUANTITY - the block number. null when its pending block.

  9. changeBlockNumber :: Change -> !Maybe Quantity

    web3-ethereum Network.Ethereum.Api.Types

    QUANTITY - the block number where this log was in. null when its pending. null when its pending log.

  10. receiptBlockNumber :: TxReceipt -> !Quantity

    web3-ethereum Network.Ethereum.Api.Types

    QUANTITY - block number where this transaction was in.

Page 548 of many | Previous | Next