rawEncoded property

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

Implementation

@$pb.TagNumber(7)
set rawEncoded($core.List<$core.int> value) => $_setBytes(6, value);