export interface Address {
  address: string;
  currency: string;
  paymentId?: string;
  publicKey?: string;
  networkCode?: string;
}
