stream

package
v1.2.2 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 29, 2024 License: LGPL-3.0 Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type CommonResp

type CommonResp struct {
	Code    int         `json:"code"`
	Message string      `json:"message"`
	Data    interface{} `json:"data"`
}

type GetMosResp

type GetMosResp struct {
	Id              int64  `json:"id"`
	ProjectId       int64  `json:"project_id"`
	ChainId         int64  `json:"chain_id"`
	EventId         int64  `json:"event_id"`
	TxHash          string `json:"tx_hash"`
	ContractAddress string `json:"contract_address"`
	Topic           string `json:"topic"`
	BlockNumber     uint64 `json:"block_number"`
	BlockHash       string `json:"block_hash"`
	LogIndex        uint   `json:"log_index"`
	LogData         string `json:"log_data"`
	TxIndex         uint   `json:"tx_index"`
	TxTimestamp     uint64 `json:"tx_timestamp"`
}

type MosListResp

type MosListResp struct {
	Total int64         `json:"total"`
	List  []*GetMosResp `json:"list"`
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL