validatorDstAddress property
validator_dst_address is the validator redelegation destination operator address.
Implementation
@$pb.TagNumber(3)
$core.String get validatorDstAddress => $_getSZ(2);
Implementation
@$pb.TagNumber(3)
set validatorDstAddress($core.String v) { $_setString(2, v); }