UNPKG

@ravenrebels/ravencoin-message

Version:
6 lines (4 loc) 283 B
/** returns a base64 encoded string representation of the signature */ export function sign(message: string, privateKey: any, compressed?: boolean): any; export function verifyMessage(message: string, address: string, signature: string): any; //# sourceMappingURL=types.d.ts.map