YPC
0.2.0
include
ypc
common
access_policy.h
1
#pragma once
2
#include <cstdint>
3
4
namespace
ypc {
5
namespace
utc {
6
constexpr
static
uint8_t access_policy_whitelist = 1;
7
constexpr
static
uint8_t access_policy_blacklist = 2;
8
constexpr
static
uint8_t access_policy_signer = 3;
9
constexpr
static
uint8_t access_policy_enclave = 4;
10
11
}
// namespace utc
12
}
// namespace ypc
Generated by
1.8.17