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

    Interface NearNearMpcSignature

    interface NearNearMpcSignature {
        big_r: { affine_point: string };
        s: { scalar: string };
        recovery_id: number;
    }
    Index

    Properties

    Properties

    big_r: { affine_point: string }
    s: { scalar: string }
    recovery_id: number