jsonEncoded property
JSON of the packed transaction.
Implementation
@$pb.TagNumber(1)
$core.String get jsonEncoded => $_getSZ(0);
Implementation
@$pb.TagNumber(1)
set jsonEncoded($core.String v) {
$_setString(0, v);
}
JSON of the packed transaction.
@$pb.TagNumber(1)
$core.String get jsonEncoded => $_getSZ(0);
@$pb.TagNumber(1)
set jsonEncoded($core.String v) {
$_setString(0, v);
}