Aptos Unity SDK
Loading...
Searching...
No Matches
Classes
Aptos.Accounts Namespace Reference

Classes

class  Account
 Represents an Aptos Accounts.
An Aptos account is represented by an extended private key, a public key and it's authentication key. More...
 
class  AccountAddress
 Represents an Aptos account address. More details can her found here. More...
 
class  Arrays
 
class  AuthenticationKey
 Represents an Authentication Key
During the account creation process, a 32-byte authentication key comes to exist first.
This authentication key is then returned as it is as the 32-byte account Address.
. More...
 
class  AuthKeyScheme
 A class representing the available authorization key schemes for Aptos Blockchain accounts. More...
 
class  BigIntegerHelpers
 
class  Ed25519Bip32
 An implementation of Ed25519 based BIP32 key generation. More...
 
class  Ed25519Extensions
 Utility functions for ED25519. Original source found here.
 
class  MultiPublicKey
 The ED25519 Multi-Public Key implementation. More...
 
class  MultiSignature
 The ED25519 Multi-Signature Implementation. More...
 
class  PrivateKey
 Represents a 64-byte extended private key. An extended private key is a requirement from Choas.NaCl. More...
 
class  PublicKey
 Represents a 32-byte public key. More...
 
class  RotationProofChallenge
 Used for the rotating proof challenge on the Aptos Blockchain. More...
 
class  Signature
 Representation of a ED25519 signature. More...