isFinal property
Whether the block has been finalized by Avalanche
Implementation
@$pb.TagNumber(14)
$core.bool get isFinal => $_getBF(13);
Implementation
@$pb.TagNumber(14)
set isFinal($core.bool value) => $_setBool(13, value);
Whether the block has been finalized by Avalanche
@$pb.TagNumber(14)
$core.bool get isFinal => $_getBF(13);
@$pb.TagNumber(14)
set isFinal($core.bool value) => $_setBool(13, value);