-
Notifications
You must be signed in to change notification settings - Fork 11
api.entities.Asset.CorporateActions.Distributions.Distributions
api/entities/Asset/CorporateActions/Distributions.Distributions
Handles all Asset Distributions related functionality
-
Namespace
<Asset
>↳
Distributions
▸ configureDividendDistribution(args
, opts?
): Promise
<GenericPolymeshTransaction
<DividendDistribution
, DividendDistribution
>>
Create a Dividend Distribution for a subset of the Asset Holders at a certain (existing or future) Checkpoint
Note
required role:
- Origin Portfolio Custodian
Note
this method is of type ProcedureMethod, which means you can call configureDividendDistribution.checkAuthorization on it to see whether the signing Account and Identity have the required roles and permissions to run it
Name | Type |
---|---|
args |
ConfigureDividendDistributionParams |
opts? |
ProcedureOpts |
Promise
<GenericPolymeshTransaction
<DividendDistribution
, DividendDistribution
>>
▸ get(): Promise
<DistributionWithDetails
[]>
Retrieve all Dividend Distributions associated to this Asset, along with their details
Promise
<DistributionWithDetails
[]>
▸ getOne(args
): Promise
<DistributionWithDetails
>
Retrieve a single Dividend Distribution associated to this Asset by its ID
Throws
if there is no Distribution with the passed ID
Name | Type |
---|---|
args |
Object |
args.id |
BigNumber |
Promise
<DistributionWithDetails
>
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