blockHeight property
Block height of the UTXO, or -1 if in mempool.
Implementation
@$pb.TagNumber(2)
$core.int get blockHeight => $_getIZ(1);
Implementation
@$pb.TagNumber(2)
set blockHeight($core.int value) => $_setSignedInt32(1, value);
Block height of the UTXO, or -1 if in mempool.
@$pb.TagNumber(2)
$core.int get blockHeight => $_getIZ(1);
@$pb.TagNumber(2)
set blockHeight($core.int value) => $_setSignedInt32(1, value);