AccountDTO: {
    address: string;
    driver: string;
    network: string;
    platform: string;
    receive: boolean;
    send: boolean;
    token: string;
}

Payment account (wallet)

Type declaration

  • address: string
  • driver: string
  • network: string
  • platform: string
  • receive: boolean
  • send: boolean
  • token: string