Aptos Unity SDK
Loading...
Searching...
No Matches
Static Public Attributes | List of all members
Aptos.Accounts.AuthKeyScheme Class Reference

A class representing the available authorization key schemes for Aptos Blockchain accounts. More...

Static Public Attributes

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.
 

Detailed Description

A class representing the available authorization key schemes for Aptos Blockchain accounts.


The documentation for this class was generated from the following file: