File tree Expand file tree Collapse file tree 2 files changed +0
-5
lines changed Expand file tree Collapse file tree 2 files changed +0
-5
lines changed Original file line number Diff line number Diff line change @@ -7,10 +7,6 @@ A wallet is uniquely identified by a WalletId and is associated with a specific
77The wallet also holds the private key of the wallet.
88The private key is used for cryptographic operations related to ownership verification and transaction signing.
99
10- All calls to the system are done with a JWT (Json Web Token) and enables the system to identify the current user.
11-
12- An owner will be able to have multiple wallets, and authorize other users to access their wallets on a per-wallet basis.
13-
1410## Wallet Endpoint
1511
1612Wallet endpoints are utilized within the system to enable secure asset transfers and ownership management.
Original file line number Diff line number Diff line change @@ -29,7 +29,6 @@ sequenceDiagram
2929 else wallet-endpoint not found
3030 wallet -->>- source: Error
3131 end
32-
3332```
3433
3534## Slice verification
You can’t perform that action at this time.
0 commit comments