Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Check ¶ added in v0.7.0
type Check struct {
// contains filtered or unexported fields
}
Check instance.
type Options ¶
type Options struct { CacheSize int // size of the node's localstore in chunks GasPrice string PostageLabel string ReserveSize int Seed int64 }
Options represents gc check options
func NewDefaultOptions ¶ added in v0.7.0
func NewDefaultOptions() Options
NewDefaultOptions returns new default options
Click to show internal directories.
Click to hide internal directories.