Documentation
¶
Index ¶
- func DisplayBalance(b *childchain.WatcherBalanceFromAddress)
- func DisplayEthTransaction(description, txhash string)
- func DisplayGetResponse(response *childchain.TransactionGetResponse)
- func DisplaySubmitResponse(response *childchain.TransactionSubmitResponse)
- func DisplayUTXOS(u *childchain.WatcherUTXOsFromAddress)
- func ParseArgs()
- type ByzantineEventCounts
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func DisplayBalance ¶
func DisplayBalance(b *childchain.WatcherBalanceFromAddress)
log the balance data in a human friendly format
func DisplayEthTransaction ¶
func DisplayEthTransaction(description, txhash string)
log any Ethereum transaction data
func DisplayGetResponse ¶
func DisplayGetResponse(response *childchain.TransactionGetResponse)
Display transaction.get response
func DisplaySubmitResponse ¶
func DisplaySubmitResponse(response *childchain.TransactionSubmitResponse)
Display transaction.submit response
func DisplayUTXOS ¶
func DisplayUTXOS(u *childchain.WatcherUTXOsFromAddress)
log the UTXO data in a human friendly format
Types ¶
type ByzantineEventCounts ¶
type ByzantineEventCounts struct { PiggyBack int NonCanonical int UnchallengedExit int InvalidExit int }
func DisplayByzantineEvents ¶
func DisplayByzantineEvents(b *childchain.WatcherStatus) ByzantineEventCounts
TODO: Display all events in the specs parse byzantine events data based on event names
Click to show internal directories.
Click to hide internal directories.