package types type DIDLeaf struct { DID string ChainTipHash string } type CheckpointStateSnapshotV1 struct { Version uint8 `json:"v"` Sequence uint64 `json:"sequence"` CreatedAt string `json:"created_at"` Leaves []DIDLeaf `json:"leaves"` }