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
Define macros to simplify the creation of concrete impl TransactionInternal<T>, TransactionInternalOutput<T>, and Proposal<A>, reducing code duplication.
Motivation
LOOOTS of repeated code to workaround wasm_bindgen limitation with generics.