TransferError constructor

const TransferError({
  1. Map? txTooOld,
  2. Map? badFee,
  3. Map? txDuplicate,
  4. bool? txCreatedInFuture,
  5. Map? insufficientFunds,
})

Implementation

const TransferError({
  this.txTooOld,
  this.badFee,
  this.txDuplicate,
  this.txCreatedInFuture,
  this.insufficientFunds,
});