Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
function useCreateDelegation(): UseCreateDelegationReturnType;
UseCreateDelegationReturnType
const { createDelegation } = useCreateDelegation(); const result = await createDelegation({ expiresAt: '2025-12-31T23:59:59Z' }); console.log(result.delegationId);
Was this page helpful?