Versions in this module Expand all Collapse all v0 v0.0.2 Oct 2, 2020 Changes in this version + func HandlerPutProgram(c echo.Context) error + type ProgramMetadata struct + Description string + VMType string + type PutProgramRequest struct + Code []byte + type PutProgramResponse struct + Error string + ProgramHash string v0.0.1 Sep 28, 2020 Changes in this version + func HandlerActivateSC(c echo.Context) error + func HandlerDeactivateSC(c echo.Context) error + func HandlerDumpSCState(c echo.Context) error + func HandlerGetProgramMetadata(c echo.Context) error + func HandlerGetSCData(c echo.Context) error + func HandlerGetSCList(c echo.Context) error + func HandlerPutProgramMetaData(c echo.Context) error + func HandlerPutSCData(c echo.Context) error + func HandlerShutdown(c echo.Context) error + func InitLogger() + type BootupDataJsonable struct + AccessNodes []string + Active bool + Address string + Color string + CommitteeNodes []string + OwnerAddress string + type DumpSCStateResponse struct + Err string + Exists bool + Index uint32 + Variables map[kv.Key][]byte + type GetBootupDataRequest struct + Address string + type GetBootupDataResponse struct + Error string + Exists bool + type GetProgramMetadataRequest struct + ProgramHash string + type GetProgramMetadataResponse struct + Error string + ExistsCode bool + ExistsMetadata bool + type GetScAddressesResponse struct + Addresses []string + Error string + type ProgramMetadataJsonable struct + Description string + Location string + ProgramHash string + VMType string