package
Version:
v6.0.0
Opens a new window with list of versions in this module.
Published: Nov 18, 2024
License: Apache-2.0
Opens a new window with license information.
Imports: 1
Opens a new window with list of imports.
Imported by: 2
Opens a new window with list of known importers.
Documentation
¶
type EraMilliseconds struct {
Milliseconds big.Int `json:"milliseconds"`
}
type EraSeconds struct {
Seconds big.Int `json:"seconds"`
}
type EraStart struct {
Time EraSeconds `json:"time,omitempty"`
Slot big.Int `json:"slot,omitempty"`
Epoch big.Int `json:"epoch,omitempty"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.