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

    Interface XOnlyPointAddTweakResult

    Result returned by CryptoBackend.xOnlyPointAddTweak on success.

    interface XOnlyPointAddTweakResult {
        parity: Parity;
        xOnlyPubkey: XOnlyPublicKey;
    }
    Index

    Properties

    Properties

    parity: Parity

    Parity of the resulting point's Y coordinate.

    xOnlyPubkey: XOnlyPublicKey

    32-byte x-only public key of the tweaked point.