destinations

package
v0.17.0 Latest Latest
Warning

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

Go to latest
Published: Feb 27, 2024 License: MIT Imports: 10 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NewHandler added in v0.16.0

NewHandler creates the specific package routes

Types

type Action

type Action struct {
	actions.Action
}

Action is an extension of actions.Action for this package

type CreateDestination added in v0.16.0

type CreateDestination struct {
	Metadata engine.Metadata `json:"metadata"`
}

CreateDestination is the model for creating a destination

type UpdateDestination added in v0.16.0

type UpdateDestination struct {
	ID            string          `json:"id"`
	Address       string          `json:"address"`
	LockingScript string          `json:"locking_script"`
	Metadata      engine.Metadata `json:"metadata"`
}

UpdateDestination is the model for updating a destination

Jump to

Keyboard shortcuts

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