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

    Properties

    governingTokenOwner: Address
    isRelinquished: boolean
    proposal: Address
    reservedV2: number[]
    vote: Vote
    voterWeight: bigint