isCoinbase property
Whether the UTXO has been created in a coinbase tx.
Implementation
@$pb.TagNumber(3)
$core.bool get isCoinbase => $_getBF(2);
Implementation
@$pb.TagNumber(3)
set isCoinbase($core.bool value) => $_setBool(2, value);
Whether the UTXO has been created in a coinbase tx.
@$pb.TagNumber(3)
$core.bool get isCoinbase => $_getBF(2);
@$pb.TagNumber(3)
set isCoinbase($core.bool value) => $_setBool(2, value);