Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AppFactory ¶
type AppFactory interface {
NewApplication(*sdk.Account) core.Application
}
AppFactory implements the NewApplication method.
type Client ¶
type Client struct {
AppFactory AppFactory
}
Client is the shell for the node. It has fields for the AppFactory (the services application).
type OracleAppFactory ¶
type OracleAppFactory struct{}
AppFactory is used to create a new Application.
func (OracleAppFactory) NewApplication ¶
func (n OracleAppFactory) NewApplication(account *sdk.Account) core.Application
NewApplication returns a new instance of the node with the given config.
Click to show internal directories.
Click to hide internal directories.