unsignedTx property
The encoded message. Can be used to estimate a transaction fee required to execute the message.
Implementation
@$pb.TagNumber(4)
$core.String get unsignedTx => $_getSZ(3);
Implementation
@$pb.TagNumber(4)
set unsignedTx($core.String value) => $_setString(3, value);