@hyperledger/identus-sdk / Exports
@hyperledger/identus-sdk
Table of contents
References
Namespaces
Enumerations
Classes
- Agent
- AnonCredsCredential
- ApiImpl
- Apollo
- BasicMediatorHandler
- BasicMessage
- Castor
- ConnectionsManager
- DIDCommWrapper
- HandshakeRequest
- IssueCredential
- JWTCredential
- MediatorHandler
- Mercury
- OIDCAgent
- OfferCredential
- OutOfBandInvitation
- PeerDID
- PeerDIDService
- Pluto
- Presentation
- ProposePresentation
- PublicMediatorStore
- RequestPresentation
- SDJWTCredential
- Store
Interfaces
- AgentMessageEvents
- BasicMessageBody
- ConnectionsManagerInterface
- DIDCommProtocol
- HandshakeRequestBody
- MediationGrantBody
- MediationKeysUpdateListBody
- MediatorStore
- PeerDIDEncoded
- PickupAttachment
- PickupReceivedBody
- PickupRequestBody
- PresentationBody
- PrismOnboardingInvitationBody
- PrismRevocationBody
- ProblemReportBody
- ProposePresentationBody
- RequestPresentationBody
Type Aliases
- CollectionList
- ConnectionEventArg
- EventCallback
- MessageEventArg
- OutOfBandInvitationBody
- RevokeEventArg
Variables
Functions
References
KeyProperties
Re-exports KeyProperties
Type Aliases
CollectionList
Ƭ CollectionList: Record
<string
, CollectionCreate
>
Defined in
src/pluto/rxdb/collections.ts:17
ConnectionEventArg
Ƭ ConnectionEventArg: DIDPair
Defined in
src/edge-agent/types/index.ts:50
EventCallback
Ƭ EventCallback: (arg
: MessageEventArg
| ConnectionEventArg
| RevokeEventArg
) => void
Type declaration
▸ (arg
): void
Parameters
Name | Type |
---|---|
arg | MessageEventArg | ConnectionEventArg | RevokeEventArg |
Returns
void
Defined in
src/edge-agent/types/index.ts:52
MessageEventArg
Ƭ MessageEventArg: Message
[]
Defined in
src/edge-agent/types/index.ts:49
OutOfBandInvitationBody
Ƭ OutOfBandInvitationBody: HandshakeRequestBody
Defined in
src/edge-agent/protocols/types.ts:54
RevokeEventArg
Ƭ RevokeEventArg: Credential
Defined in
src/edge-agent/types/index.ts:51
Variables
AnonCredsRecoveryId
• Const
AnonCredsRecoveryId: "anonCreds+credential"
Defined in
src/pollux/models/AnonCredsVerifiableCredential.ts:21
JWTVerifiableCredentialRecoveryId
• Const
JWTVerifiableCredentialRecoveryId: "jwt+credential"
Defined in
src/pollux/models/JWTVerifiableCredential.ts:16
Plugins
• Const
Plugins: Object
Type declaration
Name | Type |
---|---|
Anoncreds | Plugin |
Defined in
SDJWTVerifiableCredentialRecoveryId
• Const
SDJWTVerifiableCredentialRecoveryId: "sd+jwt+credential"
Defined in
src/pollux/models/SDJWTVerifiableCredential.ts:19
Functions
makeCollections
▸ makeCollections(additional?
): CollectionList
Parameters
Name | Type |
---|---|
additional? | CollectionList |