aptos/src/keypair/core/keypair
library
Classes
-
AptosBasePrivateKey<PUBLICKEY extends AptosCryptoPublicKey<IPublicKey>, SIGNATURE extends AptosAnySignature>
-
Abstract class for representing the private key of an Aptos account.
The private key is used for signing messages and generating a public key.
-
AptosCryptoPublicKey<PUBLICKEY extends IPublicKey>
-
Abstract class for representing a crypto public key in Aptos,
extending from
AptosPublicKey
and adding cryptographic verification capabilities.
-
AptosPublicKey
-