publicKey property
public_key is the public key of the keypair the enclosed payload was signed with.
Implementation
@$pb.TagNumber(1)
$0.PublicKey get publicKey => $_getN(0);
Implementation
@$pb.TagNumber(1)
set publicKey($0.PublicKey v) { setField(1, v); }