Treasury has a method to do lookups for Account IDs over UUID that could probably be used as a short-term workaround, but ultimately, it would be best if Realty adopted the accountID internally instead of a UUID
This is actively an issue in regards to Aventura/CBD/Oakridge rentals where the government provides rentals.
github.com/MCCitiesNetwork/realty/blob/bdc15ba5f57aa8f97def6df5a0337da213ea72be/realty-paper/src/main/java/io/github/md5sha256/realty/api/RealtyPaperApiImpl.java#L317
Short-term I think we can slap the Treasury#getAccountByUUID right here to enable this.
Treasury has a method to do lookups for Account IDs over UUID that could probably be used as a short-term workaround, but ultimately, it would be best if Realty adopted the accountID internally instead of a UUID
This is actively an issue in regards to Aventura/CBD/Oakridge rentals where the government provides rentals.
github.com/MCCitiesNetwork/realty/blob/bdc15ba5f57aa8f97def6df5a0337da213ea72be/realty-paper/src/main/java/io/github/md5sha256/realty/api/RealtyPaperApiImpl.java#L317
Short-term I think we can slap the Treasury#getAccountByUUID right here to enable this.