Coda by Ian Macalinao
    Preparing search index...
    interface ProposalArgs {
        abstainVotes: number | bigint;
        activatedAt: number | bigint;
        againstVotes: number | bigint;
        bump: number;
        canceledAt: number | bigint;
        createdAt: number | bigint;
        forVotes: number | bigint;
        governor: Address;
        index: number | bigint;
        instructions: ProposalInstructionArgs[];
        proposer: Address;
        queuedAt: number | bigint;
        queuedTransaction: Address;
        quorumVotes: number | bigint;
        votingEndsAt: number | bigint;
    }
    Index

    Properties

    abstainVotes: number | bigint
    activatedAt: number | bigint
    againstVotes: number | bigint
    bump: number
    canceledAt: number | bigint
    createdAt: number | bigint
    forVotes: number | bigint
    governor: Address
    index: number | bigint
    instructions: ProposalInstructionArgs[]
    proposer: Address
    queuedAt: number | bigint
    queuedTransaction: Address
    quorumVotes: number | bigint
    votingEndsAt: number | bigint