generated from PolymeshAssociation/typescript-boilerplate
-
Notifications
You must be signed in to change notification settings - Fork 11
api.entities.CorporateBallot.types
polymesh-bot edited this page Jun 19, 2025
·
5 revisions
- BallotVote
- ChoiceWithParticipation
- CorporateBallotMetaWithResults
- CorporateBallotMotionWithParticipation
- CorporateBallotMotionWithResults
- CorporateBallotWithParticipation
Ƭ BallotVote: Object
| Name | Type | Description |
|---|---|---|
fallback? |
BigNumber |
The fallback vote to be used if the choice is not found in the ballot. Note This is only allowed for RCV ballots. Note Must point to a choice in a motion (index of the choice in the motion choices array) Note Must not point to the same choice as the vote property (index != choiceIndex) |
power |
BigNumber |
The power of the vote. |
api/entities/CorporateBallot/types.ts:21
Ƭ ChoiceWithParticipation: Object
| Name | Type | Description |
|---|---|---|
choice |
string |
The choice of the motion for which the votes are cast |
fallback? |
BigNumber |
The fallback choice for the vote |
power |
BigNumber |
The power of the vote |
api/entities/CorporateBallot/types.ts:110
Ƭ CorporateBallotMetaWithResults: Omit<BallotMeta, "motions"> & { motions: CorporateBallotMotionWithResults[] }
api/entities/CorporateBallot/types.ts:103
Ƭ CorporateBallotMotionWithParticipation: Pick<BallotMotion, "title" | "infoLink"> & { choices: ChoiceWithParticipation[] }
api/entities/CorporateBallot/types.ts:127
Ƭ CorporateBallotMotionWithResults: Pick<BallotMotion, "title" | "infoLink"> & { choices: ChoiceWithVotes[] ; total: BigNumber }
api/entities/CorporateBallot/types.ts:91
Ƭ CorporateBallotWithParticipation: Omit<BallotMeta, "motions"> & { motions: CorporateBallotMotionWithParticipation[] }
Entities
- Account
- Asset
- Authorization Request
- Checkpoint
- Checkpoint Schedule
- Corporate Action
- Corporate Action Base
- Corporate Ballot
- 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