Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MemPool ¶
type MemPool struct {
// contains filtered or unexported fields
}
func NewMemPool ¶
func (*MemPool) AddSubscriber ¶
func (*MemPool) CheckTxConfirmed ¶
func (*MemPool) GetMemPool ¶
func (m *MemPool) GetMemPool() map[string]transaction.Transaction
type NodeConfig ¶
type NodeConfig struct {
Network string
UserAgent string
FiltersDB repository.FilterRepository
BlockHeadersDB repository.BlockHeaderRepository
}
type NodeService ¶
type TxConfirmedEvent ¶
type TxConfirmedEvent struct {
// contains filtered or unexported fields
}
func (TxConfirmedEvent) TxID ¶
func (t TxConfirmedEvent) TxID() string
func (TxConfirmedEvent) Type ¶
func (t TxConfirmedEvent) Type() TxEventType
type TxEvent ¶
type TxEvent interface {
Type() TxEventType
TxID() string
}
type TxUnConfirmedEvent ¶
type TxUnConfirmedEvent struct {
// contains filtered or unexported fields
}
func (TxUnConfirmedEvent) TxID ¶
func (t TxUnConfirmedEvent) TxID() string
func (TxUnConfirmedEvent) Type ¶
func (t TxUnConfirmedEvent) Type() TxEventType
Click to show internal directories.
Click to hide internal directories.