File tree Expand file tree Collapse file tree 1 file changed +9
-7
lines changed
Expand file tree Collapse file tree 1 file changed +9
-7
lines changed Original file line number Diff line number Diff line change @@ -70,6 +70,13 @@ developerAddress|String | Scaffold
7070webHook |String | Scaffold webhook for events
7171properties |[ 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
190197Attribute | Type | Description
191198----------------|-----------------------------------------------------|-----------
192199address |String | Shareholder address
193200percent |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
204206data = {
205207 ' address' : ' 0x0000000000000000000000000000000000000000' ,
206208 ' percent' : 30
You can’t perform that action at this time.
0 commit comments