publicKey property
Public key that will verify the message. It must be equal to the public key encoded in the signature.
Implementation
@$pb.TagNumber(2)
$core.List<$core.int> get publicKey => $_getN(1);
Public key that will verify the message. It must be equal to the public key encoded in the signature.
@$pb.TagNumber(2)
$core.List<$core.int> get publicKey => $_getN(1);