Searched defs:UpdateProposal (Results 1 – 3 of 3) sorted by relevance
84 pub struct UpdateProposal { struct89 impl UpdateProposal { implementation
4174 async fn make_update_proposal(name: &str) -> UpdateProposal { in make_update_proposal()4181 async fn make_update_proposal_custom(name: &str, leaf_index: u32) -> UpdateProposal { in make_update_proposal_custom()
337 pub fn update_proposals(&self) -> &[ProposalInfo<UpdateProposal>] { in update_proposals()