Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Block ¶
type Block struct { ID uint `gorm:"primaryKey"` Network string `gorm:"unique"` Height uint64 CreatedAt time.Time UpdatedAt time.Time }
Block struct provides model definition for the block table.
Click to show internal directories.
Click to hide internal directories.