api_entities_Asset_Compliance_TrustedClaimIssuers.TrustedClaimIssuers
Last updated
Was this helpful?
Last updated
Was this helpful?
/ / / TrustedClaimIssuers
.TrustedClaimIssuers
Handles all Asset Default Trusted Claim Issuers related functionality
Namespace
<>
↳ TrustedClaimIssuers
Add the supplied Identities to the Asset's list of trusted claim issuers
Parameters
args
opts?
Returns
Defined in
Retrieve the current Default Trusted Claim Issuers of the Asset
note
can be subscribed to
Returns
Defined in
Parameters
callback
Returns
Defined in
Remove the supplied Identities from the Asset's list of trusted claim issuers *
Parameters
args
opts?
Returns
Defined in
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?
Returns
Defined in
â–¸ add(args
, opts?
): Promise
<TransactionQueue
<, , unknown
[][]>>
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
Promise
<TransactionQueue
<, , unknown
[][]>>
â–¸ get(): Promise
<<true
>[]>
Promise
<<true
>[]>
â–¸ get(callback
): Promise
<>
<<true
>[]>
Promise
<>
â–¸ remove(args
, opts?
): Promise
<TransactionQueue
<, , unknown
[][]>>
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
Promise
<TransactionQueue
<, , unknown
[][]>>
â–¸ set(args
, opts?
): Promise
<TransactionQueue
<, , unknown
[][]>>
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
Promise
<TransactionQueue
<, , unknown
[][]>>