tagger
Get the tagger (author) of a tag.
Signature
ts
class Tag {
tagger(): Signature | null;
}
Returns
- null | Signature
If the author is unspecified, then
null
is returned.- emailrequired · string
Email on the signature.
- namerequired · string
Name on the signature.
- timestamprequired · number
Time in seconds, from epoch
- emailrequired · string