maxChangeRate property
max_change_rate defines the maximum daily increase of the validator commission, as a fraction.
Implementation
@$pb.TagNumber(3)
$core.String get maxChangeRate => $_getSZ(2);
Implementation
@$pb.TagNumber(3)
set maxChangeRate($core.String v) { $_setString(2, v); }