project

package
v0.2.9 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 17, 2023 License: Apache-2.0 Imports: 13 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Config

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"`
}

type Manager added in v0.2.7

type Manager struct {
	// contains filtered or unexported fields
}

func NewManager added in v0.2.7

func NewManager(chainEndpoint, contractAddress, projectFileDirectory string) (*Manager, error)

func (*Manager) Get added in v0.2.7

func (m *Manager) Get(projectID uint64) (*Project, error)

type Project

type Project struct {
	ID     uint64 `json:"id"`
	Config Config `json:"config"`
}

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL