Documentation
¶
Overview ¶
Package predict contains routines for validating the sim models, by predicting the confirmation times of transactions and comparing with the observed confirmation times.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DB ¶
type DB interface { // The returned map must only contain those txids which were previously Put. GetTxs(txids []string) (map[string]Tx, error) PutTxs(txs map[string]Tx) error GetScores() (attained, exceeded []float64, err error) PutScores(attained, exceeded []float64) error Reconcile(txids []string) error Close() error }
Click to show internal directories.
Click to hide internal directories.