Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ChaincodeInstance ¶
func (*ChaincodeInstance) String ¶
func (ci *ChaincodeInstance) String() string
type SystemChaincodeProvider ¶
type SystemChaincodeProvider interface {
GetQueryExecutorForLedger(cid string) (ledger.QueryExecutor, error)
GetApplicationConfig(cid string) (channelconfig.Application, bool)
PolicyManager(channelID string) (policies.Manager, bool)
}
Click to show internal directories.
Click to hide internal directories.