interface CombinedECDSASignature {
    r: string;
    recid: number;
    s: string;
}

Properties

Properties

r: string
recid: number
s: string