Documentation
¶
Index ¶
- Constants
- func IsTopicBeaconAttestation(d string) bool
- func IsTopicBlobSidecar(d string) bool
- func IsTopicSyncCommittee(d string) bool
- func SubnetIdFromTopicBeaconAttestation(d string) (uint64, error)
- func TopicNameBeaconAttestation(d uint64) string
- func TopicNameBlobSidecar(d uint64) string
- func TopicNameSyncCommittee(d int) string
Constants ¶
View Source
const ( TopicNameBeaconBlock = "beacon_block" TopicNameBeaconAggregateAndProof = "beacon_aggregate_and_proof" TopicNameVoluntaryExit = "voluntary_exit" TopicNameProposerSlashing = "proposer_slashing" TopicNameAttesterSlashing = "attester_slashing" TopicNameBlsToExecutionChange = "bls_to_execution_change" TopicNameSyncCommitteeContributionAndProof = "sync_committee_contribution_and_proof" TopicNameLightClientFinalityUpdate = "light_client_finality_update" TopicNameLightClientOptimisticUpdate = "light_client_optimistic_update" TopicNamePrefixBlobSidecar = "blob_sidecar_%d" TopicNamePrefixBeaconAttestation = "beacon_attestation_%d" TopicNamePrefixSyncCommittee = "sync_committee_%d" )
Variables ¶
This section is empty.
Functions ¶
func IsTopicBlobSidecar ¶
func IsTopicSyncCommittee ¶
func TopicNameBlobSidecar ¶
func TopicNameSyncCommittee ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.