MCPcopy Create free account
hub / github.com/clockwork-xyz/examples / Hello

Class Hello

hello_clockwork/programs/hello_clockwork/src/lib.rs:22–22  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

20#[derive(Accounts)]
21#[instruction(name: String)]
22pub struct Hello {}
23// Replace the above by this to enforce that the ix can only be run from a given thread
24// #[derive(Accounts)]
25// pub struct Hello<'info> {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected