(id int)
| 320 | } |
| 321 | |
| 322 | func energyTransactionKey(id int) string { |
| 323 | return fmt.Sprintf("energyTransaction:%d", id) |
| 324 | } |
| 325 | |
| 326 | func main() { |
| 327 | chaincode, err := contractapi.NewChaincode(&SmartContract{}) |
no outgoing calls
no test coverage detected