-
Notifications
You must be signed in to change notification settings - Fork 12
api.entities.DividendDistribution.types
@polymeshassociation/polymesh-sdk / api/entities/DividendDistribution/types
Defined in: api/entities/DividendDistribution/types.ts:13
amount:
BigNumber
Defined in: api/entities/DividendDistribution/types.ts:15
amountAfterTax:
BigNumber
Defined in: api/entities/DividendDistribution/types.ts:23
amount to be paid to the participant after tax deductions
identity:
Identity
Defined in: api/entities/DividendDistribution/types.ts:14
paid:
boolean
Defined in: api/entities/DividendDistribution/types.ts:24
taxWithholdingPercentage:
BigNumber
Defined in: api/entities/DividendDistribution/types.ts:19
percentage (0-100) of tax withholding for this participant
Defined in: api/entities/DividendDistribution/types.ts:5
fundsReclaimed:
boolean
Defined in: api/entities/DividendDistribution/types.ts:10
whether the unclaimed funds have been reclaimed
remainingFunds:
BigNumber
Defined in: api/entities/DividendDistribution/types.ts:6
Re-exports DividendDistributionParams