UNPKG

mysterium-tequilapi

Version:
14 lines (12 loc) 368 B
// @flow /** * Flowtype definitions for identity-payout * 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 IdentityPayoutDTO { ethAddress: string; } declare export function parseIdentityPayoutDTO(data: any): IdentityPayoutDTO;