feeRecipientTokenAddress property
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);
Implementation
@$pb.TagNumber(2)
set feeRecipientTokenAddress($core.String v) {
$_setString(1, v);
}