Skip to content

Commit d18403a

Browse files
authored
Merge pull request #178 from InjectiveLabs/fix/fix_msgexecutecontract_second_example_format
fix/fix_msgexecutecontract_second_example_format
2 parents 7c9a78e + f121459 commit d18403a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

source/includes/_wasm.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1830,7 +1830,7 @@ if __name__ == "__main__":
18301830

18311831
> Response Example:
18321832
1833-
``` python
1833+
```python
18341834
txhash: "814807A5C827FC385DF6108E52494E63A2010F36B1D6F36E43B2AEED5D530D60"
18351835
raw_log: "[]"
18361836

@@ -1916,7 +1916,8 @@ The parameter sent to the `post_message` function has to be encoded in Base64 fo
19161916

19171917
### Request Parameters
19181918
> Request Example:
1919-
``` python
1919+
1920+
```py
19201921
import asyncio
19211922
import base64
19221923
import json
@@ -2001,7 +2002,6 @@ async def main() -> None:
20012002

20022003
if __name__ == "__main__":
20032004
asyncio.get_event_loop().run_until_complete(main())
2004-
20052005
```
20062006

20072007
| Parameter | Type | Description | Required |
@@ -2013,7 +2013,7 @@ if __name__ == "__main__":
20132013
### Response Parameters
20142014
> Response Example:
20152015
2016-
``` python
2016+
```py
20172017
txhash: "03DDA0A4B49EF093CCC2999435D6D23C71A570B84E588137A0D314F73F5A336B"
20182018
raw_log: "[]"
20192019

0 commit comments

Comments
 (0)