maxTokens property
max_tokens specifies the maximum amount of tokens can be delegate to a validator. If it is empty, there is no spend limit and any amount of coins can be delegated.
Implementation
@$pb.TagNumber(1)
Amount get maxTokens => $_getN(0);
Implementation
@$pb.TagNumber(1)
set maxTokens(Amount v) {
setField(1, v);
}