您当前的位置: 首页 >  区块链
  • 0浏览

    0关注

    1477博文

    0收益

  • 0浏览

    0点赞

    0打赏

    0留言

私信
关注
热门博文

区块链 hyperledger fabric的系统链码有哪些类型 LSCC ESCC VSCC CSCC是什么

软件工程小施同学 发布时间:2021-03-13 11:04:10 ,浏览量:0

 

系统链码

System chaincodes.

 

系统链码与普通用户链码具有相同的编程模型,并且与用户链码不同,系统链码内置在对等节点的可执行文件中。

System chaincode has the same programming model as normal user chaincodes and is built into the peer executable, unlike user chaincodes. 

 

LSCC

生命周期系统链码(LSCC)-安装/实例化/更新链码;

the life cycle system chaincode (LSCC)—to install/instantiate/update chaincodes;

 

ESCC

背书系统链码(ESCC)-通过对响应进行数字签名来背书交易;

the endorsement system chaincode (ESCC)—to endorse a transaction by digitally signing the response;

 

VSCC

验证系统链码(VSCC)-根据背书策略验证交易的背书签名集;

the validation system chaincode (VSCC)—to validate a transaction’s endorsement signature set against the endorsement policy;

 

CSCC

配置系统链码(CSCC)–用于管理通道的配置。

the configuration system chaincode (CSCC) – to manage channel configurations.

关注
打赏
1665320866
查看更多评论
立即登录/注册

微信扫码登录

0.0804s