Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Backend ¶ added in v0.14.0
type Backend struct {
Service *servicesdk.Backend
}
Backend handles all the backend functions.
func NewBackend ¶ added in v0.14.0
func NewBackend(appFactory *cosmos.AppFactory) *Backend
NewBackend creates a new backend and init the sub-backend modules.
type SDK ¶
type SDK struct {
Service servicesdk.Service
Instance *instancesdk.Instance
Execution *executionsdk.Execution
Event *eventsdk.Event
Process *processesdk.Process
Account *accountsdk.SDK
Ownership *ownershipsdk.SDK
}
SDK exposes all functionalities of MESG Engine.
Click to show internal directories.
Click to hide internal directories.