isFinal property

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

Whether the UTXO has been finalized by Avalanche.

Implementation

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

Implementation

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