Coda by Ian Macalinao
    Preparing search index...
    interface VoteRecordV1Args {
        governingTokenOwner: Address;
        isRelinquished: boolean;
        proposal: Address;
        voteWeight: VoteWeightV1Args;
    }
    Index

    Properties

    governingTokenOwner: Address
    isRelinquished: boolean
    proposal: Address
    voteWeight: VoteWeightV1Args