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

    Interface ChainSigEvmMpcSignature

    interface ChainSigEvmMpcSignature {
        bigR: { x: bigint; y: bigint };
        s: bigint;
        recoveryId: number;
    }
    Index

    Properties

    Properties

    bigR: { x: bigint; y: bigint }
    s: bigint
    recoveryId: number