AptosAccountPublicKey constructor

const AptosAccountPublicKey({
  1. required AptosSigningScheme scheme,
})

Constructor to initialize the public key with a signing scheme.

Implementation

const AptosAccountPublicKey({required this.scheme});