Skip to content

Commit

Permalink
Update packages/did-eth-registry/contracts/DIDRegistry.sol
Browse files Browse the repository at this point in the history
Co-authored-by: Mircea Nistor <[email protected]>
  • Loading branch information
jac18281828 and mirceanis authored Oct 30, 2023
1 parent 2193520 commit 9f35008
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions packages/did-eth-registry/contracts/DIDRegistry.sol
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,11 @@ contract DIDRegistry is EIP1056Registry {
}

/**
* Return the current delegate of an identity for a specific delegate type.
* @param identity The identity to check.
* @param delegateType The type of the delegate.
* @param delegate The address of the delegate.
* @return bool The address of the current delegate.
* Determines if a specific address is currently listed as a delegate for a given identity and type of delegation.
* @param identity - The identity to check.
* @param delegateType - The type of the delegation being checked.
* @param delegate - The address of the delegate.
* @return bool - true if the delegation is currently valid, false otherwise.
*/
function validDelegate(
address identity,
Expand Down

0 comments on commit 9f35008

Please sign in to comment.