Documentation
¶
Index ¶
- func Check(err error, out io.Writer, msg string, args ...interface{}) bool
- func LoadSSZ(path string, dst interface{}, ssz types.SSZ) error
- func LoadSSZInput(r io.Reader, dst interface{}, ssz types.SSZ) error
- func LoadSSZInputPath(cmd *cobra.Command, inPath string, stdInFallback bool, dst interface{}, ...) error
- func LoadStateInput(r io.Reader) (*beacon.BeaconState, error)
- func LoadStateInputPath(cmd *cobra.Command, inPath string, stdInFallback bool) (*beacon.BeaconState, error)
- func LoadStateViewInputFlag(cmd *cobra.Command, inputKey string, stdInFallback bool) (*beacon.BeaconStateView, error)
- func LoadStateViewInputPath(cmd *cobra.Command, inPath string, stdInFallback bool) (*beacon.BeaconStateView, error)
- func Report(out io.Writer, msg string, args ...interface{})
- func WriteStateOutputFile(cmd *cobra.Command, outPath string, state *beacon.BeaconState) (err error)
- func WriteStateViewOutput(cmd *cobra.Command, outKey string, state *beacon.BeaconStateView) error
- func WriteStateViewOutputFile(cmd *cobra.Command, outPath string, state *beacon.BeaconStateView) (err error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func LoadSSZInput ¶ added in v0.0.2
func LoadSSZInputPath ¶
func LoadStateInput ¶
func LoadStateInput(r io.Reader) (*beacon.BeaconState, error)
func LoadStateInputPath ¶
func LoadStateViewInputFlag ¶ added in v0.0.29
func LoadStateViewInputPath ¶ added in v0.0.29
func WriteStateOutputFile ¶ added in v0.0.20
func WriteStateViewOutput ¶ added in v0.0.29
func WriteStateViewOutputFile ¶ added in v0.0.29
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.