Documentation
¶
Index ¶
- type TxMonitor
- func (self TxMonitor) BlockingWait(tx string) common.TxInfo
- func (self TxMonitor) BlockingWaitForMultipleTxs(txs ...string) map[string]common.TxInfo
- func (self TxMonitor) MakeWaitChannel(tx string) <-chan common.TxInfo
- func (self TxMonitor) MakeWaitChannelForMultipleTxs(txs ...string) []<-chan common.TxInfo
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type TxMonitor ¶
type TxMonitor struct {
// contains filtered or unexported fields
}
func NewGenericTxMonitor ¶
func NewRopstenTxMonitor ¶
func NewRopstenTxMonitor() *TxMonitor
func NewTxMonitor ¶
func NewTxMonitor() *TxMonitor
func (TxMonitor) BlockingWaitForMultipleTxs ¶
func (TxMonitor) MakeWaitChannel ¶
Click to show internal directories.
Click to hide internal directories.