hedera-services icon indicating copy to clipboard operation
hedera-services copied to clipboard

refactor: create an `isSelector` method and use it in `AbstractCallAttempt`

Open david-bakin-sl opened this issue 7 months ago • 0 comments

Currently each system contract translator has it's own way of matching the method selector.

Instead, have an AbstractCallAtttempt.isSelector(Function method, AbstractCallAttempt attempt to do this and refactor to use it throughout the system contracts.

david-bakin-sl avatar Jul 22 '24 14:07 david-bakin-sl