Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func FormatTxURL ¶
func MustGetEvmTxSender ¶
func MustGetEvmTxSender(tx *types.Transaction) string
Types ¶
type BaseProcessor ¶
type BaseProcessor struct { Db *store.Store Whm webhook.WebHookManager Log logger.Logger Mtx *sync.Mutex }
func (*BaseProcessor) IsTxProcessed ¶
func (p *BaseProcessor) IsTxProcessed(txHashStr string) bool
func (*BaseProcessor) ParseAccountDetail ¶
func (p *BaseProcessor) ParseAccountDetail(addr string) string
func (*BaseProcessor) SetWebHookManager ¶
func (p *BaseProcessor) SetWebHookManager(manager webhook.WebHookManager)
type MsgFormatter ¶
type MsgFormatter struct {
// contains filtered or unexported fields
}
func (*MsgFormatter) FormatKeyValueMsg ¶
func (f *MsgFormatter) FormatKeyValueMsg(key string, value interface{}) *MsgFormatter
func (*MsgFormatter) FormatMsg ¶
func (f *MsgFormatter) FormatMsg(msg string) *MsgFormatter
func (*MsgFormatter) FormatTitle ¶
func (f *MsgFormatter) FormatTitle(title string) *MsgFormatter
func (*MsgFormatter) String ¶
func (f *MsgFormatter) String() string
Click to show internal directories.
Click to hide internal directories.