Skip to content
This repository has been archived by the owner on Sep 14, 2023. It is now read-only.

fluent APIs (?) #388

Closed
harrysolovay opened this issue Nov 11, 2022 · 0 comments · Fixed by #454
Closed

fluent APIs (?) #388

harrysolovay opened this issue Nov 11, 2022 · 0 comments · Fixed by #454

Comments

@harrysolovay
Copy link
Contributor

One such example is that of extrinsic event extraction. Something like this would be useful:

const events = await C.extrinsic({ ... })
  .signed(signFn)
  .sent
  .finalized
  .events;

Taken from #272

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
Status: Done
Development

Successfully merging a pull request may close this issue.

1 participant