Documentation ¶
Overview ¶
live and test genesis blocks
Index ¶
Constants ¶
View Source
const (
BlockNumber = uint64(1)
)
the starting block number
Variables ¶
View Source
var LiveGenesisBlock = []byte{}/* 231 elements not displayed */
View Source
var LiveGenesisDigest = blockdigest.Digest([...]byte{
0x5c, 0x93, 0xf7, 0x39, 0xeb, 0x01, 0xcd, 0xde,
0x30, 0x55, 0x79, 0xf0, 0x3c, 0xcf, 0xb3, 0x7a,
0x74, 0x29, 0x71, 0x31, 0x3f, 0xf9, 0x8d, 0x35,
0xb4, 0xc0, 0x7c, 0x43, 0x8f, 0xaf, 0x12, 0x00,
})
digest of the live genesis header 0012af8f437cc0b4358df93f317129747ab3cf3cf0795530decd01eb39f7935c
View Source
var TestGenesisBlock = []byte{}/* 240 elements not displayed */
View Source
var TestGenesisDigest = blockdigest.Digest([...]byte{
0x8a, 0xe6, 0x8b, 0xb8, 0x7c, 0x4a, 0x92, 0x6b,
0x8f, 0x12, 0xc5, 0xee, 0xda, 0x96, 0x95, 0xbb,
0xde, 0xaa, 0x9b, 0x28, 0x0b, 0x57, 0xbc, 0x16,
0x54, 0x5a, 0x2c, 0x8f, 0x7b, 0x80, 0xfe, 0x00,
})
digest of the test genesis header 00fe807b8f2c5a5416bc570b289baadebb9596daeec5128f6b924a7cb88be68a
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.