prepareArchiveRegistryExtrinsic
prepareArchiveRegistryExtrinsic(
registryId):Promise<SubmittableExtrinsic>
Prepares an extrinsic to archive a registry.
Parameters
Section titled “Parameters”• registryId: string
The identifier of the registry to archive (e.g., ‘2Lwf3xygo…’).
Returns
Section titled “Returns”Promise<SubmittableExtrinsic>
A promise that resolves to the prepared extrinsic.
Throws
Section titled “Throws”If the preparation fails.
Example
Section titled “Example”const extrinsic = await prepareArchiveRegistryExtrinsic('registry:cord:3xygo...');