Documentation
¶
Index ¶
Constants ¶
View Source
const DEFAULT_BLOCK_RANGE = 10_000
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Squasher ¶
type Squasher struct {
// contains filtered or unexported fields
}
func NewSquasher ¶
func NewSquasher(config *SquasherConfig) *Squasher
type SquasherConfig ¶
type SquasherConfig struct {
Modules []string `json:"modules"`
}
func NewSquasherConfig ¶
func NewSquasherConfig(modules ...string) *SquasherConfig
type SquasherMetadata ¶
Click to show internal directories.
Click to hide internal directories.