Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AggregationConfig ¶ added in v0.6.0
type AggregationConfig struct {
Amount uint `json:"amount,omitempty"`
}
type Config ¶
type Config struct { Code string `json:"code"` CodeExpParam string `json:"codeExpParam,omitempty"` VMType types.VM `json:"vmType"` Output OutputConfig `json:"output"` Aggregation AggregationConfig `json:"aggregation"` Version string `json:"version"` }
type EthereumConfig ¶ added in v0.6.2
type Manager ¶
type Manager struct {
// contains filtered or unexported fields
}
func NewManager ¶
func (*Manager) GetAllProjectID ¶
TODO will delete when node konw how to fetch message
type Monitor ¶ added in v0.5.1
type Monitor struct {
// contains filtered or unexported fields
}
func NewDefaultMonitor ¶ added in v0.5.1
func NewMonitor ¶ added in v0.5.1
func (*Monitor) MustEvents ¶ added in v0.5.1
func (*Monitor) Unsubscribe ¶ added in v0.5.1
func (m *Monitor) Unsubscribe()
type OutputConfig ¶ added in v0.4.1
type OutputConfig struct { Type types.Output `json:"type"` Ethereum EthereumConfig `json:"ethereum,omitempty"` Solana SolanaConfig `json:"solana,omitempty"` }
type ProjectMeta ¶ added in v0.5.0
func (*ProjectMeta) GetConfigs ¶ added in v0.5.1
func (m *ProjectMeta) GetConfigs(ipfsEndpoint string) ([]*Config, error)
type SolanaConfig ¶ added in v0.6.2
Click to show internal directories.
Click to hide internal directories.