Skip to content

Commit

Permalink
[uml] refs fibercrypto#130 - Rename WalletId => GetID WalletLabel => …
Browse files Browse the repository at this point in the history
…GetLabel
  • Loading branch information
olemis committed Dec 9, 2019
1 parent d6c0d3b commit 2bd5984
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions content/diagrams/plantuml/core.v2.uml
Original file line number Diff line number Diff line change
Expand Up @@ -272,8 +272,8 @@ WalletStorage : Encrypt(walletName string, password PasswordReader)
WalletStorage : Decrypt(walletName string, password PasswordReader)
WalletStorage : IsEncrypted(walletName string) (bool, error)

Wallet : WalletId() string
Wallet : WalletLabel() string
Wallet : GetID() string
Wallet : GetLabel() string
Wallet : SetLabel(wltName string)
Wallet : GetCryptoAccount() CryptoAccount

Expand Down

0 comments on commit 2bd5984

Please sign in to comment.