Type alias SignatureType

SignatureType: Signature | string | {
    r: Uint8Array;
    recid: number;
    s: Uint8Array;
    type: string;
}