@sentio/sdk
    Preparing search index...

    Interface VotingForum<T0>

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

    Type Parameters

    • T0
    Index

    Properties

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