-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
12 changed files
with
428 additions
and
346 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
This file was deleted.
Oops, something went wrong.
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,10 @@ | ||
# Stacks Methods | ||
|
||
- All values and types are prefixed with `stx*` / `Stx*` to avoid name name clashes with similar methods from other chains or operations. | ||
- Files have the same name as the method name, without the prefix. | ||
- For consistency, each method file should export | ||
- method name | ||
- params: schema & type | ||
- response: schema & type | ||
- request message: schema & type | ||
- helper type built with `MethodParamsAndResult` |
Oops, something went wrong.