[−][src]Trait frame_support::traits::EnsureOrigin
Some sort of check on the origin is performed by this object.
Associated Types
type Success
A return type.
Required methods
fn try_origin(o: OuterOrigin) -> Result<Self::Success, OuterOrigin>
Perform the origin check.
Provided methods
fn ensure_origin(o: OuterOrigin) -> Result<Self::Success, BadOrigin>
Perform the origin check.