Reference / Modules / client / ClientToken
Class: ClientToken
client.ClientToken
Table of contents
Constructors
Properties
Methods
Constructors
constructor
• new ClientToken(params
): ClientToken
Parameters
Name | Type |
---|---|
params | Object |
params.id | HashString |
params.issuance | bigint |
params.type | HashString |
Returns
Defined in
packages/client/src/LocClient.ts:450
Properties
id
• Readonly
id: HashString
Defined in
packages/client/src/LocClient.ts:457
issuance
• Readonly
issuance: bigint
Defined in
packages/client/src/LocClient.ts:458
type
• Readonly
type: HashString
Defined in
packages/client/src/LocClient.ts:456
Methods
isValidItemTokenWithRestrictedType
▸ isValidItemTokenWithRestrictedType(): boolean
Returns
boolean
Defined in
packages/client/src/LocClient.ts:460
toItemTokenWithRestrictedType
▸ toItemTokenWithRestrictedType(): ItemTokenWithRestrictedType