authInfoBytes property

  1. @TagNumber(2)
List<int> get authInfoBytes

The prepared serialized AuthInfo Optional. If not provided, will be generated from SigningInput parameters.

Implementation

@$pb.TagNumber(2)
$core.List<$core.int> get authInfoBytes => $_getN(1);
  1. @TagNumber(2)
set authInfoBytes (List<int> v)

Implementation

@$pb.TagNumber(2)
set authInfoBytes($core.List<$core.int> v) {
  $_setBytes(1, v);
}