isFinal property
Whether the transaction has been finalized by avalanche
Implementation
@$pb.TagNumber(16)
$core.bool get isFinal => $_getBF(12);
Implementation
@$pb.TagNumber(16)
set isFinal($core.bool value) => $_setBool(12, value);
Whether the transaction has been finalized by avalanche
@$pb.TagNumber(16)
$core.bool get isFinal => $_getBF(12);
@$pb.TagNumber(16)
set isFinal($core.bool value) => $_setBool(12, value);