Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/angrbrd/hyperledger-fabric-basics
/ functions
Functions
7 in github.com/angrbrd/hyperledger-fabric-basics
⨍
Functions
7
◇
Types & classes
1
↓ 1 callers
Function
deployChaincode
()
crowd_fund_demo.js:182
↓ 1 callers
Function
registerUser
(user_name)
crowd_fund_demo.js:145
↓ 1 callers
Function
startListener
()
crowd_fund_demo.js:311
Method
Init
Init creates the state variable with name "account" and stores the value from the incoming request into this variable. We now have a key/value pair f
crowd_fund_chaincode/crowd_fund_chaincode.go:56
Method
Invoke
Invoke retrieves the state variable "account" and increases it by the ammount specified in the incoming request. Then it stores the new value back, t
crowd_fund_chaincode/crowd_fund_chaincode.go:92
Method
Query
Query retrieves the state variable "account" and returns its current value in the response.
crowd_fund_chaincode/crowd_fund_chaincode.go:140
Function
main
()
crowd_fund_chaincode/crowd_fund_chaincode.go:173