package
Version:
v0.0.0-...-ef390af
Opens a new window with list of versions in this module.
Published: Nov 22, 2021
License: MIT
Opens a new window with license information.
Imports: 3
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Log struct {
ID string `gorm:"size:26;primary_key"`
ChainID string `gorm:"not null;index:chain_id"`
BlockHash string `gorm:"not null;index:block_hash"`
ParentHash string `gorm:"not null;index:parent_hash"`
Height int64 `gorm:"not null;index:height"`
BlockTime int64
CreateTime time.Time
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.