mysterium-tequilapi
Version:
Api library to control mysterium client and node
16 lines (14 loc) • 364 B
Flow
// @flow
/**
* Flowtype definitions for signature
* Generated by Flowgen from a Typescript Definition
* Flowgen v1.5.8
* Author: [Joar Wilk](http://twitter.com/joarwilk)
* Repo: http://github.com/joarwilk/flowgen
*/
export interface SignatureDTO {
r: string;
s: string;
v: string;
}
declare export function parseSignatureDTO(data: any): SignatureDTO;