2026-08-10 23:53:11 +08:00
|
|
|
// Package contracts embeds the frozen event contract used by Bell.
|
|
|
|
|
package contracts
|
|
|
|
|
|
|
|
|
|
import _ "embed"
|
|
|
|
|
|
|
|
|
|
// EventV01Schema is byte-identical to docs/raw/contracts/event-v0.1.schema.json.
|
|
|
|
|
//
|
|
|
|
|
//go:embed event-v0.1.schema.json
|
|
|
|
|
var EventV01Schema []byte
|