coinbase property
bool
get
coinbase
True if this out point is the type found in a coinbase
Implementation
bool get coinbase => _hash.every((e) => e == 0) && n == 0xffffffff;
True if this out point is the type found in a coinbase
bool get coinbase => _hash.every((e) => e == 0) && n == 0xffffffff;