TrustedClaimIssuers
Last updated
Was this helpful?
Last updated
Was this helpful?
Handles all Asset Default Trusted Claim Issuers related functionality
Namespace‹›
↳ TrustedClaimIssuers
Protected
context• context: Context
Inherited from void
Protected
parentInherited from void
Add the supplied Identities to the Asset's list of trusted claim issuers
Parameters:
args
opts?
Retrieve the current Default Trusted Claim Issuers of the Asset
note
can be subscribed to
Parameters:
callback
Remove the supplied Identities from the Asset's list of trusted claim issuers *
Parameters:
args
opts?
Assign a new default list of trusted claim issuers to the Asset by replacing the existing ones with the list passed as a parameter
This requires two transactions
Parameters:
args
opts?
Defined in
• parent:
Defined in
â–¸ add(args
: , opts?
: ): Promise‹‹››
Defined in
note
this method is of type , which means you can call on it to see whether the signing Account and Identity have the required roles and permissions to run it
Returns: Promise‹‹››
▸ get(): Promise‹‹true›[]›
Defined in
Returns: Promise‹‹true›[]›
â–¸ get(callback
: ‹‹true›[]›): Promise‹›
Defined in
‹‹true›[]›
Returns: Promise‹›
â–¸ remove(args
: , opts?
: ): Promise‹‹››
Defined in
note
this method is of type , which means you can call on it to see whether the signing Account and Identity have the required roles and permissions to run it
Returns: Promise‹‹››
â–¸ set(args
: , opts?
: ): Promise‹‹››
Defined in
note
this method is of type , which means you can call on it to see whether the signing Account and Identity have the required roles and permissions to run it
Returns: Promise‹‹››