UNPKG

notbank

Version:
10 lines (9 loc) 200 B
export interface AddWhitelistedAddressRequest { account_id: number; currency: string; network: string; address: string; label: string; memo_or_tag?: string; otp: string; }