publicKey property
Returns the corresponding public key for the private key.
Implementation
@override
late final SuiSecp256r1PublicKey publicKey =
SuiSecp256r1PublicKey._(_privateKey.publicKey as Nist256p1PublicKey);
Returns the corresponding public key for the private key.
@override
late final SuiSecp256r1PublicKey publicKey =
SuiSecp256r1PublicKey._(_privateKey.publicKey as Nist256p1PublicKey);