...

Package api

import "github.com/hyperledger/fabric/peer/chaincode/api"
Overview
Index

Overview ▾

Index ▾

Package files

api.go

type Deliver

Deliver defines the interface for delivering blocks

type Deliver interface {
    Send(*pcommon.Envelope) error
    Recv() (*pb.DeliverResponse, error)
    CloseSend() error
}