-
Notifications
You must be signed in to change notification settings - Fork 11
api.entities.Asset.CorporateActions.CorporateActions
api/entities/Asset/CorporateActions.CorporateActions
Handles all Asset Corporate Actions related functionality
-
Namespace
<Asset
>↳
CorporateActions
• distributions: Distributions
api/entities/Asset/CorporateActions/index.ts:26
▸ getAgents(): Promise
<Identity
[]>
Retrieve a list of agent Identities
Promise
<Identity
[]>
▸ getDefaultConfig(): Promise
<CorporateActionDefaultConfig
>
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
Promise
<CorporateActionDefaultConfig
>
▸ remove(args
, opts?
): Promise
<GenericPolymeshTransaction
<void
, void
>>
Remove a Corporate Action
Note
this method is of type ProcedureMethod, which means you can call remove.checkAuthorization on it to see whether the signing Account and Identity have the required roles and permissions to run it
Name | Type |
---|---|
args |
RemoveCorporateActionParams |
opts? |
ProcedureOpts |
Promise
<GenericPolymeshTransaction
<void
, void
>>
▸ setDefaultConfig(args
, opts?
): Promise
<GenericPolymeshTransaction
<void
, void
>>
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
Note
this method is of type ProcedureMethod, which means you can call setDefaultConfig.checkAuthorization on it to see whether the signing Account and Identity have the required roles and permissions to run it
Name | Type |
---|---|
args |
ModifyCaDefaultConfigParams |
opts? |
ProcedureOpts |
Promise
<GenericPolymeshTransaction
<void
, void
>>
Entities
- Account
- Asset
- Authorization Request
- Checkpoint
- Checkpoint Schedule
- Corporate Action
- Corporate Action Base
- Custom Permission Group
- Default Portfolio
- Default Trusted Claim Issuer
- Dividend Distribution
- Entity
- Identity
- Instruction
- Known Permission Group
- Metadata Entry
- Multi Sig Proposal
- Numbered Portfolio
- Offering
- Permission Group
- Portfolio
- Subsidies
- Subsidy
- Ticker Reservation
- Venue
- Authorizations
- Types