currency property
Currency code https://xrpl.org/currency-formats.html#currency-codes
Implementation
@$pb.TagNumber(1)
$core.String get currency => $_getSZ(0);
Implementation
@$pb.TagNumber(1)
set currency($core.String v) {
$_setString(0, v);
}