transactionIds property

  1. @TagNumber(1)
List<TransactionId> get transactionIds

A list of Transaction IDs that are currently in the node's mempool

Implementation

@$pb.TagNumber(1)
$core.List<$10.TransactionId> get transactionIds => $_getList(0);