UNPKG

raiden-api-client

Version:
6 lines (5 loc) 134 B
export interface Partner { partner_address: string; channel: string; } export declare type Partners = ReadonlyArray<Partner>;