package
Version:
v0.3.11
Opens a new window with list of versions in this module.
Published: Sep 22, 2021
License: Apache-2.0
Opens a new window with license information.
Imports: 4
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type LatestRecord struct {
Hash string `json:"hash"`
Height uint64 `json:"height"`
Time time.Time `json:"time"`
From string `json:"from"`
Nonce []byte `json:"nonce"`
}
type RunConfigParams struct {
Network string `json:"network"`
ChainID string `json:"chain_id"`
Duration string `json:"duration"`
Kind string `json:"kind"`
}
type RunError struct {
Contents error
Unrecoverable bool
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.