Trait oasis_runtime_sdk::modules::access::Config
source · pub trait Config: 'static {
const METHOD_AUTHORIZATIONS: Lazy<Authorization> = _;
}
Expand description
Module configuration.
Provided Associated Constants§
sourceconst METHOD_AUTHORIZATIONS: Lazy<Authorization> = _
const METHOD_AUTHORIZATIONS: Lazy<Authorization> = _
To filter methods by caller address, add them to this mapping.
If the mapping is empty, no method is filtered.
Object Safety§
This trait is not object safe.