referrerpolicy=no-referrer-when-downgrade
pub fn submit_evidence<T: Config<I>, I: 'static>(
    wish: Wish,
    evidence: Evidence<T, I>,
)
Expand description

Provide evidence that a rank is deserved.

This is free as long as no evidence for the forthcoming judgement is already submitted. Evidence is cleared after an outcome (either demotion, promotion of approval).

  • origin: A Signed origin of an inducted and ranked account.
  • wish: The stated desire of the member.
  • evidence: A dump of evidence to be considered. This should generally be either a Markdown-encoded document or a series of 32-byte hashes which can be found on a decentralised content-based-indexing system such as IPFS.

§Warning: Doc-Only

This function is an automatically generated, and is doc-only, uncallable stub. See the real version in Pallet::submit_evidence.