affiliateFeeAddress property

  1. @TagNumber.new(9)
String get affiliateFeeAddress

Optional affiliate fee destination address. A Rune address.

Implementation

@$pb.TagNumber(9)
$core.String get affiliateFeeAddress => $_getSZ(8);
  1. @TagNumber.new(9)
set affiliateFeeAddress (String value)

Implementation

@$pb.TagNumber(9)
set affiliateFeeAddress($core.String value) => $_setString(8, value);