Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Topic ¶
type Topic interface { IsSwapTopic(log types.Log) bool GetTopics() [][]eth.Hash GetSwapLogInfo(log types.Log) (common.SwapLogData, error) IsTransferTopic(log types.Log) bool GetTransferLog(log types.Log) (common.TransferLogData, error) IsFilledData(log types.Log) bool GetCexTransferLog(log types.Log) (common.TransferLogData, error) }
Click to show internal directories.
Click to hide internal directories.