NotAvaialableUTXOTransaction constructor
- String hash,
- int block,
- CoinEntity token
Implementation
NotAvaialableUTXOTransaction(String hash, int block, CoinEntity token)
: super(
block: block,
hash: hash,
id: hash,
version: -1,
confirmations: -1,
amount: Amount.zero,
fee: Amount.zero,
inputs: const [],
outputs: const [],
recipient: "",
sender: "",
status: ConfirmationStatus.notSubmitted,
timeMilli: -1,
token: token,
transferMethod: TransactionTransferMethod.unknown,
);