Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetCommand ¶
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
Click to show internal directories.
Click to hide internal directories.