CCF
Loading...
Searching...
No Matches
include
ccf
js
tx_access.h
Go to the documentation of this file.
1
// Copyright (c) Microsoft Corporation. All rights reserved.
2
// Licensed under the Apache 2.0 License.
3
#pragma once
4
5
namespace
ccf::js
6
{
9
enum class
TxAccess
10
{
13
APP_RO
,
14
17
APP_RW
,
18
21
GOV_RO
,
22
25
GOV_RW
26
};
27
}
ccf::js
Definition
bundle.h:12
ccf::js::TxAccess
TxAccess
Definition
tx_access.h:10
ccf::js::TxAccess::GOV_RW
@ GOV_RW
ccf::js::TxAccess::APP_RW
@ APP_RW
ccf::js::TxAccess::GOV_RO
@ GOV_RO
ccf::js::TxAccess::APP_RO
@ APP_RO
Generated by
1.9.8