Macro scrypto::to_role_key

source ·
macro_rules! to_role_key {
    (OWNER) => { ... };
    (SELF) => { ... };
    ($role:ident) => { ... };
}