CorporateActions
Last updated
Was this helpful?
Last updated
Was this helpful?
Handles all Asset Corporate Actions related functionality
Namespace‹›
↳ CorporateActions
Protected
context• context: Context
Inherited from void
Protected
parentInherited from void
Retrieve a list of agent Identities
Retrieve default config comprising of targets, global tax withholding percentage and per-Identity tax withholding percentages.
note
This config is applied to every Corporate Action that is created until they are modified. Modifying the default config does not impact existing Corporate Actions. When creating a Corporate Action, values passed explicitly will override this default config
Remove a Corporate Action
Parameters:
args
opts?
Remove the Corporate Actions Agent of the Asset
note
this action will leave the Asset owner as the Corporate Actions Agent
deprecated
Parameters:
opts?
Assign a new Corporate Actions Agent for the Asset
deprecated
in favor of inviteAgent
Parameters:
args
opts?
Assign default config values(targets, global tax withholding percentage and per-Identity tax withholding percentages)
note
These config values are applied to every Corporate Action that is created until they are modified. Modifying these values does not impact existing Corporate Actions. When creating a Corporate Action, values passed explicitly will override these default config values
Parameters:
args
opts?
Defined in
• distributions:
Defined in
• parent:
Defined in
▸ getAgents(): Promise‹[]›
Defined in
Returns: Promise‹[]›
▸ getDefaultConfig(): Promise‹›
Defined in
Returns: Promise‹›
â–¸ remove(args
: , opts?
: ): Promise‹‹void››
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‹‹void››
â–¸ removeAgent(opts?
: ): Promise‹‹void››
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‹‹void››
â–¸ setAgent(args
: , opts?
: ): Promise‹‹void››
Defined in
note
this may create which have to be accepted by the target
Identity. An or can fetch its pending Authorization Requests by calling . Also, an Account or Identity can directly fetch the details of an Authorization Request by calling
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‹‹void››
â–¸ setDefaultConfig(args
: , opts?
: ): Promise‹‹void››
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‹‹void››