fcl-js icon indicating copy to clipboard operation
fcl-js copied to clipboard

Missing some type definitions (docs)

Open bartolomej opened this issue 3 years ago • 0 comments

Issue To Be Solved

While browsing documentation, I noticed there are a few instances where I can't find information about the type returned by fcl-js.

1. Transaction args

Screenshot 2022-08-10 at 10 06 15

2. Block seals

Screenshot 2022-08-10 at 10 07 54

Both instances are missing links to type definition docs (as in other cases).

Suggest A Solution

I think it would be helpful to add links to type definitions or even some other related documentation that could be helpfull.

Context

I'm working on defining Flow blockchain types (used by fcl-js) in our codebase (project Flowser): https://github.com/onflowser/flowser/blob/ms2-architectural-changes/backend/src/flow/services/flow-gateway.service.ts

bartolomej avatar Aug 10 '22 08:08 bartolomej