coinSymbol property

  1. @TagNumber.new(3)
String get coinSymbol

Coin symbol of the amount requested (a.k.a. tokenCode)

Implementation

@$pb.TagNumber(3)
$core.String get coinSymbol => $_getSZ(2);
  1. @TagNumber.new(3)
set coinSymbol (String value)

Implementation

@$pb.TagNumber(3)
set coinSymbol($core.String value) => $_setString(2, value);