Skip to content
Snippets Groups Projects
Commit 4482c9c7 authored by inso's avatar inso
Browse files

Update docs

parent 3a9c7831
Branches
Tags
No related merge requests found
doc/uml/services.png

14.2 KiB | W: | H:

doc/uml/services.png

13.2 KiB | W: | H:

doc/uml/services.png
doc/uml/services.png
doc/uml/services.png
doc/uml/services.png
  • 2-up
  • Swipe
  • Onion skin
...@@ -5,7 +5,6 @@ ...@@ -5,7 +5,6 @@
class ProfileService << (S,cyan) >> { class ProfileService << (S,cyan) >> {
add_connection() add_connection()
remove_connection() remove_connection()
} }
class AccountService << (S,cyan) >> { class AccountService << (S,cyan) >> {
...@@ -15,15 +14,15 @@ class AccountService << (S,cyan) >> { ...@@ -15,15 +14,15 @@ class AccountService << (S,cyan) >> {
send_identity() send_identity()
send_revokation() send_revokation()
} }
class TransactionsService << (S,cyan) >> { class TransactionsService << (S,cyan) >> {
handle_new_block()
refresh_transactions() refresh_transactions()
rollback_transactions() rollback_transactions()
} }
class RegistryService << (S,cyan) >> { class IdentitiesService << (S,cyan) >> {
get_identity() handle_new_block()
get_certifiers_of()
get_certified_by()
} }
class NetworkService << (S,cyan) >> { class NetworkService << (S,cyan) >> {
......
doc/uml/tx_lifecycle.png

63.2 KiB | W: | H:

doc/uml/tx_lifecycle.png

63.2 KiB | W: | H:

doc/uml/tx_lifecycle.png
doc/uml/tx_lifecycle.png
doc/uml/tx_lifecycle.png
doc/uml/tx_lifecycle.png
  • 2-up
  • Swipe
  • Onion skin
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment