Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Preset ¶
type Preset struct {
ChainID string
BlockTime time.Duration // Average block time (affects polling interval)
ReorgSafe uint64 // Recommended safety confirmations
BatchSize uint64 // Recommended scan batch size
Endpoint string // (Optional) Default public RPC
}
Preset defines the default behavior parameters for a chain
Click to show internal directories.
Click to hide internal directories.