UNPKG

notbank

Version:
11 lines (10 loc) 221 B
export interface WhiteListedAddress { id: string; currency: string; label: string; network: string; address: string; memo?: string | null; verified: boolean; provider_id?: number | null; }