export interface AddPublicAddressResponse {
  transaction_id: string,
  status: string,
  fee_collected: number
}
