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
The public Client API has become somewhat bloated with methods that are only used by Loom Provider, Client.getEvmLogsAsync() for example returns a single Uint8Array which end users wouldn't have a clue how to convert into actual log entries (nor should they).
The text was updated successfully, but these errors were encountered:
@enlight , Yep those functions are very low level, maybe 99% of users will prefer to use web3 or call JSON RPC to LoomProvider. Maybe we can move those functions to LoomProvider
The public
Client
API has become somewhat bloated with methods that are only used by Loom Provider,Client.getEvmLogsAsync()
for example returns a singleUint8Array
which end users wouldn't have a clue how to convert into actual log entries (nor should they).The text was updated successfully, but these errors were encountered: