CCF
Loading...
Searching...
No Matches
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
5namespace 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}
Definition bundle.h:12
TxAccess
Definition tx_access.h:10