interface VotingRecords {
    votes: _0x1.table.Table<RecordKey, Boolean>;
}

Properties

Properties

votes: _0x1.table.Table<RecordKey, Boolean>