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