Hoogle Search

Within LTS Haskell 24.8 (ghc-9.10.2)

Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.

  1. arbitraryAddress :: Gen Address

    haskoin-core Haskoin.Util.Arbitrary.Address

    Arbitrary pay-to-public-key-hash or pay-to-script-hash address.

  2. arbitraryAddressAll :: Gen Address

    haskoin-core Haskoin.Util.Arbitrary.Address

    Arbitrary address including pay-to-witness

  3. arbitraryNetAddress :: Gen (Network, Address)

    haskoin-core Haskoin.Util.Arbitrary.Address

    Arbitrary valid combination of (Network, Address)

  4. arbitraryPubKeyAddress :: Gen Address

    haskoin-core Haskoin.Util.Arbitrary.Address

    Arbitrary pay-to-public-key-hash address.

  5. arbitraryScriptAddress :: Gen Address

    haskoin-core Haskoin.Util.Arbitrary.Address

    Arbitrary pay-to-script-hash address.

  6. arbitraryWitnessAddress :: Gen Address

    haskoin-core Haskoin.Util.Arbitrary.Address

    No documentation available.

  7. arbitraryWitnessPubKeyAddress :: Gen Address

    haskoin-core Haskoin.Util.Arbitrary.Address

    Arbitrary pay-to-witness public key hash

  8. arbitraryWitnessScriptAddress :: Gen Address

    haskoin-core Haskoin.Util.Arbitrary.Address

    Arbitrary pay-to-witness script hash

  9. arbitraryBlock :: Network -> Ctx -> Gen Block

    haskoin-core Haskoin.Util.Arbitrary.Block

    Block full or arbitrary transactions.

  10. arbitraryBlockHash :: Gen BlockHash

    haskoin-core Haskoin.Util.Arbitrary.Block

    Arbitrary block hash.

Page 13 of many | Previous | Next