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

    Interface TxOutput

    interface TxOutput {
        scriptPubKey?: Bytes;
        value: number;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    scriptPubKey?: Bytes
    value: number