Function polkadot_runtime_common::purchase::pallet::dispatchables::create_account
source · pub fn create_account<T: Config>(who: T::AccountId, signature: Vec<u8>)
Expand description
Create a new account. Proof of existence through a valid signed message.
We check that the account does not exist at this stage.
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::create_account
.