MCPcopy Create free account
hub / github.com/clockwork-xyz/clockwork / thread.rs

File thread.rs

programs/thread/src/state/thread.rs:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1use std::mem::size_of;
2
3use anchor_lang::{prelude::*, AnchorDeserialize, AnchorSerialize};
4use clockwork_utils::thread::{ClockData, SerializableInstruction, Trigger};

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected