isFinal property

  1. @TagNumber.new(6)
bool get isFinal

Whether the UTXO has been finalized by Avalanche.

Implementation

@$pb.TagNumber(6)
$core.bool get isFinal => $_getBF(5);
  1. @TagNumber.new(6)
set isFinal (bool value)

Implementation

@$pb.TagNumber(6)
set isFinal($core.bool value) => $_setBool(5, value);