fingerprintRegistry
fingerprintRegistry(
registry):string
Defined in: packages/contracts/src/fingerprint.ts:190
A stable fingerprint (hex) of the registry’s shape. Identical shapes — even with tables declared in a different order — produce the same fingerprint; any structural change produces a different one. Memoised per registry object (see registryFingerprintMemo); two structurally equal registries still fingerprint equal, memo or not.
Parameters
Section titled “Parameters”registry
Section titled “registry”Returns
Section titled “Returns”string