rawTransaction property

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

Implementation

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

Implementation

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