A class representing the available authorization key schemes for Aptos Blockchain accounts.
More...
|
const byte | Ed25519 = 0x00 |
| The ED25519 authorization key scheme value.
|
|
const byte | MultiEd25519 = 0x01 |
| The multi-ED25519 authorization key scheme value.
|
|
const byte | DeriveObjectAddressFromGuid = 0xFD |
| The authorization key scheme value used to derive an object address from a GUID.
|
|
const byte | DeriveObjectAddressFromSeed = 0xFE |
| The authorization key scheme value used to derive an object address from a seed.
|
|
const byte | DeriveResourceAccountAddress = 0xFF |
| The authorization key scheme value used to derive a resource account address.
|
|
A class representing the available authorization key schemes for Aptos Blockchain accounts.
The documentation for this class was generated from the following file:
- Aptos.Accounts/AccountAddress.cs