Skip to main content
Version: v29.0.x

Interface: ChildKeyWithAuth

Defined in: src/api/procedures/types.ts:1719

Properties

authSignature

authSignature: `0x${string}`

Defined in: src/api/procedures/types.ts:1736

Off-chain authorization signature generated by key signing of the target Id authorization

Target Id authorization consists of the target Identity (which will become the parent of the child Identity), off chain authorization nonce of the target Identity and expiry date (same as expiresAt value) until which the off chain authorization will be valid. Signature has to be generated encoding the target Id authorization value in the specified order.

Note

Nonce value can be fetched using Identity.getOffChainAuthorizationNonce Signature can also be generated using the method accountManagement.generateOffChainAuthSignature


key

key: string | Account

Defined in: src/api/procedures/types.ts:1725

The key that will become the primary key of the new child Identity

Note

This key should not be linked to any other Identity