pub fn new_permission(
    storage: &mut dyn Storage,
    owner: &Addr,
    token_id: &str,
    allowed_addr: &Addr,
    permission: &Permission
) -> StdResult<()>
Expand description

saves new permission entry and adds identifier to the list of permissions the owner address has