publicKey property

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

The public key of the user's device. Sent out to other nodes on the mesh to allow them to compute a shared secret key.

Implementation

@$pb.TagNumber(1)
$core.List<$core.int> get publicKey => $_getN(0);
  1. @TagNumber(1)
set publicKey (List<int> value)

Implementation

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