Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Orderer ¶
type Orderer struct {
// contains filtered or unexported fields
}
Orderer allows a client to broadcast a transaction.
func NewOrderer ¶
func NewOrderer(url string, certificate string, serverHostOverride string, config apiconfig.Config) (*Orderer, error)
NewOrderer Returns a Orderer instance
func (*Orderer) SendBroadcast ¶
SendBroadcast Send the created transaction to Orderer.
func (*Orderer) SendDeliver ¶
SendDeliver sends a deliver request to the ordering service and returns the blocks requested envelope: contains the seek request for blocks
Click to show internal directories.
Click to hide internal directories.