stream

package
v1.3.0 Latest Latest
Warning

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

Go to latest
Published: Mar 19, 2025 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 BtcLogListResp added in v1.3.0

type BtcLogListResp struct {
	Total int64 `json:"total"`
	Items []*struct {
		Id          int64  `json:"id"`
		ChainId     string `json:"chain_id"`
		Topic       string `json:"topic"`
		LogData     string `json:"log_data"`
		TxHash      string `json:"tx_hash"`
		TxTimestamp int    `json:"tx_timestamp"`
		BlockNumber int64  `json:"block_number"`
	} `json:"items"`
}

type CommonResp

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

type FailedTxOfRequest added in v1.3.0

type FailedTxOfRequest struct {
	ToChain string `json:"to_chain"`
	Hash    string `json:"hash"`
}

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"`
}

type ProofOfRequest added in v1.3.0

type ProofOfRequest struct {
	SrcChain    string `json:"src_chain"`
	SrcTxHash   string `json:"src_tx_hash"`
	SrcLogIndex uint   `json:"src_log_index"`
	BlockNumber int64  `json:"block_number"`
	DesChain    string `json:"des_chain"`
}

type TxExecOfRequest added in v1.3.0

type TxExecOfRequest struct {
	SrcChain         string `json:"src_chain"`
	SrcTxHash        string `json:"src_tx_hash"`
	SrcLogIndex      uint   `json:"src_log_index"`
	SrcBlockNumber   int64  `json:"src_block_number"`
	RelayChain       string `json:"relay_chain"`
	RelayTxHash      string `json:"relay_tx_hash"`
	RelayLogIndex    uint   `json:"relay_log_index"`
	RelayBlockNumber int64  `json:"relay_block_number"`
	Status           int64  `json:"status"`
	DesChain         string `json:"des_chain"`
	DesTxHash        string `json:"des_tx_hash"`
	DesLogIndex      uint   `json:"des_log_index"`
	Slippage         string `json:"slippage"`
}

Jump to

Keyboard shortcuts

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