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

    Interface WitnessUtxoInfo

    Witness UTXO: paired value+script, present-or-absent together.

    interface WitnessUtxoInfo {
        script: Bytes;
        value: number;
    }
    Index

    Properties

    Properties

    script: Bytes
    value: number