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

Class Question

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

Source from the content-addressed store, hash-verified

246
247#[account]
248pub struct Question {
249 pub question: String,
250 pub ans_counter: u8,
251 pub deadline: i64,
252 pub winner_idx: u8,
253 pub winner_selected: bool,
254}
255
256#[account]
257pub struct Answer {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected