ConfigDTO
This interface defines the fields that are returned by the backend runtime for individual entries using the endpoint /config. endpoint.
/config
Using the ConfigDTO interface
const entry = { dappName: "ELEVATE", authRegistry: "NBLT42KCICXZE2Q7Q4SWW3GWWE3XWPH3KUBBOEY", earnAssetDivisibility: 2, earnAssetIdentifier: "39E0C49FA322A459";
Contains name of the dapp.
Contains the address of dHealth Account used as a registry for authentication.
Contains amount of symbols that will be displayed after formatting.
Contains mosaic id of token.
referralLevels Contains the referral levels configuration.
v0.5.0
Generated using TypeDoc
ConfigDTO
This interface defines the fields that are returned by the backend runtime for individual entries using the endpoint
/config
. endpoint.Using the
ConfigDTO
interfaceProperties
Contains name of the dapp.
Contains the address of dHealth Account used as a registry for authentication.
Contains amount of symbols that will be displayed after formatting.
Contains mosaic id of token.
referralLevels Contains the referral levels configuration.
v0.5.0