package
Version:
v0.0.2
Opens a new window with list of versions in this module.
Published: Mar 12, 2021
License: ISC
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
¶
Migrate converts the heads table to use a surrogate ID and binary hash
type Head struct {
ID uint64 `gorm:"primary_key;auto_increment"`
Hash common.Hash `gorm:"not null"`
Number int64 `gorm:"index;not null"`
}
Head represents a BlockNumber, BlockHash.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.