inMempool property

  1. @TagNumber(1)
bool get inMempool

Predicate indicating if the Transaction ID is currently in the node's mempool

Implementation

@$pb.TagNumber(1)
$core.bool get inMempool => $_getBF(0);
  1. @TagNumber(1)
set inMempool (bool v)

Implementation

@$pb.TagNumber(1)
set inMempool($core.bool v) { $_setBool(0, v); }