Skip to content

Commit

Permalink
chore: remove unnecessary code from credentials API
Browse files Browse the repository at this point in the history
Signed-off-by: Krishna Waske <[email protected]>
  • Loading branch information
GHkrishna committed Dec 3, 2024
1 parent 6830a7c commit 078d1f9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 1 addition & 0 deletions packages/core/src/modules/credentials/CredentialsApi.ts
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ export interface CredentialsApi<CPs extends CredentialProtocol[]> {

// Send Credential revocation notification Methods
sendRevocationNotification(options: SendRevocationNotificationOptions): Promise<void>

// out of band
createOffer(options: CreateCredentialOfferOptions<CPs>): Promise<{
message: AgentMessage
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,6 @@ interface BaseOptions {
goal?: string
}

export type JsonLdRevocationStatus = '0' | '1'

/**
* Interface for CredentialsApi.proposeCredential. Will send a proposal.
*/
Expand Down

0 comments on commit 078d1f9

Please sign in to comment.