Type alias ElectionCandidate
ElectionCandidate: {
address: `0x${string}`;
vclobAmount: bigint;
hasVotedTo: boolean;
forVotes: bigint;
againstVotes: bigint;
}
Type declaration
address: `0x${string}`
vclobAmount: bigint
hasVotedTo: boolean
forVotes: bigint
againstVotes: bigint