isCoinbase property

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

Whether the UTXO has been created in a coinbase tx.

Implementation

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

Implementation

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