Skip to content

Commit

Permalink
Remove chain_id from AccountResponse
Browse files Browse the repository at this point in the history
And remove the comment on a non-existent field.
  • Loading branch information
ljiatu committed Oct 31, 2024
1 parent 3ff25fb commit 70cbc1a
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions packages/huma-shared/src/services/IdentityServiceV2.ts
Original file line number Diff line number Diff line change
Expand Up @@ -64,18 +64,15 @@ export type ResumeVerificationResultV2 = {
* Object representing the Huma account.
* @typedef {Object} HumaAccount
* @property {string} accountId The account id.
* @property {string} chainId The chain id.
*/
export type HumaAccount = {
accountId: string
chainId: string
}

/**
* Get wallet's identity verification status.
*
* @param {string} walletAddress The wallet address.
* @param {string} pool The pool address.
* @param {number} chainId Chain ID.
* @param {boolean} isDev Is dev environment or not.
* @returns {Promise<VerificationStatusResultV2>} Promise that returns the verification status result.
Expand Down

0 comments on commit 70cbc1a

Please sign in to comment.