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
I noticed that src/txn.ts is not exported from index.ts (just types.ts, client.ts, clientStub.ts, and errors.ts). Was this intentional? The reason I ask is - I'm creating a typescript interface and want to reference the Txn type.