pub fn update_validity_status<T: Config>(
    who: T::AccountId,
    validity: AccountValidity
)
Expand description

Update the validity status of an existing account. If set to completed, the account will no longer be able to continue through the crowdfund process.

We check that the account exists at this stage, but has not completed the process.

Origin must match the ValidityOrigin.

§Warning: Doc-Only

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