UNPKG

@colony/colony-js-adapter

Version:

ColonyContract adapter interfaces

8 lines (6 loc) 90 B
/* @flow */ export type Signature = { sigR: string, sigS: string, sigV: number, };