Information about the contracts. Cf. setContractInfos and fetchContractInfos
this function will be called before a query is sent to the graphql provider
an apollo-retry-link instance as https://www.apollographql.com/docs/link/links/retry/#default-configuration
determines whether a query should subscribe to updates from the graphProvider. Default is true.
a mapping of contrct names to contract addresses
get the GEN Token
a Token instance
return an observable of the list of DAOs
options to pass on to the query
fetch contractInfos from the subgraph
a list of IContractInfo instances
return a web3 Contract instance.
address of the contract to look up in self.contractInfos
a web3 contract instance
return information about the contract
an IContractInfo instance
Given a gql query, will return an observable of query results
a gql query object to execute
options to pass on to Apollo, cf ..
an Observable that will first yield the current result, and yields updates every time the data changes
Returns an observable that:
The query to be run
(optional) a function that takes elements of the list and creates new objects
an Observable
Returns an observable that:
id
address
}
}`
getObservableList(query, (r:any) => new DAO(r.address), filter((r:any) => r.address === "0x1234..."))The query to be run
(optional) a function that takes elements of the list and creates new objects
save data of a proposal to IPFS, return the IPFS hash
an Object to save. This object must have title, url and desction defined
a Promise that resolves in the IPFS Hash where the file is saved
send an Ethereum transaction
An observable of
set the contract addresses
a list of IContractInfo objects
verify scheme parametersHash
address of the scheme to verify its params hash
the scheme params hash
optional
true if : scheme is not one of the following: 'SchemeRegistrar','ContributionReward','GenericScheme','GenericSchemeMultiCall' or parameters are verified for this scheme, otherwise - will return false
Generated using TypeDoc
The Arc class holds all configuration. Any useage of the library typically will start with instantiating a new Arc instance
an instance of Arc