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