...

Package marbles_private

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

Overview ▾

type MarblesPrivateChaincode

MarblesPrivateChaincode example Chaincode implementation

type MarblesPrivateChaincode struct {
}

func (*MarblesPrivateChaincode) Init

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

Init initializes chaincode ===========================

func (*MarblesPrivateChaincode) Invoke

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

Invoke - Our entry point for Invocations ========================================

Subdirectories

Name Synopsis
..
cmd