Skip to content

Commit 8fd5450

Browse files
committed
docs
1 parent 22c3fd3 commit 8fd5450

File tree

1 file changed

+49
-0
lines changed

1 file changed

+49
-0
lines changed

docs/MockContract.md

Lines changed: 49 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,49 @@
1+
# MockContract
2+
3+
4+
5+
6+
7+
8+
9+
10+
11+
## Methods
12+
13+
### contractType
14+
15+
```solidity
16+
function contractType() external view returns (bytes32)
17+
```
18+
19+
20+
21+
*Returns the module type of the contract.*
22+
23+
24+
#### Returns
25+
26+
| Name | Type | Description |
27+
|---|---|---|
28+
| _0 | bytes32 | undefined
29+
30+
### contractVersion
31+
32+
```solidity
33+
function contractVersion() external view returns (uint8)
34+
```
35+
36+
37+
38+
*Returns the version of the contract.*
39+
40+
41+
#### Returns
42+
43+
| Name | Type | Description |
44+
|---|---|---|
45+
| _0 | uint8 | undefined
46+
47+
48+
49+

0 commit comments

Comments
 (0)