Documentation ¶
Index ¶
Constants ¶
View Source
const ( //LSCC资源 Lscc_Install = "lscc/Install" Lscc_Deploy = "lscc/Deploy" Lscc_Upgrade = "lscc/Upgrade" Lscc_ChaincodeExists = "lscc/ChaincodeExists" Lscc_GetDeploymentSpec = "lscc/GetDeploymentSpec" Lscc_GetChaincodeData = "lscc/GetChaincodeData" Lscc_GetInstantiatedChaincodes = "lscc/GetInstantiatedChaincodes" Lscc_GetInstalledChaincodes = "lscc/GetInstalledChaincodes" Lscc_GetCollectionsConfig = "lscc/GetCollectionsConfig" //QSCC资源 Qscc_GetChainInfo = "qscc/GetChainInfo" Qscc_GetBlockByNumber = "qscc/GetBlockByNumber" Qscc_GetBlockByHash = "qscc/GetBlockByHash" Qscc_GetTransactionByID = "qscc/GetTransactionByID" Qscc_GetBlockByTxID = "qscc/GetBlockByTxID" //CSCC资源 Cscc_JoinChain = "cscc/JoinChain" Cscc_GetConfigBlock = "cscc/GetConfigBlock" Cscc_GetChannels = "cscc/GetChannels" Cscc_GetConfigTree = "cscc/GetConfigTree" Cscc_SimulateConfigTreeUpdate = "cscc/SimulateConfigTreeUpdate" //对等资源 Peer_Propose = "peer/Propose" Peer_ChaincodeToChaincode = "peer/ChaincodeToChaincode" //事件 Event_Block = "event/Block" Event_FilteredBlock = "event/FilteredBlock" //令牌资源 Token_Issue = "token/Issue" Token_Transfer = "token/Transfer" Token_List = "token/List" )
用于ACL检查的结构资源。注意一些支票 例如lscc_安装是“对等的”(当前对等中的访问检查是 基于本地MSP)。这些当前不在资源或默认范围内 提供者
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.