File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -100,7 +100,7 @@ transactionIndex|BigInteger | Transact
100
100
tokenBalance |BigInteger | Scaffold token balance
101
101
enabled |Boolean | Scaffold enabled
102
102
currency |String | Fiat amount currency
103
- shareHolders |[ ShareHolder] ( #share-holder- attributes ) | Scaffold share holders
103
+ shareHolders |[ ShareHolder] ( #shareholder- attributes ) | Scaffold shareholders
104
104
105
105
##### get_summary(address)
106
106
@@ -192,7 +192,7 @@ quota = op.scaffold.get_quota()
192
192
```
193
193
#### Shareholder
194
194
195
- ##### Share holder attributes
195
+ ##### Shareholder attributes
196
196
197
197
Attribute | Type | Description
198
198
----------------|-----------------------------------------------------|-----------
Original file line number Diff line number Diff line change 121
121
'event' : {
122
122
'userAddress' : developer_address ,
123
123
'partnerShare' : 30 ,
124
- 'type' : 'ADDED_SHARE_HOLDER ' },
124
+ 'type' : 'ADDED_SHAREHOLDER ' },
125
125
'scaffold' : scaffold }]}
126
126
127
127
scaffold_data = {
You can’t perform that action at this time.
0 commit comments