publicKey property

  1. @TagNumber.new(1)
PublicKey get publicKey

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

Implementation

@$pb.TagNumber(1)
set publicKey($0.PublicKey value) => $_setField(1, value);