affiliateFeeAddress property

  1. @TagNumber(9)
String get affiliateFeeAddress

Optional affiliate fee destination address. A Rune address.

Implementation

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

Implementation

@$pb.TagNumber(9)
set affiliateFeeAddress($core.String v) {
  $_setString(8, v);
}