isCoinbase property

  1. @TagNumber.new(12)
bool get isCoinbase

Whether this tx is a coinbase tx

Implementation

@$pb.TagNumber(12)
$core.bool get isCoinbase => $_getBF(8);
  1. @TagNumber.new(12)
set isCoinbase (bool value)

Implementation

@$pb.TagNumber(12)
set isCoinbase($core.bool value) => $_setBool(8, value);