Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetCommand ¶ added in v0.3.0
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 ¶ added in v0.3.0
func (r *BlockEventResult) GetOutput() string
type BlockchainEvent ¶
Click to show internal directories.
Click to hide internal directories.