@btc-vision/ecpair - v4.0.2
    Preparing search index...

    Interface SignerOptions

    Options shared by all ECPairSigner factory methods.

    interface SignerOptions {
        compressed?: boolean;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    compressed?: boolean

    Whether to use compressed SEC1 encoding for the public key. Defaults to true.