Documentation
¶
Index ¶
- type Chaincode
- func (cc *Chaincode) Chaincode() shim.Chaincode
- func (cc *Chaincode) GetDBArtifacts([]string) map[string]*ccapi.DBArtifacts
- func (cc *Chaincode) Init(stub shim.ChaincodeStubInterface) pb.Response
- func (cc *Chaincode) Invoke(stub shim.ChaincodeStubInterface) pb.Response
- func (cc *Chaincode) Name() string
- func (cc *Chaincode) Version() string
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Chaincode ¶
type Chaincode struct {
// contains filtered or unexported fields
}
Chaincode is the chaincode that stores files in DCAS
func (*Chaincode) GetDBArtifacts ¶
func (cc *Chaincode) GetDBArtifacts([]string) map[string]*ccapi.DBArtifacts
GetDBArtifacts returns Couch DB indexes (if applicable)
func (*Chaincode) Init ¶
func (cc *Chaincode) Init(stub shim.ChaincodeStubInterface) pb.Response
Init is not used
Click to show internal directories.
Click to hide internal directories.