MCPcopy Create free account

hub / github.com/btcu-pro/fabric-course / functions

Functions178 in github.com/btcu-pro/fabric-course

↓ 1 callersFunctionpayment
转账 -c '{"Args":["payment", "源账户名称", "目标账户名称", "转账金额"]}'
course 06/files/payment.go:111
↓ 1 callersFunctionq
()
course 14/code/web/static/js/bootstrap.min.js:6
↓ 1 callersFunctionquery
(stub shim.ChaincodeStubInterface, args []string)
course 06/files/hello.go:57
↓ 1 callersMethodquery
query callback representing the query of a chaincode
course 05/files/chaincode_example02.go:168
↓ 1 callersFunctionqueryCars
(stub shim.ChaincodeStubInterface, args []string)
course 10/main.go:111
↓ 1 callersMethodqueryEduByCertNoAndName
根据证书编号及姓名查询信息 args: CertNo, name
course 14/code/chaincode/eduCC.go:127
↓ 1 callersMethodqueryEduInfoByEntityID
根据身份证号码查询详情(溯源) args: entityID
course 14/code/chaincode/eduCC.go:152
↓ 1 callersFunctionrandToken
(len int)
course 14/code/web/controller/upload.go:77
↓ 1 callersFunctionregisterEvent
(client *channel.Client, chaincodeID, eventID string)
course 13/code/service/domain.go:15
↓ 1 callersFunctionset
(stub shim.ChaincodeStubInterface, args []string)
course 12/code1/chaincode/main.go:33
↓ 1 callersFunctionset
(stub shim.ChaincodeStubInterface, args []string)
course 06/files/test.go:51
↓ 1 callersFunctionset
(stub shim.ChaincodeStubInterface, args []string)
course 13/code/chaincode/main.go:33
↓ 1 callersMethodupdateEdu
根据身份证号更新信息 args: educationObject
course 14/code/chaincode/eduCC.go:217
MethodAddEdu
添加信息
course 14/code/web/controller/controllerHandler.go:84
MethodAddEduShow
显示添加信息页面
course 14/code/web/controller/controllerHandler.go:70
FunctionB
(a,b)
course 14/code/web/static/js/jquery.min.js:2
FunctionCreateChannel
创建通道并将指定的Peers加入
course 14/code/sdkInit/start.go:35
FunctionCreateChannel
(sdk *fabsdk.FabricSDK, info *InitInfo)
course 12/code1/sdkInit/start.go:33
FunctionCreateChannel
(sdk *fabsdk.FabricSDK, info *InitInfo)
course 13/code/sdkInit/start.go:33
MethodDelEdu
(entityID string)
course 14/code/service/eduService.go:83
MethodFindByID
根据身份证号码查询信息
course 14/code/web/controller/controllerHandler.go:191
MethodGetInfo
(name string)
course 13/code/service/SimpleService.go:27
MethodHelp
(w http.ResponseWriter, r *http.Request)
course 14/code/web/controller/controllerHandler.go:21
MethodIndex
(w http.ResponseWriter, r *http.Request)
course 14/code/web/controller/controllerHandler.go:17
MethodInit
(stub shim.ChaincodeStubInterface)
course 14/code/chaincode/main.go:12
MethodInit
(stub shim.ChaincodeStubInterface)
course 12/code1/chaincode/main.go:12
MethodInit
初始化两个账户及相应的余额 -c '{"Args":["init", "第一个账户名称", "第一个账户初始余额", "第二个账户名称", "第二个账户初始余额"]}'
course 06/files/payment.go:23
MethodInit
(stub shim.ChaincodeStubInterface)
course 06/files/hello.go:20
MethodInit
(stub shim.ChaincodeStubInterface)
course 06/files/test.go:21
MethodInit
(stub shim.ChaincodeStubInterface)
course 13/code/chaincode/main.go:12
MethodInit
(stub shim.ChaincodeStubInterface)
course 10/main.go:25
MethodInit
链码实例化(instantiate)或 升级(upgrade)时调用 Init 方法
course 05/files/chaincode.go:15
MethodInit
(stub shim.ChaincodeStubInterface)
course 05/files/chaincode_example02.go:37
FunctionInstallAndInstantiateCC
(sdk *fabsdk.FabricSDK, info *InitInfo)
course 14/code/sdkInit/start.go:82
FunctionInstallAndInstantiateCC
(sdk *fabsdk.FabricSDK, info *InitInfo)
course 12/code1/sdkInit/start.go:80
FunctionInstallAndInstantiateCC
(sdk *fabsdk.FabricSDK, info *InitInfo)
course 13/code/sdkInit/start.go:80
MethodInvoke
(stub shim.ChaincodeStubInterface)
course 14/code/chaincode/main.go:17
MethodInvoke
(stub shim.ChaincodeStubInterface)
course 12/code1/chaincode/main.go:17
MethodInvoke
peer chaincode query -n pay -C myc -c '{"Args":["find", "a"]}'
course 06/files/payment.go:69
MethodInvoke
(stub shim.ChaincodeStubInterface)
course 06/files/hello.go:45
MethodInvoke
(stub shim.ChaincodeStubInterface)
course 06/files/test.go:34
MethodInvoke
(stub shim.ChaincodeStubInterface)
course 13/code/chaincode/main.go:17
MethodInvoke
(stub shim.ChaincodeStubInterface)
course 10/main.go:30
MethodInvoke
链码收到调用(invoke) 或 查询 (query)时调用 Invoke 方法
course 05/files/chaincode.go:21
MethodInvoke
(stub shim.ChaincodeStubInterface)
course 05/files/chaincode_example02.go:76
MethodLogin
用户登录
course 14/code/web/controller/controllerHandler.go:31
MethodLoginOut
用户登出
course 14/code/web/controller/controllerHandler.go:64
MethodLoginView
(w http.ResponseWriter, r *http.Request)
course 14/code/web/controller/controllerHandler.go:12
MethodModify
修改/添加新信息
course 14/code/web/controller/controllerHandler.go:250
MethodModifyShow
修改/添加新信息
course 14/code/web/controller/controllerHandler.go:220
MethodQueryPage
(w http.ResponseWriter, r *http.Request)
course 14/code/web/controller/controllerHandler.go:131
MethodQueryPage2
(w http.ResponseWriter, r *http.Request)
course 14/code/web/controller/controllerHandler.go:177
FunctionSetupSDK
(ConfigFile string, initialized bool)
course 14/code/sdkInit/start.go:19
FunctionSetupSDK
(ConfigFile string, initialized bool)
course 12/code1/sdkInit/start.go:18
FunctionSetupSDK
(ConfigFile string, initialized bool)
course 13/code/sdkInit/start.go:18
MethodUploadFile
(w http.ResponseWriter, r *http.Request)
course 14/code/web/controller/upload.go:14
FunctionWebStart
启动Web服务并指定路由信息
course 14/code/web/webServer.go:10
FunctionZa
(a,b,c,d,e)
course 14/code/web/static/js/jquery.min.js:4
Functionaa
()
course 14/code/web/static/js/jquery.min.js:4
Functionba
()
course 14/code/web/static/js/jquery.min.js:4
Functionea
()
course 14/code/web/static/js/jquery.min.js:2
Functionh
()
course 14/code/web/static/js/bootstrap.min.js:6
Functionib
(a,b,c)
course 14/code/web/static/js/jquery.min.js:5
Functioninit
()
course 14/code/web/controller/userInfo.go:17
Functionmain
()
course 14/code/main.go:19
Functionmain
()
course 14/code/chaincode/main.go:37
Functionmain
()
course 12/code1/main.go:15
Functionmain
()
course 12/code1/chaincode/main.go:68
Functionmain
()
course 06/files/payment.go:14
Functionmain
()
course 06/files/hello.go:9
Functionmain
()
course 06/files/test.go:13
Functionmain
()
course 13/code/main.go:18
Functionmain
()
course 13/code/chaincode/main.go:68
Functionmain
()
course 10/main.go:183
Functionmain
主函数 ,调用 shim.Start 方法
course 05/files/chaincode.go:26
Functionmain
()
course 05/files/chaincode_example02.go:195
Functionq
(a,b)
course 14/code/web/static/js/jquery.min.js:2
Functionqa
()
course 14/code/web/static/js/jquery.min.js:2
← previous101–178 of 178, ranked by callers