UNPKG

mysterium-tequilapi

Version:
5 lines (4 loc) 141 B
export interface IdentityPayoutDTO { ethAddress: string; } export declare function parseIdentityPayoutDTO(data: any): IdentityPayoutDTO;