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. PayWitnessScriptHash :: Hash256 -> ScriptOutput

    haskoin-core Haskoin.Script.Standard

    pay to witness script hash

  2. module Haskoin.Transaction.Partial

    Code related to PSBT parsing and serialization.

  3. data PSBT

    haskoin-core Haskoin.Transaction.Partial

    PSBT data type as specified in BIP-174. This contains an unsigned transaction, inputs and outputs, and unspecified extra data. There is one input per input in the unsigned transaction, and one output per output in the unsigned transaction. The inputs and outputs in the PSBT line up by index with the inputs and outputs in the unsigned transaction.

  4. PSBT :: Tx -> UnknownMap -> [Input] -> [Output] -> PSBT

    haskoin-core Haskoin.Transaction.Partial

    No documentation available.

  5. data PSBTSigner

    haskoin-core Haskoin.Transaction.Partial

    A abstraction which covers varying key configurations. Use the Semigroup instance to create signers for sets of keys: `signerA <> signerB` can sign anything for which signerA or signerB could sign.

    since 0.21
    

  6. P2WPKH :: WitnessProgramPKH -> WitnessProgram

    haskoin-core Haskoin.Transaction.Segwit

    No documentation available.

  7. P2WSH :: WitnessProgramSH -> WitnessProgram

    haskoin-core Haskoin.Transaction.Segwit

    No documentation available.

  8. module Hasql.Pool

    No documentation available.

  9. data Pool

    hasql-pool Hasql.Pool

    Pool of connections to DB.

  10. data Prio pol item

    heap Data.Heap

    No documentation available.

Page 924 of many | Previous | Next