haskoin-core-0.21.2: Bitcoin & Bitcoin Cash library for Haskell
CopyrightNo rights reserved
LicenseMIT
Maintainerjprupp@protonmail.ch
Stabilityexperimental
PortabilityPOSIX
Safe HaskellNone
LanguageHaskell2010

Haskoin.Util.Arbitrary.Address

Description

 
Synopsis

Documentation

arbitraryAddress :: Gen Address Source #

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

arbitraryAddressAll :: Gen Address Source #

Arbitrary address including pay-to-witness

arbitraryNetAddress :: Gen (Network, Address) Source #

Arbitrary valid combination of (Network, Address)

arbitraryPubKeyAddress :: Gen Address Source #

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

arbitraryScriptAddress :: Gen Address Source #

Arbitrary pay-to-script-hash address.

arbitraryWitnessPubKeyAddress :: Gen Address Source #

Arbitrary pay-to-witness public key hash

arbitraryWitnessScriptAddress :: Gen Address Source #

Arbitrary pay-to-witness script hash