File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -1830,7 +1830,7 @@ if __name__ == "__main__":
18301830
18311831> Response Example:
18321832
1833- ``` python
1833+ ``` python
18341834txhash: " 814807A5C827FC385DF6108E52494E63A2010F36B1D6F36E43B2AEED5D530D60"
18351835raw_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
19201921import asyncio
19211922import base64
19221923import json
@@ -2001,7 +2002,6 @@ async def main() -> None:
20012002
20022003if __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
20172017txhash: " 03DDA0A4B49EF093CCC2999435D6D23C71A570B84E588137A0D314F73F5A336B"
20182018raw_log: " []"
20192019
You can’t perform that action at this time.
0 commit comments