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

    Properties

    governingTokenOwner: Address
    isRelinquished: boolean
    proposal: Address
    voteWeight: VoteWeightV1