Function: useIssuer()

typescript
1
useIssuer(): AgentContextType & object

Defined in: packages/identus-react/src/hooks/useIssuer.ts:17

Hook for accessing credential issuance context and operations.

Provides functionality for creating and issuing verifiable credentials to holders. This hook must be used within an IssuerProvider and requires a running agent.

Returns

Issuer context

Throws

When used outside of IssuerProvider