
The highest tagged major version is
v2.
package
Version:
v1.36.3
Opens a new window with list of versions in this module.
Published: Jul 12, 2026
License: BSD-3-Clause
Opens a new window with license information.
Imports: 5
Opens a new window with list of imports.
Imported by: 7
Opens a new window with list of known importers.
Documentation
¶
type Allocation struct {
Address ids.ShortID `json:"address"`
Balance uint64 `json:"balance"`
}
type Genesis struct {
Timestamp int64 `json:"timestamp"`
Allocations []Allocation `json:"allocations"`
}
Marshal encodes the genesis as one native ZAP object.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.