You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently JsonRpcProvider methods for batching requests (batchRequests and batchRequestsAny) return values wrapped in kotlin's Result. It works in Kotlin but there is no support for it in Java (due to value inside inline class), therefore we cannot access result values. Result needs to be changed to a custom wrapper type.
The text was updated successfully, but these errors were encountered:
franciszekjob
changed the title
Change Result wrapper in batching requests methods
Change Result wrapper type in batching requests methods
May 24, 2024
franciszekjob
changed the title
Change Result wrapper type in batching requests methods
Change Result type in batching requests methods
May 24, 2024
Feature Request
Currently
JsonRpcProvider
methods for batching requests (batchRequests
andbatchRequestsAny
) return values wrapped in kotlin'sResult
. It works in Kotlin but there is no support for it in Java (due to value inside inline class), therefore we cannot access result values.Result
needs to be changed to a custom wrapper type.The text was updated successfully, but these errors were encountered: