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