feeRecipientTokenAddress property

  1. @TagNumber.new(2)
String get feeRecipientTokenAddress

Token account address of the fee recipient. Note that it could be different from the token account of the feepayer.

Implementation

@$pb.TagNumber(2)
$core.String get feeRecipientTokenAddress => $_getSZ(1);
  1. @TagNumber.new(2)
set feeRecipientTokenAddress (String v)

Implementation

@$pb.TagNumber(2)
set feeRecipientTokenAddress($core.String v) {
  $_setString(1, v);
}