TransferError constructor

TransferError({
  1. Map? TxTooOld,
  2. Map? BadFee,
  3. Map? TxDuplicate,
  4. bool? TxCreatedInFuture,
  5. Map? InsufficientFunds,
})

Implementation

TransferError(
    {this.TxTooOld,
    this.BadFee,
    this.TxDuplicate,
    this.TxCreatedInFuture,
    this.InsufficientFunds});