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

    Interface PartialSigInfo

    interface PartialSigInfo {
        pubKey: Bytes;
        signature: Bytes;
    }
    Index

    Properties

    Properties

    pubKey: Bytes
    signature: Bytes