isCoinbase property
Whether this tx is a coinbase tx
Implementation
@$pb.TagNumber(12)
$core.bool get isCoinbase => $_getBF(8);
Implementation
@$pb.TagNumber(12)
set isCoinbase($core.bool value) => $_setBool(8, value);
Whether this tx is a coinbase tx
@$pb.TagNumber(12)
$core.bool get isCoinbase => $_getBF(8);
@$pb.TagNumber(12)
set isCoinbase($core.bool value) => $_setBool(8, value);