status

package
v1.2.5 Latest Latest
Warning

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

Go to latest
Published: Jun 20, 2023 License: Apache-2.0 Imports: 9 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func GetCommand

func GetCommand() *cobra.Command

Types

type TxPoolStatusResult

type TxPoolStatusResult struct {
	PendingTransactions  uint64 `json:"pendingTransactions"`
	EnqueuedTransactions uint64 `json:"enqueuedTransactions"`
	MaxSlots             uint64 `json:"maxSlots"`
	CurrentSlots         uint64 `json:"currentSlots"`
}

func (*TxPoolStatusResult) GetOutput

func (r *TxPoolStatusResult) GetOutput() string

Jump to

Keyboard shortcuts

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