hedera-mirror-node
hedera-mirror-node copied to clipboard
Update Jooq Repository ConditionalFieldBounds to improve reusability
Problem
Make the ConditionalFieldBounds more reusable to support future Rest-Java endpoints.
Solution
Combine Bound and FieldBound by moving field into Bound, and update ConditionalFieldBounds to support n-numbered fields. Plus maybe we can put an interface on the TokenAirdropRequest to use as this.
See comments from the Outstanding Token Airdrops PR
Alternatives
No response