Documentation ¶
Index ¶
Constants ¶
View Source
const ( ObserverMaxBlockNumber = 10000 ObserverPruneInterval = 10 * time.Second ObserverAlertInterval = 5 * time.Second DBDialectMysql = "mysql" DBDialectSqlite3 = "sqlite3" LocalPrivateKey = "local_private_key" AWSPrivateKey = "aws_private_key" )
Variables ¶
View Source
var ( ErrBlockNotFound = errors.New("block is not found") ErrFunctionNotFound = errors.New("attempting to unmarshall an empty string while arguments are expected") )
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.