Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
volodymyr-basiuk committed Sep 2, 2024
1 parent 755b7f7 commit cf7c4ef
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/iden3comm/handlers/contract-request.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,15 @@ import { AbstractMessageHandler, IProtocolMessageHandler } from './message-handl
*/
export interface IContractRequestHandler {
/**
* unpacks contract invoker request
* unpacks contract invoke request
* @beta
* @param {Uint8Array} request - raw byte message
* @returns `Promise<ContractInvokeRequest>`
*/
parseContractInvokeRequest(request: Uint8Array): Promise<ContractInvokeRequest>;

/**
* handle contract invoker request
* handle contract invoke request
* @beta
* @param {did} did - sender DID
* @param {Uint8Array} request - raw byte message
Expand Down Expand Up @@ -206,7 +206,7 @@ export class ContractRequestHandler
}

/**
* handle contract invoker request
* handle contract invoke request
* supports only 0xb68967e2 method id
* @beta
* @deprecated
Expand Down

0 comments on commit cf7c4ef

Please sign in to comment.