-
Notifications
You must be signed in to change notification settings - Fork 60
Document @solana/rpc-types
with TypeDoc
#365
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Document @solana/rpc-types
with TypeDoc
#365
Conversation
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This was torturous and I feel like I only got 80% of the way there. Feedback welcome.
const jsonParsedData: typeof data = { | ||
...data, | ||
message: { | ||
...data.message, | ||
instructions: mapJsonParsedInstructions( | ||
data.message.instructions, | ||
) as unknown as (typeof jsonParsedData)['message']['instructions'], | ||
}, | ||
}; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This changed because I made message
Readonly
.
8fc2388
to
a24cd8d
Compare
9df5a2d
to
09e7f24
Compare
BundleMonFiles updated (3)
Unchanged files (124)
Total files change +87B +0.02% Final result: ✅ View report in BundleMon website ➡️ |
a24cd8d
to
2a5d6db
Compare
09e7f24
to
1c58594
Compare
2a5d6db
to
baf091e
Compare
1c58594
to
696afd8
Compare
baf091e
to
f73bc43
Compare
696afd8
to
c8e8b8f
Compare
f73bc43
to
15acde0
Compare
b61e32e
to
66ea079
Compare
e09e014
to
0284aee
Compare
66ea079
to
39750a9
Compare
0284aee
to
3b9cf6e
Compare
032d7f6
to
f183611
Compare
3b9cf6e
to
1e2e983
Compare
f183611
to
7a849f7
Compare
1e2e983
to
22c8c75
Compare
22c8c75
to
603d0b6
Compare
7a849f7
to
7a56bef
Compare
603d0b6
to
9be9efc
Compare
Because there has been no activity on this PR for 14 days since it was merged, it has been automatically locked. Please open a new issue if it requires a follow up. |
No description provided.