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 Input ¶
type Input struct {
ChaincodeName string `md:"chaincodeName,required"`
ChannelID string `md:"channelID"`
TransactionName string `md:"transactionName,required"`
Parameters map[string]interface{} `md:"parameters"`
}
Input of the activity
Click to show internal directories.
Click to hide internal directories.