Class: DefaultTrustedClaimIssuer
Defined in: src/api/entities/DefaultTrustedClaimIssuer.ts:21
Represents a default trusted claim issuer for a specific Asset in the Polymesh blockchain
Extends
Properties
asset
asset:
FungibleAsset
Defined in: src/api/entities/DefaultTrustedClaimIssuer.ts:35
Asset for which this Identity is a Default Trusted Claim Issuer
assetPermissions
assetPermissions:
AssetPermissions
Defined in: src/api/entities/Identity/index.ts:125
Inherited from
authorizations
authorizations:
IdentityAuthorizations
Defined in: src/api/entities/Identity/index.ts:123
Inherited from
did
did:
string
Defined in: src/api/entities/Identity/index.ts:120
Identity ID as stored in the blockchain
Inherited from
portfolios
portfolios:
Portfolios
Defined in: src/api/entities/Identity/index.ts:124
Inherited from
uuid
uuid:
string
Defined in: src/api/entities/Entity.ts:46
Inherited from
Methods
addedAt()
addedAt():
Promise<null|EventIdentifier>
Defined in: src/api/entities/DefaultTrustedClaimIssuer.ts:54
Retrieve the identifier data (block number, date and event index) of the event that was emitted when the trusted claim issuer was added
Returns
Promise<null | EventIdentifier>
Note
uses the middlewareV2
Note
there is a possibility that the data is not ready by the time it is requested. In that case, null is returned
areSecondaryAccountsFrozen()
Call Signature
areSecondaryAccountsFrozen():
Promise<boolean>
Defined in: src/api/entities/Identity/index.ts:753
Check whether secondary Accounts are frozen
Returns
Promise<boolean>
Promise that resolves to true if secondary accounts are frozen, false otherwise
Inherited from
Identity.areSecondaryAccountsFrozen
Call Signature
areSecondaryAccountsFrozen(
callback:SubCallback<boolean>):Promise<UnsubCallback>
Defined in: src/api/entities/Identity/index.ts:764
Check whether secondary Accounts are frozen (with subscription support)
Parameters
| Parameter | Type | Description |
|---|---|---|
|
| Callback function that receives frozen status updates |
Returns
Promise<UnsubCallback>
Promise that resolves to an unsubscribe function
Note
can be subscribed to, if connected to node using a web socket