recipientTokenAddress property
Token address for the recipient, will be created first
Implementation
@$pb.TagNumber(3)
$core.String get recipientTokenAddress => $_getSZ(2);
Implementation
@$pb.TagNumber(3)
set recipientTokenAddress($core.String v) {
$_setString(2, v);
}