Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type InterbankChaincode ¶
type InterbankChaincode struct { }
InterbankChaincode is the struct to which all contract methods are associated with
func (*InterbankChaincode) Init ¶
func (s *InterbankChaincode) Init(stub shim.ChaincodeStubInterface) sc.Response
Initalize the chaincode
func (*InterbankChaincode) Invoke ¶
func (s *InterbankChaincode) Invoke(stub shim.ChaincodeStubInterface) sc.Response
Invoke is called when external applications invoke the smart contract
Click to show internal directories.
Click to hide internal directories.