Contracts API for accessing contract addresses from the Nevermined API info endpoint.
Protected
Optional
Private
It returns the account address associated with the NVM API Key used to initialize the Payments Library instance.
The account address extracted from the NVM API Key
Internal
Returns the HTTP options required to query the backend.
HTTP method.
Optional request body.
HTTP options object.
Get a contract address by name (e.g., "PayAsYouGoTemplate").
Fetch deployment info (including contract addresses) from the API root. The result is cached after the first call.
Get the PayAsYouGoTemplate contract address (convenience accessor).
Parses the NVM API Key to extract the account address.
PaymentsError if the API key is invalid.
Contracts API for accessing contract addresses from the Nevermined API info endpoint.