publicKey property

  1. @TagNumber.new(2)
List<int> get publicKey

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);
  1. @TagNumber.new(2)
set publicKey (List<int> value)

Implementation

@$pb.TagNumber(2)
set publicKey($core.List<$core.int> value) => $_setBytes(1, value);