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