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 FailedTxOfRequest ¶ added in v1.3.0
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 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"`
}
Click to show internal directories.
Click to hide internal directories.