export interface ITransferOption {
  url?: string
  from?: string
  dest?: string
  mosaic: string
  amount: string
  readfile?: string
  message?: string
  bod: boolean
}
