Skip to content

Commit 97ae8b9

Browse files
authored
update en for ask (#43)
1 parent d99cb3b commit 97ae8b9

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

src/en/ask/basics.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# 基础
1+
# Basics
22

33
Ask! provides the `ask-lang` package, which contains the implementation of common storage types for contracts, and the encapsulation of the underlying primitives of smart contracts.
44

@@ -60,8 +60,6 @@ As can be seen from the previous code, the storage and contract of Ask! can be d
6060

6161
Ask! provides the `mutates` property for the `@message` method, which defaults to `true`. When set to `false`, the method will refuse to modify the stored value at runtime.
6262

63-
<!-- TODO -->
64-
6563
### Events
6664

6765
Smart contracts can define events that can be emitted during contract execution, and third-party tools can use emitted events to query information about contract execution and status. Event fields must implement the `Codec` interface, they will be collected as event data, and the fields decorated by `@topic` will also serve as the index of the event.

src/en/ask/introduction.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
# Ask! 智能合约编程
2-
31
# Ask! Smart Contract Programming
42

53
Ask! is a Wasm contract language framework designed by Patract based on AssemblyScript and running on the `pallet-contracts` module.

0 commit comments

Comments
 (0)