Documentation ¶
Overview ¶
chaincode/chaincode.go
chaincode/chaincode_compiler.go
Index ¶
- type Args
- type Chaincode
- func (c *Chaincode) Init(stub shim.ChaincodeStubInterface) []byte
- func (c *Chaincode) Invoke(stub shim.ChaincodeStubInterface) ([]byte, error)
- func (c *Chaincode) InvokeStub(stub shim.ChaincodeStubInterface, args []string) ([]byte, error)
- func (c *Chaincode) Query(stub shim.ChaincodeStubInterface) ([]byte, error)
- type ChaincodeCompiler
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Chaincode ¶
type Chaincode struct { }
func (*Chaincode) Invoke ¶
func (c *Chaincode) Invoke(stub shim.ChaincodeStubInterface) ([]byte, error)
func (*Chaincode) InvokeStub ¶
type ChaincodeCompiler ¶
type ChaincodeCompiler struct { }
Click to show internal directories.
Click to hide internal directories.