AptosAccountPublicKey constructor
const
AptosAccountPublicKey({
- required AptosSigningScheme scheme,
Constructor to initialize the public key with a signing scheme.
Implementation
const AptosAccountPublicKey({required this.scheme});