Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ForexChaincode ¶
type ForexChaincode struct { }
ForexChaincode is the struct that all chaincode methods are associated with
func (*ForexChaincode) Init ¶
func (s *ForexChaincode) Init(stub shim.ChaincodeStubInterface) sc.Response
Init method is invokved on installation and upgrade
func (*ForexChaincode) Invoke ¶
func (s *ForexChaincode) 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.