-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #77 from CosmWasm/jawoznia/sylvia/generated_messages
sylvia(generated_types): Describe message generation
- Loading branch information
Showing
4 changed files
with
603 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,7 @@ | ||
--- | ||
tags: ["sylvia"] | ||
--- | ||
|
||
import { Callout } from "nextra/components"; | ||
|
||
# Introduction to Sylvia | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
--- | ||
tags: ["sylvia", "macro"] | ||
--- | ||
|
||
# Generated types | ||
|
||
This part of the documentation describes types generated by Sylvia macros. | ||
|
||
All of the generated code, except for the one generated by the | ||
[`entry_points`](https://cosmwasm-docs.vercel.app/sylvia/macros/interface) macro | ||
is generated inside of the `sv` module. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
{ | ||
"message-types": "Message types" | ||
} |
Oops, something went wrong.