Skip to content

api.client.types

prashantasdeveloper edited this page Sep 19, 2024 · 14 revisions

Module: api/client/types

Table of contents

Enumerations

Interfaces

Type Aliases

Type Aliases

CustomClaimType

Ƭ CustomClaimType: Object

CustomClaimType

Type declaration

Name Type
id BigNumber
name string

Defined in

api/client/types.ts:202


CustomClaimTypeWithDid

Ƭ CustomClaimTypeWithDid: CustomClaimType & { did?: string }

CustomClaimType with DID that registered the CustomClaimType

Defined in

api/client/types.ts:210

Clone this wiki locally