Coda by Ian Macalinao
    Preparing search index...
    type VoteRecordV1 = {
        accountType: GovernanceAccountType;
        governingTokenOwner: Address;
        isRelinquished: boolean;
        proposal: Address;
        voteWeight: VoteWeightV1;
    }
    Index
    governingTokenOwner: Address
    isRelinquished: boolean
    proposal: Address
    voteWeight: VoteWeightV1