Replies: 1 comment
-
I found out the suggestion of
but i'm currently using |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I want to pass along a transaction to a variety of handler/wrapper functions, for example for checking application-level permissions.
I want those functions to be properly typed.
What's the least-verbose way to forward the type of the transaction to each of the functions?
Currently, for
WhatGoesHere
I have:Beta Was this translation helpful? Give feedback.
All reactions