The highest tagged major version is
v2.
package
Version:
v0.9.5
Opens a new window with list of versions in this module.
Published: Nov 12, 2020
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
¶
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.