ChainSig.js Documentation - v1.1.6
    Preparing search index...

    Interface BTCTransaction

    interface BTCTransaction {
        vout: { scriptpubkey: string; value: number }[];
    }
    Index

    Properties

    Properties

    vout: { scriptpubkey: string; value: number }[]