api.client.types - PolymeshAssociation/polymesh-sdk GitHub Wiki

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