Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Provider ¶
type Provider struct {
// contains filtered or unexported fields
}
Provider is a transaction service provider
func NewProvider ¶
func NewProvider(configProvider configServiceProvider, peerConfig api.PeerConfig, validatorRegistry configValidatorRegistry) *Provider
NewProvider returns a new transaction service provider
type Service ¶
type Service struct {
// contains filtered or unexported fields
}
Service implements a Transaction service that gathers multiple endorsements (according to chaincode policy) and (optionally) sends the transaction to the Orderer.
Click to show internal directories.
Click to hide internal directories.