cachedTransaction method

  1. @override
RawTransaction? cachedTransaction(
  1. TxIdHex txId
)
override

BlockchainCache

Implementation

@override
RawTransaction? cachedTransaction(TxIdHex txId) => _transactionCache[txId];