Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( Welcome = true ErrIterator = IteratorError(errors.New("iteration error")) )
Functions ¶
func BatchAppend ¶ added in v0.7.0
BatchAppend appends rows to batch b.
func SetBatchSize ¶ added in v0.16.1
func SetBatchSize(size int)
Types ¶
type Config ¶ added in v0.3.0
type Config struct {
BlockCacheSize string // size of block cache
BlockheaderCacheSize string // size of block header cache
Home string // home directory
Network string // network e.g. "testnet3", "mainnet" etc
// contains filtered or unexported fields
}
func (*Config) SetNoninteractive ¶ added in v0.16.1
type IteratorError ¶
type IteratorError error
Click to show internal directories.
Click to hide internal directories.