Coda by Ian Macalinao
    Preparing search index...

    Type Alias VoteSetEvent

    type VoteSetEvent = {
        governor: Address;
        proposal: Address;
        side: number;
        vote: Address;
        voter: Address;
        weight: bigint;
    }
    Index
    governor: Address
    proposal: Address
    side: number
    vote: Address
    voter: Address
    weight: bigint