Aptos Unity SDK
|
This is the complete list of members for Aptos.Accounts.Account, including all inherited members.
Account() | Aptos.Accounts.Account | inline |
Account(string privateKey, string publicKey) | Aptos.Accounts.Account | inline |
Account(byte[] privateKey, byte[] publicKey) | Aptos.Accounts.Account | inline |
AccountAddress | Aptos.Accounts.Account | |
AuthKey() | Aptos.Accounts.Account | inline |
Generate() | Aptos.Accounts.Account | static |
LoadKey(string privateKeyHex) | Aptos.Accounts.Account | inlinestatic |
PrivateKey | Aptos.Accounts.Account | |
PrivateKeyShort | Aptos.Accounts.Account | |
PublicKey | Aptos.Accounts.Account | |
Sign(byte[] message) | Aptos.Accounts.Account | |
Verify(byte[] message, Signature signature) | Aptos.Accounts.Account | inline |