...

Package simple

import "github.com/hyperledger/fabric/integration/chaincode/simple"
Overview
Index
Subdirectories

Overview ▾

type SimpleChaincode

SimpleChaincode example simple Chaincode implementation

type SimpleChaincode struct {
}

func (*SimpleChaincode) Init

func (t *SimpleChaincode) Init(stub shim.ChaincodeStubInterface) pb.Response

func (*SimpleChaincode) Invoke

func (t *SimpleChaincode) Invoke(stub shim.ChaincodeStubInterface) pb.Response

Subdirectories

Name Synopsis
..
cmd