Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
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) Output ¶
func (r *BlockEventResult) Output() string
type BlockchainEvent ¶
type MonitorCommand ¶
MonitorCommand is the command to Monitor to the blockchain events
func (*MonitorCommand) DefineFlags ¶
func (m *MonitorCommand) DefineFlags()
DefineFlags defines the command flags
func (*MonitorCommand) GetBaseCommand ¶
func (m *MonitorCommand) GetBaseCommand() string
func (*MonitorCommand) GetHelperText ¶
func (m *MonitorCommand) GetHelperText() string
GetHelperText returns a simple description of the command
func (*MonitorCommand) Help ¶
func (m *MonitorCommand) Help() string
Help implements the cli.Command interface
func (*MonitorCommand) Run ¶
func (m *MonitorCommand) Run(args []string) int
Run implements the cli.Command interface
func (*MonitorCommand) Synopsis ¶
func (m *MonitorCommand) Synopsis() string
Synopsis implements the cli.Command interface
Click to show internal directories.
Click to hide internal directories.