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
100100tokenBalance |BigInteger | Scaffold token balance
101101enabled |Boolean | Scaffold enabled
102102currency |String | Fiat amount currency
103- shareHolders |[ ShareHolder] ( #share-holder- attributes ) | Scaffold share holders
103+ shareHolders |[ ShareHolder] ( #shareholder- attributes ) | Scaffold shareholders
104104
105105##### get_summary(address)
106106
@@ -192,7 +192,7 @@ quota = op.scaffold.get_quota()
192192```
193193#### Shareholder
194194
195- ##### Share holder attributes
195+ ##### Shareholder attributes
196196
197197Attribute | Type | Description
198198----------------|-----------------------------------------------------|-----------
Original file line number Diff line number Diff line change 121121 'event' : {
122122 'userAddress' : developer_address ,
123123 'partnerShare' : 30 ,
124- 'type' : 'ADDED_SHARE_HOLDER ' },
124+ 'type' : 'ADDED_SHAREHOLDER ' },
125125 'scaffold' : scaffold }]}
126126
127127scaffold_data = {
You can’t perform that action at this time.
0 commit comments