hotHosts property

  1. @TagNumber(1)
List<KnownHost> get hotHosts

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

Implementation

@$pb.TagNumber(1)
$core.List<KnownHost> get hotHosts => $_getList(0);