rawEncoded property

  1. @TagNumber(7)
List<int> get rawEncoded

An RLP encoded item to be appended as it is.

Implementation

@$pb.TagNumber(7)
$core.List<$core.int> get rawEncoded => $_getN(6);
  1. @TagNumber(7)
set rawEncoded (List<int> v)

Implementation

@$pb.TagNumber(7)
set rawEncoded($core.List<$core.int> v) {
  $_setBytes(6, v);
}