Coda by Ian Macalinao
    Preparing search index...
    type VoteRecordV2 = {
        accountType: GovernanceAccountType;
        governingTokenOwner: Address;
        isRelinquished: boolean;
        proposal: Address;
        reservedV2: number[];
        vote: Vote;
        voterWeight: bigint;
    }
    Index
    governingTokenOwner: Address
    isRelinquished: boolean
    proposal: Address
    reservedV2: number[]
    vote: Vote
    voterWeight: bigint