Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Activity ¶
type Activity struct {
}
Activity is a stub for executing Hyperledger Fabric get operations
type Output ¶
type Output struct {
Code int `md:"code" json:"code"`
Message string `md:"message" json:"message,omitempty"`
Cid string `md:"cid" json:"cid"`
Mspid string `md:"mspid" json:"mspid"`
Name string `md:"name" json:"name"`
Attrs map[string]string `md:"attrs" json:"attrs"`
}
Output of the activity
Click to show internal directories.
Click to hide internal directories.