Skip to content

committer

Get the note committer

Signature

ts
class Note {
  committer(): Signature;
}

Returns

  • Signature

    The note committer signature.

    • emailrequired · string

      Email on the signature.

    • namerequired · string

      Name on the signature.

    • timestamprequired · number

      Time in seconds, from epoch

Released under the MIT License.