-
Notifications
You must be signed in to change notification settings - Fork 14
/
mkdocs.yml
314 lines (313 loc) · 20.4 KB
/
mkdocs.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
site_name: DAOstack Arc.js Documentation
repo_url: https://github.com/daostack/arc.js/
repo_name: daostack/arc.js
site_description: A JavaScript library for interacting with @daostack/arc ethereum smart contracts
docs_dir: docs
extra_templates:
- index.html
markdown_extensions:
- admonition
- pymdownx.superfences
- codehilite:
linenums: true
- toc:
permalink: true
theme:
name: 'material'
favicon: 'img/favicon.ico'
palette:
primary: 'teal'
accent: 'amber'
extra:
social:
- type: 'github'
link: 'https://github.com/daostack/arc.js'
- type: 'slack'
link: 'https://daostack.slack.com'
- type: 'telegram'
link: 'https://t.me/daostackcommunity'
nav:
- 'Overview': 'index.md'
- 'Configuration and Special Features': 'Configuration.md'
- 'DAOs': 'Daos.md'
- 'Contract Wrappers': 'Wrappers.md'
- 'Schemes, Proposals and Voting Machines': 'Proposals.md'
- 'Events': 'Events.md'
- 'Tracking Transactions': 'Transactions.md'
- 'Scripts': 'Scripts.md'
- 'Using GanacheDb': 'GanacheDb.md'
- 'API Reference':
- Index : "api/README.md"
# append output of `npm start docs.api.createPagesList` here:
- AbsoluteVoteWrapper : 'api/classes/AbsoluteVoteWrapper.md'
- AccountService : 'api/classes/AccountService.md'
- ArcTransactionAgreementResult : 'api/classes/ArcTransactionAgreementResult.md'
- ArcTransactionDataResult : 'api/classes/ArcTransactionDataResult.md'
- ArcTransactionProposalResult : 'api/classes/ArcTransactionProposalResult.md'
- ArcTransactionResult : 'api/classes/ArcTransactionResult.md'
- Auction4ReputationType : 'api/classes/Auction4ReputationType.md'
- Auction4ReputationWrapper : 'api/classes/Auction4ReputationWrapper.md'
- AvatarService : 'api/classes/AvatarService.md'
- ConfigService : 'api/classes/ConfigService.md'
- ContractWrapperBase : 'api/classes/ContractWrapperBase.md'
- ContractWrapperFactory : 'api/classes/ContractWrapperFactory.md'
- ContributionRewardWrapper : 'api/classes/ContributionRewardWrapper.md'
- ControllerService : 'api/classes/ControllerService.md'
- DAO : 'api/classes/DAO.md'
- DaoCreatorFactoryType : 'api/classes/DaoCreatorFactoryType.md'
- DaoCreatorWrapper : 'api/classes/DaoCreatorWrapper.md'
- DaoTokenFactoryType : 'api/classes/DaoTokenFactoryType.md'
- DaoTokenWrapper : 'api/classes/DaoTokenWrapper.md'
- DefaultSchemePermissions : 'api/classes/DefaultSchemePermissions.md'
- EventSubscription : 'api/classes/EventSubscription.md'
- ExternalLocking4ReputationType : 'api/classes/ExternalLocking4ReputationType.md'
- ExternalLocking4ReputationWrapper : 'api/classes/ExternalLocking4ReputationWrapper.md'
- FixedReputationAllocationType : 'api/classes/FixedReputationAllocationType.md'
- FixedReputationAllocationWrapper : 'api/classes/FixedReputationAllocationWrapper.md'
- GenesisDaoCreator : 'api/classes/GenesisDaoCreator.md'
- GenesisProtocolFactoryType : 'api/classes/GenesisProtocolFactoryType.md'
- GenesisProtocolWrapper : 'api/classes/GenesisProtocolWrapper.md'
- GlobalConstraintRegistrarWrapper : 'api/classes/GlobalConstraintRegistrarWrapper.md'
- IntVoteInterfaceFactoryType : 'api/classes/IntVoteInterfaceFactoryType.md'
- IntVoteInterfaceWrapper : 'api/classes/IntVoteInterfaceWrapper.md'
- Locking4ReputationWrapper : 'api/classes/Locking4ReputationWrapper.md'
- LockingEth4ReputationType : 'api/classes/LockingEth4ReputationType.md'
- LockingEth4ReputationWrapper : 'api/classes/LockingEth4ReputationWrapper.md'
- LockingToken4ReputationType : 'api/classes/LockingToken4ReputationType.md'
- LockingToken4ReputationWrapper : 'api/classes/LockingToken4ReputationWrapper.md'
- LoggingService : 'api/classes/LoggingService.md'
- MintableTokenFactoryType : 'api/classes/MintableTokenFactoryType.md'
- MintableTokenWrapper : 'api/classes/MintableTokenWrapper.md'
- PromiseEventService : 'api/classes/PromiseEventService.md'
- ProposalGeneratorBase : 'api/classes/ProposalGeneratorBase.md'
- ProposalService : 'api/classes/ProposalService.md'
- PubSubEventService : 'api/classes/PubSubEventService.md'
- RedeemerFactoryType : 'api/classes/RedeemerFactoryType.md'
- RedeemerWrapper : 'api/classes/RedeemerWrapper.md'
- ReputationFactoryType : 'api/classes/ReputationFactoryType.md'
- ReputationWrapper : 'api/classes/ReputationWrapper.md'
- SchemeRegistrarWrapper : 'api/classes/SchemeRegistrarWrapper.md'
- SchemeWrapperBase : 'api/classes/SchemeWrapperBase.md'
- StandardTokenFactoryType : 'api/classes/StandardTokenFactoryType.md'
- StandardTokenWrapper : 'api/classes/StandardTokenWrapper.md'
- SubscriptionCollection : 'api/classes/SubscriptionCollection.md'
- TokenCapGCWrapper : 'api/classes/TokenCapGCWrapper.md'
- TransactionService : 'api/classes/TransactionService.md'
- UpgradeSchemeWrapper : 'api/classes/UpgradeSchemeWrapper.md'
- USchemeWrapperBase : 'api/classes/USchemeWrapperBase.md'
- Utils : 'api/classes/Utils.md'
- UtilsInternal : 'api/classes/UtilsInternal.md'
- VestingSchemeWrapper : 'api/classes/VestingSchemeWrapper.md'
- VoteInOrganizationSchemeWrapper : 'api/classes/VoteInOrganizationSchemeWrapper.md'
- Web3EventService : 'api/classes/Web3EventService.md'
- Web3EventSubscription : 'api/classes/Web3EventSubscription.md'
- WrapperService : 'api/classes/WrapperService.md'
- BinaryVoteResult : 'api/enums/BinaryVoteResult.md'
- ExecutionState : 'api/enums/ExecutionState.md'
- GlobalConstraintProposalType : 'api/enums/GlobalConstraintProposalType.md'
- LogLevel : 'api/enums/LogLevel.md'
- ProposalState : 'api/enums/ProposalState.md'
- RewardType : 'api/enums/RewardType.md'
- SchemePermissions : 'api/enums/SchemePermissions.md'
- SchemeRegistrarProposalType : 'api/enums/SchemeRegistrarProposalType.md'
- TransactionStage : 'api/enums/TransactionStage.md'
- UpgradeSchemeProposalType : 'api/enums/UpgradeSchemeProposalType.md'
- AbsoluteVoteParams : 'api/interfaces/AbsoluteVoteParams.md'
- AbsoluteVoteParamsResult : 'api/interfaces/AbsoluteVoteParamsResult.md'
- AddBeneficiariesOptions : 'api/interfaces/AddBeneficiariesOptions.md'
- AddBeneficiaryOptions : 'api/interfaces/AddBeneficiaryOptions.md'
- Agreement : 'api/interfaces/Agreement.md'
- AgreementBase : 'api/interfaces/AgreementBase.md'
- AgreementCancelEventResult : 'api/interfaces/AgreementCancelEventResult.md'
- AgreementProposal : 'api/interfaces/AgreementProposal.md'
- AgreementProposalEventResult : 'api/interfaces/AgreementProposalEventResult.md'
- AllowanceOptions : 'api/interfaces/AllowanceOptions.md'
- ApprovalEventResult : 'api/interfaces/ApprovalEventResult.md'
- ApproveAndCallOptions : 'api/interfaces/ApproveAndCallOptions.md'
- ArcNonUniversalSchemeWrapperFactories : 'api/interfaces/ArcNonUniversalSchemeWrapperFactories.md'
- ArcSchemeWrapperFactories : 'api/interfaces/ArcSchemeWrapperFactories.md'
- ArcUniversalSchemeWrapperFactories : 'api/interfaces/ArcUniversalSchemeWrapperFactories.md'
- ArcWrapperFactories : 'api/interfaces/ArcWrapperFactories.md'
- ArcWrappers : 'api/interfaces/ArcWrappers.md'
- ArcWrappersByType : 'api/interfaces/ArcWrappersByType.md'
- Auction4ReputationBidEventResult : 'api/interfaces/Auction4ReputationBidEventResult.md'
- Auction4ReputationBidOptions : 'api/interfaces/Auction4ReputationBidOptions.md'
- Auction4ReputationInitializeOptions : 'api/interfaces/Auction4ReputationInitializeOptions.md'
- Auction4ReputationRedeemEventResult : 'api/interfaces/Auction4ReputationRedeemEventResult.md'
- Auction4ReputationRedeemOptions : 'api/interfaces/Auction4ReputationRedeemOptions.md'
- Auction4ReputationReleaseEventResult : 'api/interfaces/Auction4ReputationReleaseEventResult.md'
- AVVoteProposalEventResult : 'api/interfaces/AVVoteProposalEventResult.md'
- BeneficiaryAddressAddedEventResult : 'api/interfaces/BeneficiaryAddressAddedEventResult.md'
- BurnableTokenBurnOptions : 'api/interfaces/BurnableTokenBurnOptions.md'
- BurnEventResult : 'api/interfaces/BurnEventResult.md'
- CancelProposalEventResult : 'api/interfaces/CancelProposalEventResult.md'
- CancelVotingEventResult : 'api/interfaces/CancelVotingEventResult.md'
- ChangeApprovalAndCallOptions : 'api/interfaces/ChangeApprovalAndCallOptions.md'
- ChangeUpgradeSchemeProposalEventResult : 'api/interfaces/ChangeUpgradeSchemeProposalEventResult.md'
- CollectEventResult : 'api/interfaces/CollectEventResult.md'
- CollectVestingAgreementConfig : 'api/interfaces/CollectVestingAgreementConfig.md'
- CommonVestingAgreementConfig : 'api/interfaces/CommonVestingAgreementConfig.md'
- ContributionProposal : 'api/interfaces/ContributionProposal.md'
- ContributionRewardParams : 'api/interfaces/ContributionRewardParams.md'
- ContributionRewardParamsReturn : 'api/interfaces/ContributionRewardParamsReturn.md'
- ContributionRewardRedeemParams : 'api/interfaces/ContributionRewardRedeemParams.md'
- ContributionRewardSpecifiedRedemptionParams : 'api/interfaces/ContributionRewardSpecifiedRedemptionParams.md'
- ControllerAddGlobalConstraintsEventLogEntry : 'api/interfaces/ControllerAddGlobalConstraintsEventLogEntry.md'
- ControllerRegisterSchemeEventLogEntry : 'api/interfaces/ControllerRegisterSchemeEventLogEntry.md'
- CreateVestingAgreementConfig : 'api/interfaces/CreateVestingAgreementConfig.md'
- DaoGlobalConstraintInfo : 'api/interfaces/DaoGlobalConstraintInfo.md'
- DaoSchemeInfo : 'api/interfaces/DaoSchemeInfo.md'
- DaoTokenBurnOptions : 'api/interfaces/DaoTokenBurnOptions.md'
- DaoTokenMintOptions : 'api/interfaces/DaoTokenMintOptions.md'
- EntityFetcher : 'api/interfaces/EntityFetcher.md'
- EventFetcher : 'api/interfaces/EventFetcher.md'
- EventFetcherFilterObject : 'api/interfaces/EventFetcherFilterObject.md'
- EventHasPropertyId : 'api/interfaces/EventHasPropertyId.md'
- EventPreProcessorReturn : 'api/interfaces/EventPreProcessorReturn.md'
- ExecutedGenesisProposal : 'api/interfaces/ExecutedGenesisProposal.md'
- ExecutedProposal : 'api/interfaces/ExecutedProposal.md'
- ExecuteProposalEventResult : 'api/interfaces/ExecuteProposalEventResult.md'
- ExternalLockingClaimOptions : 'api/interfaces/ExternalLockingClaimOptions.md'
- ExternalLockingInitializeOptions : 'api/interfaces/ExternalLockingInitializeOptions.md'
- FixedReputationAllocationInitializeOptions : 'api/interfaces/FixedReputationAllocationInitializeOptions.md'
- FixedReputationAllocationRedeemEventResult : 'api/interfaces/FixedReputationAllocationRedeemEventResult.md'
- FixedReputationAllocationRedeemOptions : 'api/interfaces/FixedReputationAllocationRedeemOptions.md'
- ForgeOrgConfig : 'api/interfaces/ForgeOrgConfig.md'
- FounderConfig : 'api/interfaces/FounderConfig.md'
- GenesisProtocolDaoTokenBalances : 'api/interfaces/GenesisProtocolDaoTokenBalances.md'
- GenesisProtocolParams : 'api/interfaces/GenesisProtocolParams.md'
- GenesisProtocolProposal : 'api/interfaces/GenesisProtocolProposal.md'
- GetAgreementParams : 'api/interfaces/GetAgreementParams.md'
- GetAllowedRangeOfChoicesResult : 'api/interfaces/GetAllowedRangeOfChoicesResult.md'
- GetBeneficiaryRewardsParams : 'api/interfaces/GetBeneficiaryRewardsParams.md'
- GetDaosOptions : 'api/interfaces/GetDaosOptions.md'
- GetGenesisProtocolParamsResult : 'api/interfaces/GetGenesisProtocolParamsResult.md'
- GetLockersOptions : 'api/interfaces/GetLockersOptions.md'
- GetNumberOfChoicesConfig : 'api/interfaces/GetNumberOfChoicesConfig.md'
- GetParticipantsOptions : 'api/interfaces/GetParticipantsOptions.md'
- GetProposalEventsOptions : 'api/interfaces/GetProposalEventsOptions.md'
- GetProposalStatusConfig : 'api/interfaces/GetProposalStatusConfig.md'
- GetProposalStatusResult : 'api/interfaces/GetProposalStatusResult.md'
- GetScoreConfig : 'api/interfaces/GetScoreConfig.md'
- GetScoreThresholdParamsResult : 'api/interfaces/GetScoreThresholdParamsResult.md'
- GetStakerInfoConfig : 'api/interfaces/GetStakerInfoConfig.md'
- GetStakerInfoResult : 'api/interfaces/GetStakerInfoResult.md'
- GetStateConfig : 'api/interfaces/GetStateConfig.md'
- GetTokenBalancesOptions : 'api/interfaces/GetTokenBalancesOptions.md'
- GetTokenCapGcParamsResult : 'api/interfaces/GetTokenCapGcParamsResult.md'
- GetTotalReputationSupplyConfig : 'api/interfaces/GetTotalReputationSupplyConfig.md'
- GetVoterInfoConfig : 'api/interfaces/GetVoterInfoConfig.md'
- GetVoterInfoResult : 'api/interfaces/GetVoterInfoResult.md'
- GetVoteStatusConfig : 'api/interfaces/GetVoteStatusConfig.md'
- GetWinningVoteConfig : 'api/interfaces/GetWinningVoteConfig.md'
- GPExecuteProposalEventResult : 'api/interfaces/GPExecuteProposalEventResult.md'
- GpRedeemEventResult : 'api/interfaces/GpRedeemEventResult.md'
- GpStakeEventResult : 'api/interfaces/GpStakeEventResult.md'
- IBurnableTokenWrapper : 'api/interfaces/IBurnableTokenWrapper.md'
- IConfigService : 'api/interfaces/IConfigService.md'
- IContractWrapper : 'api/interfaces/IContractWrapper.md'
- IContractWrapperFactory : 'api/interfaces/IContractWrapperFactory.md'
- IErc827TokenWrapper : 'api/interfaces/IErc827TokenWrapper.md'
- IEventSubscription : 'api/interfaces/IEventSubscription.md'
- IIntVoteInterface : 'api/interfaces/IIntVoteInterface.md'
- ILogger : 'api/interfaces/ILogger.md'
- InitializeArcOptions : 'api/interfaces/InitializeArcOptions.md'
- InitializeOptions : 'api/interfaces/InitializeOptions.md'
- InitialSchemesSetEventResult : 'api/interfaces/InitialSchemesSetEventResult.md'
- ISchemeWrapper : 'api/interfaces/ISchemeWrapper.md'
- ITruffleContractFunction : 'api/interfaces/ITruffleContractFunction.md'
- IUniversalSchemeWrapper : 'api/interfaces/IUniversalSchemeWrapper.md'
- IVotingMachineWrapper : 'api/interfaces/IVotingMachineWrapper.md'
- LockerInfo : 'api/interfaces/LockerInfo.md'
- LockInfo : 'api/interfaces/LockInfo.md'
- Locking4ReputationLockEventResult : 'api/interfaces/Locking4ReputationLockEventResult.md'
- Locking4ReputationRedeemEventResult : 'api/interfaces/Locking4ReputationRedeemEventResult.md'
- Locking4ReputationReleaseEventResult : 'api/interfaces/Locking4ReputationReleaseEventResult.md'
- LockingOptions : 'api/interfaces/LockingOptions.md'
- LockingToken4ReputationLockEventResult : 'api/interfaces/LockingToken4ReputationLockEventResult.md'
- LockTokenInitializeOptions : 'api/interfaces/LockTokenInitializeOptions.md'
- MintableTokenMintOptions : 'api/interfaces/MintableTokenMintOptions.md'
- MintEventResult : 'api/interfaces/MintEventResult.md'
- MintFinishedEventResult : 'api/interfaces/MintFinishedEventResult.md'
- NewContributionProposalEventResult : 'api/interfaces/NewContributionProposalEventResult.md'
- NewDaoConfig : 'api/interfaces/NewDaoConfig.md'
- NewDaoVotingMachineConfig : 'api/interfaces/NewDaoVotingMachineConfig.md'
- NewGlobalConstraintsProposalEventResult : 'api/interfaces/NewGlobalConstraintsProposalEventResult.md'
- NewOrgEventResult : 'api/interfaces/NewOrgEventResult.md'
- NewProposalEventResult : 'api/interfaces/NewProposalEventResult.md'
- NewSchemeProposalEventResult : 'api/interfaces/NewSchemeProposalEventResult.md'
- NewUpgradeProposalEventResult : 'api/interfaces/NewUpgradeProposalEventResult.md'
- NewVestedAgreementEventResult : 'api/interfaces/NewVestedAgreementEventResult.md'
- NewVoteProposalEventResult : 'api/interfaces/NewVoteProposalEventResult.md'
- OwnerVoteOptions : 'api/interfaces/OwnerVoteOptions.md'
- Participant : 'api/interfaces/Participant.md'
- ProposalDeletedEventResult : 'api/interfaces/ProposalDeletedEventResult.md'
- ProposalEntity : 'api/interfaces/ProposalEntity.md'
- ProposalExecutedEventResult : 'api/interfaces/ProposalExecutedEventResult.md'
- ProposalIdOption : 'api/interfaces/ProposalIdOption.md'
- ProposalRewards : 'api/interfaces/ProposalRewards.md'
- ProposeContributionRewardParams : 'api/interfaces/ProposeContributionRewardParams.md'
- ProposeControllerParams : 'api/interfaces/ProposeControllerParams.md'
- ProposedVestedAgreementEventResult : 'api/interfaces/ProposedVestedAgreementEventResult.md'
- ProposeOptions : 'api/interfaces/ProposeOptions.md'
- ProposeToAddModifyGlobalConstraintParams : 'api/interfaces/ProposeToAddModifyGlobalConstraintParams.md'
- ProposeToAddModifySchemeParams : 'api/interfaces/ProposeToAddModifySchemeParams.md'
- ProposeToRemoveGlobalConstraintParams : 'api/interfaces/ProposeToRemoveGlobalConstraintParams.md'
- ProposeToRemoveSchemeParams : 'api/interfaces/ProposeToRemoveSchemeParams.md'
- ProposeUpgradingSchemeParams : 'api/interfaces/ProposeUpgradingSchemeParams.md'
- ProposeVestingAgreementConfig : 'api/interfaces/ProposeVestingAgreementConfig.md'
- RedeeemableResult : 'api/interfaces/RedeeemableResult.md'
- RedeemConfig : 'api/interfaces/RedeemConfig.md'
- RedeemerOptions : 'api/interfaces/RedeemerOptions.md'
- RedeemEventResult : 'api/interfaces/RedeemEventResult.md'
- RedeemOptions : 'api/interfaces/RedeemOptions.md'
- RefreshReputationEventResult : 'api/interfaces/RefreshReputationEventResult.md'
- ReleaseOptions : 'api/interfaces/ReleaseOptions.md'
- RemoveGlobalConstraintsProposalEventResult : 'api/interfaces/RemoveGlobalConstraintsProposalEventResult.md'
- RemoveSchemeProposalEventResult : 'api/interfaces/RemoveSchemeProposalEventResult.md'
- ReputationBurnEventResult : 'api/interfaces/ReputationBurnEventResult.md'
- ReputationBurnOptions : 'api/interfaces/ReputationBurnOptions.md'
- ReputationMintEventResult : 'api/interfaces/ReputationMintEventResult.md'
- ReputationMintOptions : 'api/interfaces/ReputationMintOptions.md'
- RevokeSignToCancelAgreementEventResult : 'api/interfaces/RevokeSignToCancelAgreementEventResult.md'
- RevokeSignToCancelVestingAgreementConfig : 'api/interfaces/RevokeSignToCancelVestingAgreementConfig.md'
- SchemeConfig : 'api/interfaces/SchemeConfig.md'
- SchemeProposalExecuted : 'api/interfaces/SchemeProposalExecuted.md'
- SchemeProposalExecutedEventResult : 'api/interfaces/SchemeProposalExecutedEventResult.md'
- SchemeRegistrarParams : 'api/interfaces/SchemeRegistrarParams.md'
- SchemesConfig : 'api/interfaces/SchemesConfig.md'
- SetSchemesConfig : 'api/interfaces/SetSchemesConfig.md'
- ShouldBoostConfig : 'api/interfaces/ShouldBoostConfig.md'
- SignToCancelAgreementEventResult : 'api/interfaces/SignToCancelAgreementEventResult.md'
- SignToCancelVestingAgreementConfig : 'api/interfaces/SignToCancelVestingAgreementConfig.md'
- StakeConfig : 'api/interfaces/StakeConfig.md'
- StandardSchemeParams : 'api/interfaces/StandardSchemeParams.md'
- StandardTokenAllowanceOptions : 'api/interfaces/StandardTokenAllowanceOptions.md'
- StandardTokenApproveOptions : 'api/interfaces/StandardTokenApproveOptions.md'
- StandardTokenChangeApprovalOptions : 'api/interfaces/StandardTokenChangeApprovalOptions.md'
- StandardTokenTransferFromOptions : 'api/interfaces/StandardTokenTransferFromOptions.md'
- StandardTokenTransferOptions : 'api/interfaces/StandardTokenTransferOptions.md'
- ThresholdSchemeInfo : 'api/interfaces/ThresholdSchemeInfo.md'
- TokenCapGcParams : 'api/interfaces/TokenCapGcParams.md'
- TokenLockingOptions : 'api/interfaces/TokenLockingOptions.md'
- TransactionReceiptsEventInfo : 'api/interfaces/TransactionReceiptsEventInfo.md'
- TransactionReceiptTruffle : 'api/interfaces/TransactionReceiptTruffle.md'
- TransferAndCallOptions : 'api/interfaces/TransferAndCallOptions.md'
- TransferEventResult : 'api/interfaces/TransferEventResult.md'
- TransferFromAndCallOptions : 'api/interfaces/TransferFromAndCallOptions.md'
- TruffleContract : 'api/interfaces/TruffleContract.md'
- VestingSchemeSchemeProposalExecuted : 'api/interfaces/VestingSchemeSchemeProposalExecuted.md'
- VotableGlobalConstraintProposal : 'api/interfaces/VotableGlobalConstraintProposal.md'
- VotableProposal : 'api/interfaces/VotableProposal.md'
- VotableSchemeRegistrarProposal : 'api/interfaces/VotableSchemeRegistrarProposal.md'
- VotableUpgradeSchemeProposal : 'api/interfaces/VotableUpgradeSchemeProposal.md'
- VotableVoteInOrganizationProposal : 'api/interfaces/VotableVoteInOrganizationProposal.md'
- VoteInOrganizationProposeVoteConfig : 'api/interfaces/VoteInOrganizationProposeVoteConfig.md'
- VoteOnBehalfEventResult : 'api/interfaces/VoteOnBehalfEventResult.md'
- VoteOptions : 'api/interfaces/VoteOptions.md'
- VoteProposalEventResult : 'api/interfaces/VoteProposalEventResult.md'
- VoteStatusOptions : 'api/interfaces/VoteStatusOptions.md'
- VoteWithSpecifiedAmountsOptions : 'api/interfaces/VoteWithSpecifiedAmountsOptions.md'
- Web3EventFetcher : 'api/interfaces/Web3EventFetcher.md'
- WrapperFilter : 'api/interfaces/WrapperFilter.md'
- WrapperServiceInitializeOptions : 'api/interfaces/WrapperServiceInitializeOptions.md'