Function call::random_signed_origin
source · pub(crate) fn random_signed_origin<R: Rng>(
rng: &mut R,
) -> (RuntimeOrigin, AccountId)
Expand description
Grab random accounts, either known ones, or new ones.
pub(crate) fn random_signed_origin<R: Rng>(
rng: &mut R,
) -> (RuntimeOrigin, AccountId)
Grab random accounts, either known ones, or new ones.