@atala/prism-wallet-sdk / Exports
@atala/prism-wallet-sdk
Table of contents
References
Namespaces
Enumerations
Classes
- Agent
- AnonCredsCredential
- Apollo
- BasicMediatorHandler
- BasicMessage
- Castor
- ConnectionsManager
- DIDCommWrapper
- HandshakeRequest
- IssueCredential
- JWTCredential
- MediatorHandler
- Mercury
- OfferCredential
- OutOfBandInvitation
- PeerDID
- PeerDIDService
- Pluto
- Pollux
- Presentation
- ProposePresentation
- PublicMediatorStore
- RequestPresentation
- Store
Interfaces
- AgentCredentials
- AgentDIDHigherFunctions
- AgentInvitations
- AgentMessageEvents
- BasicMessageBody
- ConnectionsManagerInterface
- CredentialBody
- DIDCommProtocol
- HandshakeRequestBody
- IssueCredentialBody
- MediationGrantBody
- MediationKeysUpdateListBody
- MediatorStore
- OfferCredentialBody
- ParsedCredentialFormat
- PeerDIDEncoded
- PickupAttachment
- PickupReceivedBody
- PickupRequestBody
- PresentationBody
- PrismOnboardingInvitationBody
- PrismRevocationBody
- ProofTypes
- ProposeCredentialBody
- RequestPresentationBody
Type Aliases
Variables
Functions
References
KeyProperties
Re-exports KeyProperties
Type Aliases
OutOfBandInvitationBody
Ƭ OutOfBandInvitationBody: HandshakeRequestBody
Defined in
src/edge-agent/protocols/types.ts:93
ProposePresentationBody
Ƭ ProposePresentationBody: RequestPresentationBody
Defined in
src/edge-agent/protocols/types.ts:78
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:23
Functions
isPresentationDefinitionRequestType
▸ isPresentationDefinitionRequestType<Type
>(request
, type
): request is PresentationDefinitionRequest<Type>
Type parameters
Name | Type |
---|---|
Type | extends CredentialType = JWT |
Parameters
Name | Type |
---|---|
request | PresentationDefinitionRequest <Type > |
type | Type |
Returns
request is PresentationDefinitionRequest<Type>