mana

package
v0.8.18 Latest Latest
Warning

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

Go to latest
Published: Apr 27, 2022 License: Apache-2.0, BSD-2-Clause Imports: 16 Imported by: 0

Documentation

Index

Constants

View Source
const PluginName = "WebAPIManaEndpoint"

PluginName is the name of the web API mana endpoint plugin.

Variables

View Source
var (
	// Plugin is the plugin instance of the web API mana endpoint plugin.
	Plugin *node.Plugin
)

Functions

func GetDelegatedMana

func GetDelegatedMana(c echo.Context) error

GetDelegatedMana handles the GetDelegatedMana request.

func GetDelegatedOutputs

func GetDelegatedOutputs(c echo.Context) error

GetDelegatedOutputs handles the GetDelegatedOutputs requests.

func GetPendingMana

func GetPendingMana(c echo.Context) error

GetPendingMana handles the request.

Types

type GetDelegatedManaResponse

type GetDelegatedManaResponse struct {
	DelegatedMana uint64 `json:"delegatedMana"`
}

GetDelegatedManaResponse is the response struct for the GetDelegatedMana endpoint.

type GetDelegatedOutputsResponse

type GetDelegatedOutputsResponse struct {
	Outputs []*jsonmodels.Output `json:"delegatedOutputs"`
	Error   string               `json:"error,omitempty"`
}

GetDelegatedOutputsResponse is the response struct for the GetDelegatedOutputs endpoint.

Jump to

Keyboard shortcuts

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