signature property

  1. @TagNumber(5)
List<int> get signature

signature is the signature produced by the private key corresponding to the enclosed public key, over the payload, prefixing a domain string for additional security.

Implementation

@$pb.TagNumber(5)
$core.List<$core.int> get signature => $_getN(3);
  1. @TagNumber(5)
set signature (List<int> v)

Implementation

@$pb.TagNumber(5)
set signature($core.List<$core.int> v) { $_setBytes(3, v); }