Whether this tag comes from the tag stack (pushtag) or is inline
Methods
toString
toString():string
Converts this tag to its string representation.
Tags from the stack return an empty string (they're implicit),
while inline tags return '#tagname' format.
Returns string
The tag string with '#' prefix, or empty string if from stack
Represents a tag associated with a transaction. Tags can be specified inline in the transaction or inherited from a tag stack (pushtag/poptag).