Skip to content

Commit 88db2b6

Browse files
committed
Updated some doc
1 parent 6926b46 commit 88db2b6

File tree

2 files changed

+0
-5
lines changed

2 files changed

+0
-5
lines changed

doc/concepts/wallet.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,6 @@ A wallet is uniquely identified by a WalletId and is associated with a specific
77
The wallet also holds the private key of the wallet.
88
The 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

1612
Wallet endpoints are utilized within the system to enable secure asset transfers and ownership management.

doc/flows/receive_slice.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)