Constructor
Base catapult-rest url
fetch function to be used when performing rest requests.
This method knows how to call, convert and handle exception when doing remote http operations.
the remote call
the mapper from dto to the model object.
Get current network type name and description
current network type name and description
Returns the content from a catapult-server network configuration file (resources/config-network.properties). To enable this feature, the REST setting "network.propertiesFilePath" must define where the file is located. This is adjustable via the configuration file (rest/resources/rest.json) per REST instance.
Get current network identifier.
network identifier.
Returns the estimated effective rental fees for namespaces and mosaics. This endpoint is only available
if the REST instance has access to catapult-server resources/config-network.properties
file.
To activate this feature, add the setting "network.propertiesFilePath" in the configuration file (rest/resources/rest.json).
Returns information about the average, median, highest and lower fee multiplier over the last "numBlocksTransactionFeeStats". The setting "numBlocksTransactionFeeStats" is adjustable via a configuration file (rest/resources/rest.json) per REST instance.
Map dto to sdk models
dto object returned from rest
Generated using TypeDoc
Network http repository.
1.0