Documentation ¶
Overview ¶
Package vars contains the database variables such as dynamic table names
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( TableMigrations = tableBase + "_migrations" TableValidatorRegistration = tableBase + "_validator_registration" TableExecutionPayload = tableBase + "_execution_payload" TableBuilderBlockSubmission = tableBase + "_builder_block_submission" TableDeliveredPayload = tableBase + "_payload_delivered" TableBlockBuilder = tableBase + "_blockbuilder" TableBuilderDemotions = tableBase + "_builder_demotions" TableBlockedValidator = tableBase + "_blocked_validator" TableTooLateGetPayload = tableBase + "_too_late_get_payload" )
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.