publicKey property

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

Implementation

@$pb.TagNumber(1)
set publicKey($0.PublicKey v) { setField(1, v); }