MCPcopy Create free account
hub / github.com/ExtropyIO/SolanaBootcamp / Answer

Class Answer

examples_anchor/programs/example3-consortium/src/lib.rs:257–260  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

255
256#[account]
257pub struct Answer {
258 pub text: String,
259 pub votes: u32,
260}
261

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected