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