tx property
tx is the transaction to simulate. Deprecated. Send raw tx bytes instead.
Implementation
@$core.Deprecated('This field is deprecated.')
@$pb.TagNumber(1)
$82.Tx get tx => $_getN(0);
Implementation
@$core.Deprecated('This field is deprecated.')
@$pb.TagNumber(1)
set tx($82.Tx v) { setField(1, v); }