dispatchRestoreRegistryToChain
dispatchRestoreRegistryToChain(
registryId,authorAccount):Promise<string>
Dispatches a transaction to restore an archived registry.
Parameters
Section titled “Parameters”• registryId: string
The identifier of the registry to restore (e.g., ‘2ldewxygo…’).
• authorAccount: CordKeyringPair
The keyring pair of the author.
Returns
Section titled “Returns”Promise<string>
A promise that resolves when the transaction is submitted.
Throws
Section titled “Throws”If the transaction fails.
Example
Section titled “Example”await dispatchRestoreRegistryToChain('registry:cord:3xygo...', alice);