Documentation ¶
Index ¶
Constants ¶
View Source
const ( SyncBlockHeader = "SyncHeader" DeliverPackage = "DeliverPackage" Created = "Created" Success = "Success" Failure = "Failed" Missed = "Missed" )
Variables ¶
This section is empty.
Functions ¶
func InitTables ¶
Types ¶
type RelayTransaction ¶
type RelayTransaction struct { Id int64 TxHash string Type string ChannelId uint8 Sequence uint64 BCHeight uint64 TxStatus string TxGasPrice uint64 TxGasLimit uint64 TxUsedGas uint64 TxFee uint64 TxHeight uint64 CreateTime int64 UpdateTime int64 }
func (RelayTransaction) TableName ¶
func (RelayTransaction) TableName() string
Click to show internal directories.
Click to hide internal directories.