affiliateFeeAddress property
Optional affiliate fee destination address. A Rune address.
Implementation
@$pb.TagNumber(9)
$core.String get affiliateFeeAddress => $_getSZ(8);
Implementation
@$pb.TagNumber(9)
set affiliateFeeAddress($core.String v) {
$_setString(8, v);
}