Package-level declarations
Types
Link copied to clipboard
An abstract representation of an account public key.
Link copied to clipboard
Represents any public key supported by Aptos.
Link copied to clipboard
Instance of signature that uses the SingleKey authentication scheme. This signature can only be generated by a SingleKeySigner
, since it uses the same authentication scheme.
Link copied to clipboard
Represents the private key of an Ed25519 key pair.
Link copied to clipboard
Represents the public key of an Ed25519 key pair.
Link copied to clipboard
A signature of a message signed using an Ed25519 private key
Link copied to clipboard
interface PrivateKey
An interface of a private key. It is associated to a signature scheme and provides signing capabilities.
Link copied to clipboard
A Secp256k1 ecdsa private key
Link copied to clipboard
Represents the Secp256k1 ecdsa public key
Link copied to clipboard
Link copied to clipboard