Simultaneously fetches multiple properties from the target contract, assuming no arguments are used for each property
The target contract to perform the call on
An array of Ethers' ParamType
object that contains data about the method to call e.g. ParamType.from("string name")
An object with the inputted property names as keys, and corresponding decoded data as values
Fetches a single property from the target contract, assuming no arguments are used for the property
The target contract to perform the call on
Ethers' ParamType
object that contains data about the method to call e.g. ParamType.from("string name")
The decoded result of the property query
Generated using TypeDoc
PropertiesAggregatorService allows queries of a contract's methods to be aggregated into one call, with the limitation that none of the methods can have arguments. Method names are dynamically provided in order to provide flexibility for easily adding or removing property queries in the future