Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/AlmostEfficient/full-stack-solana-dev
/ Counter
Class
Counter
counter/programs/counter/src/lib.rs:56–59 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
54
#[account]
55
#[derive(InitSpace)]
56
pub struct Counter {
57
pub count: u64, // 8 bytes
58
pub bump: u8, // 1 byte
59
}
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected