recipientTokenAddress property

  1. @TagNumber.new(3)
String get recipientTokenAddress

Token address for the recipient, will be created first

Implementation

@$pb.TagNumber(3)
$core.String get recipientTokenAddress => $_getSZ(2);
  1. @TagNumber.new(3)
set recipientTokenAddress (String value)

Implementation

@$pb.TagNumber(3)
set recipientTokenAddress($core.String value) => $_setString(2, value);