UNPKG

mysterium-vpn-js

Version:
5 lines (4 loc) 121 B
export interface Payout { address: string; } export declare const parsePayoutAddressResponse: (data: any) => Payout;