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

    Interface RSVSignature

    interface RSVSignature {
        r: string;
        s: string;
        v: number;
    }
    Index

    Properties

    r s v

    Properties

    r: string
    s: string
    v: number