interface VotingForum<T0> {
    events: _0x1.voting.VotingEvents;
    next_proposal_id: bigint;
    proposals: _0x1.table.Table<bigint, _0x1.voting.Proposal<T0>>;
}

Type Parameters

  • T0

Properties

next_proposal_id: bigint
proposals: _0x1.table.Table<bigint, _0x1.voting.Proposal<T0>>