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

    Interface PrevOut

    interface PrevOut {
        amount: number;
        script: Bytes;
    }
    Index

    Properties

    Properties

    amount: number
    script: Bytes