def <=> (other : Address)
self.to_json<=>other.to_json
end
this function for comparing addresses is extremely subefficient and should be changed
```
def <=> (other : Address)
self.to_json<=>other.to_json
end
```
this function for comparing addresses is extremely subefficient and should be changed
this function for comparing addresses is extremely subefficient and should be changed