Document how to verify the signature of messages and events

This commit is contained in:
Wilson Silva
2024-03-15 18:49:40 +00:00
parent 86cd6c6baa
commit 470a72d4de
4 changed files with 96 additions and 0 deletions

View File

@@ -35,6 +35,7 @@ classDiagram
serialize()
to_h()
sign(private_key)
verify_signature()
}
class Subscription {
id