btcutil-js - v0.2.0
    Preparing search index...

    Interface TxOutputDecoded

    interface TxOutputDecoded {
        scriptPubKey: Uint8Array;
        value: number;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    scriptPubKey: Uint8Array
    value: number