Commit 72a7fa03 authored by Bastian Köcher's avatar Bastian Köcher Committed by GitHub
Browse files

frame-support: Introduce `EnsureOriginOrHigherPrivilege` (#12844)

* frame-support: Introduce `EnsureOriginOrHigherPrivilege`

This adds a new `EnsureOrigin` implementation that checks if a given origin matches or if the origin
is has a higher or equal origin matches or if the origin is has a higher or equal privilege.

* FMT
parent aa21e567
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment