blockHeight property

  1. @TagNumber.new(2)
int get blockHeight

Block height of the UTXO, or -1 if in mempool.

Implementation

@$pb.TagNumber(2)
$core.int get blockHeight => $_getIZ(1);
  1. @TagNumber.new(2)
set blockHeight (int value)

Implementation

@$pb.TagNumber(2)
set blockHeight($core.int value) => $_setSignedInt32(1, value);