package
Version:
v0.2.9
Opens a new window with list of versions in this module.
Published: Nov 17, 2023
License: Apache-2.0
Opens a new window with license information.
Imports: 13
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Config struct {
Code string `json:"code"`
CodeExpParam string `json:"codeExpParam,omitempty"`
MsgFetchStrategy msg.FetchStrategy `json:"messageFetchStrategy"`
VMType vm.Type `json:"vmType"`
OutputType output.Type `json:"outputType"`
OutputAddress string `json:"outputAddress,omitempty"`
}
func NewManager(chainEndpoint, contractAddress, projectFileDirectory string) (*Manager, error)
type Project struct {
ID uint64 `json:"id"`
Config Config `json:"config"`
}
Source Files
¶
Directories
¶
Click to show internal directories.
Click to hide internal directories.