Documentation ¶ Overview ¶ Package graffitiprovider provides graffiti for block proposals. Index ¶ type Service Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Service ¶ type Service interface { // Graffiti returns the graffiti for a given slot and validator. Graffiti(ctx context.Context, slot uint64, validatorIndex uint64) ([]byte, error) } Service is the graffiti provider service. Source Files ¶ View all Source files service.go Directories ¶ Show internal Expand all Path Synopsis dynamic static Click to show internal directories. Click to hide internal directories.