channel_events

package
v0.16.7 Latest Latest
Warning

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

Go to latest
Published: Jan 16, 2023 License: MIT Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ChannelEvent

type ChannelEvent struct {
	EventTime time.Time                           `json:"eventTime" db:"event_time"`
	EventType lnrpc.ChannelEventUpdate_UpdateType `json:"eventType" db:"event_type"`
	ChannelId int                                 `json:"channelId" db:"channel_id"`
	Imported  bool                                `json:"imported" db:"imported"`
	Event     string                              `json:"event" db:"event"`
	NodeId    int                                 `json:"nodeId" db:"node_id"`
}

Jump to

Keyboard shortcuts

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