Coda by Ian Macalinao
    Preparing search index...
    interface VoteSetEvent {
        governor: Address;
        proposal: Address;
        side: number;
        vote: Address;
        voter: Address;
        weight: bigint;
    }
    Index

    Properties

    governor: Address
    proposal: Address
    side: number
    vote: Address
    voter: Address
    weight: bigint