authInfoBytes property

  1. @TagNumber.new(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.new(2)
set authInfoBytes (List<int> value)

Implementation

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