exported actions should wrap getAction
#2353
Unanswered
holic
asked this question in
Idea / Feature Request
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I want to use tree-shakable actions in my SDK like
However, this currently bypasses any actions set up in the
client
viaclient.extend(...)
. I'd love if the actions exported by viem internally usedgetAction
to get the action from the client.I expect the underlying implementation (current viem action exports) will still need to be exported from another location so that its still possible to write custom actions with fallbacks to the native viem behavior.
Beta Was this translation helpful? Give feedback.
All reactions