monitor

package
v0.0.0-...-3672da2 Latest Latest
Warning

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

Go to latest
Published: Oct 22, 2022 License: Apache-2.0 Imports: 11 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func GetCommand

func GetCommand() *cobra.Command

Types

type BlockChainEvents

type BlockChainEvents struct {
	Added   []BlockchainEvent `json:"added"`
	Removed []BlockchainEvent `json:"removed"`
}

type BlockEventResult

type BlockEventResult struct {
	Events BlockChainEvents `json:"events"`
}

func NewBlockEventResult

func NewBlockEventResult(e *proto.BlockchainEvent) *BlockEventResult

func (*BlockEventResult) GetOutput

func (r *BlockEventResult) GetOutput() string

type BlockchainEvent

type BlockchainEvent struct {
	Type   string `json:"type"`
	Number int64  `json:"number"`
	Hash   string `json:"hash"`
}

Jump to

Keyboard shortcuts

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