isFinal property

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

Whether the block has been finalized by Avalanche

Implementation

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

Implementation

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