interface Signature {
    r: string;
    s: string;
    v: number;
}

Properties

r s v

Properties

r: string
s: string
v: number