uvxemitter

package
v0.0.0-...-92ca402 Latest Latest
Warning

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

Go to latest
Published: Dec 5, 2024 License: MIT Imports: 7 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Interface

type Interface interface {
	// UvxMint emits an event that intends to trigger the minting of UVX tokens
	// for the given user ID.
	//
	//     inp[0] the user ID to mint UVX tokens for
	//
	UvxMint(objectid.ID) error
}

type Rescue

type Rescue struct {
	// contains filtered or unexported fields
}

func NewRescue

func NewRescue(c RescueConfig) *Rescue

func (*Rescue) UvxMint

func (r *Rescue) UvxMint(use objectid.ID) error

type RescueConfig

type RescueConfig struct {
	Log logger.Interface
	Res rescue.Interface
}

Jump to

Keyboard shortcuts

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