Skip to content

Commit f659aa7

Browse files
committed
fixed links in readme
1 parent fe6e10c commit f659aa7

File tree

1 file changed

+9
-7
lines changed

1 file changed

+9
-7
lines changed

README.md

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,13 @@ developerAddress|String | Scaffold
7070
webHook |String | Scaffold webhook for events
7171
properties |[ScaffoldProperty](#scaffold-properties-attributes)[]| Scaffold properties
7272

73+
##### Scaffold properties attributes
74+
75+
Attribute | Type | Description
76+
------------|------------|-----------
77+
name |String | Property name
78+
type |PropertyType| Property type
79+
defaultValue|String | Property default value
7380

7481
##### get_all()
7582

@@ -185,22 +192,17 @@ quota = op.scaffold.get_quota()
185192
```
186193
#### Shareholder
187194

188-
##### Shareholder attributes
195+
##### Share holder attributes
189196

190197
Attribute | Type | Description
191198
----------------|-----------------------------------------------------|-----------
192199
address |String | Shareholder address
193200
percent |Int | Shareholder percent
194201

195-
##### Add shareholder request `data`
196-
197-
Attribute | Type | Description
198-
----------------|-----------------------------------------------------|-----------
199-
address |String | Shareholder address
200-
percent |Int | Shareholder percent
201202

202203
##### example:
203204
```python
205+
# Shareholder attributes
204206
data = {
205207
'address': '0x0000000000000000000000000000000000000000',
206208
'percent': 30

0 commit comments

Comments
 (0)