Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetEthconnectServiceDefinitions ¶
func GetEthconnectServiceDefinitions(s *types.Stack, blockchainServiceName string) []*docker.ServiceDefinition
Types ¶
type Config ¶ added in v0.0.39
type Config struct {
Rest *Rest `yaml:"rest,omitempty"`
}
func GenerateEthconnectConfig ¶ added in v0.0.39
func (*Config) WriteConfig ¶ added in v0.0.39
type DeployContractResponseBody ¶
type DeployContractResponseBody struct {
ContractAddress string `json:"contractAddress,omitempty"`
}
func DeployContract ¶
type PublishAbiResponseBody ¶
type PublishAbiResponseBody struct {
ID string `json:"id,omitempty"`
}
func PublishABI ¶
func PublishABI(ethconnectUrl string, contract *types.Contract) (*PublishAbiResponseBody, error)
type RegisterResponseBody ¶
type Rest ¶ added in v0.0.39
type Rest struct {
RestGateway *RestGateway `yaml:"rest-gateway,omitempty"`
}
Click to show internal directories.
Click to hide internal directories.