Documentation ¶
Overview ¶
Package service application logic and implementation
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Bundle ¶
type Bundle struct {
// contains filtered or unexported fields
}
Bundle application service bundle
type SimpleService ¶
type SimpleService struct {
// contains filtered or unexported fields
}
SimpleService simple chain service
func (*SimpleService) Query ¶
func (ss *SimpleService) Query(payload []byte) (interface{}, error)
Query operation against blockchain
Click to show internal directories.
Click to hide internal directories.