-
Notifications
You must be signed in to change notification settings - Fork 55
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
base: 04-07-document_solana_rpc-transport-http_with_typedoc
Are you sure you want to change the base?
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
c8e8b8f
to
2df819e
Compare
15acde0
to
02bd005
Compare
2df819e
to
d46f081
Compare
02bd005
to
b61e32e
Compare
d46f081
to
e09e014
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
No description provided.