|
4 | 4 |
|
5 | 5 | * 
|
6 | 6 | * [src/account](sdk-src_account.md) - _Key Management class. Enables the creation of a new Aleo Account, importation of an existing account from
|
7 |
| -an existing private key or seed, and message signing and verification functionality. |
8 |
| - |
9 |
| -An Aleo Account is generated from a randomly generated seed (number) from which an account private key, view key, |
10 |
| -and a public account address are derived. The private key lies at the root of an Aleo account. It is a highly |
11 |
| -sensitive secret and should be protected as it allows for creation of Aleo Program executions and arbitrary value |
12 |
| -transfers. The View Key allows for decryption of a user's activity on the blockchain. The Address is the public |
13 |
| -address to which other users of Aleo can send Aleo credits and other records to. This class should only be used |
14 |
| -in environments where the safety of the underlying key material can be assured._ |
| 7 | +an existing private key or seed, and message signing and verification functionality. An Aleo Account is generated |
| 8 | +from a randomly generated seed (number) from which an account private key, view key, and a public account address are |
| 9 | +derived. The private key lies at the root of an Aleo account. It is a highly sensitive secret and should be protected |
| 10 | +as it allows for creation of Aleo Program executions and arbitrary value transfers. The View Key allows for decryption |
| 11 | +of a user's activity on the blockchain. The Address is the public address to which other users of Aleo can send Aleo |
| 12 | +credits and other records to. This class should only be used in environments where the safety of the underlying key |
| 13 | +material can be assured._ |
15 | 14 | * [src/function-key-provider](sdk-src_function-key-provider.md) - _AleoKeyProvider class. Implements the KeyProvider interface. Enables the retrieval of Aleo program proving and
|
16 | 15 | verifying keys for the credits.aleo program over http from official Aleo sources and storing and retrieving function
|
17 | 16 | keys from a local memory cache._
|
|
0 commit comments