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 put operations
type Input ¶
type Input struct {
StateKey string `md:"key,required"`
PrivateCollection string `md:"privateCollection"`
KeysOnly bool `md:"keysOnly"`
CompositeKeys string `md:"compositeKeys"`
}
Input of the activity
Click to show internal directories.
Click to hide internal directories.