rawTransaction property

  1. @TagNumber.new(2)
String get rawTransaction

Implementation

@$pb.TagNumber(2)
$core.String get rawTransaction => $_getSZ(1);
  1. @TagNumber.new(2)
set rawTransaction (String v)

Implementation

@$pb.TagNumber(2)
set rawTransaction($core.String v) {
  $_setString(1, v);
}