interface VotingRecordsV2 {
    votes: SmartTable<RecordKey, bigint>;
}

Properties

Properties

votes: SmartTable<RecordKey, bigint>