Vote Contract
Vote
{
userPublicKey: string,
timestamp: number,
type: ProtocolEventTypes,
fee: string,
proposalAccountId: string,
votes: BalanceLine[],
proposalType: ProposalType
}ProposalType { ALLOCATION = 0, CUSTOM = 1, COUNCIL_SWAP_SIGNER = 2, COUNCIL_LOCK_CONTRACT = 3 }
High-Level Contract Process Flow (MAY BE OUTDATED)
Last updated