export interface ITransactionStatusOption {
  url?: string
  transactionhash: string
  readfile?: string
  privatekey?: string
  bod: boolean
}
