mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-14 23:51:05 +00:00
MEL: Origin, Referenda, ConvictionVoting (#11631)
* Referenda & CV pallets ready * Fix build * Add mel_bound for Voting and Casting types * Add mel_bound on Tally * Add mel_bound on another Tally * Add mel_bound for pallet_collective::RawOrigin Co-authored-by: Keith Yeung <kungfukeith11@gmail.com>
This commit is contained in:
@@ -86,6 +86,7 @@ pub type Votes = u32;
|
||||
MaxEncodedLen,
|
||||
)]
|
||||
#[scale_info(skip_type_params(M))]
|
||||
#[codec(mel_bound())]
|
||||
pub struct Tally<M: GetMaxVoters> {
|
||||
bare_ayes: MemberIndex,
|
||||
ayes: Votes,
|
||||
|
||||
Reference in New Issue
Block a user