Versions in this module Expand all Collapse all v0 v0.0.1 May 23, 2023 Changes in this version + func GetCommand() *cobra.Command + type BlockChainEvents struct + Added []BlockchainEvent + Removed []BlockchainEvent + type BlockEventResult struct + Events BlockChainEvents + func NewBlockEventResult(e *proto.BlockchainEvent) *BlockEventResult + func (r *BlockEventResult) GetOutput() string + type BlockchainEvent struct + Hash string + Number int64 + Type string