fetchRegistryEntryDetailsFromChain
fetchRegistryEntryDetailsFromChain(
registryEntryId):Promise<IRegistryEntryChainStorage>
Fetches the registry entry details from the blockchain using the specified entry URI.
Converts the entry URI into its corresponding identifier, retrieves the details from the blockchain, and returns them in a structured format.
Parameters
Section titled “Parameters”• registryEntryId: string
The id of the entry to fetch
Returns
Section titled “Returns”Promise<IRegistryEntryChainStorage>
A promise resolving to the decoded entry details as IRegistryEntryChainStorage.
Throws
Section titled “Throws”If no entry exists for the provided URI.