publicKey property
generate the corresponding public key from this private key
Implementation
@override
late final AptosSecp256k1PublicKey publicKey = AptosSecp256k1PublicKey._(
_privateKey.publicKey as Secp256k1PublicKeyEcdsa);
generate the corresponding public key from this private key
@override
late final AptosSecp256k1PublicKey publicKey = AptosSecp256k1PublicKey._(
_privateKey.publicKey as Secp256k1PublicKeyEcdsa);