Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MartinKavik/voting-solana-moonzoon
/ functions
Functions
125 in github.com/MartinKavik/voting-solana-moonzoon
⨍
Functions
125
◇
Types & classes
13
Function
page
(page_id: super::PageId)
app/frontend/src/app/view.rs:48
Function
page
()
app/frontend/src/add_voter_page/view.rs:4
Function
party
(party: Arc<super::Party>)
app/frontend/src/parties_page/view.rs:107
Function
process
( accounts: &[AccountInfo], program_id: &Pubkey, voter_pubkey: &Pubkey, voter_votes_bump_seed:
program/src/processor/add_voter.rs:17
Function
process
( accounts: &[AccountInfo], program_id: &Pubkey, positive: bool, voter_votes_bump_seed: u8, )
program/src/processor/vote.rs:17
Function
process
( accounts: &[AccountInfo], program_id: &Pubkey, party_name: String, party_bump_seed: u8, )
program/src/processor/add_party.rs:17
Function
process
(accounts: &[AccountInfo], _program_id: &Pubkey)
program/src/processor/init_voting.rs:12
Function
process_instruction
( program_id: &Pubkey, accounts: &[AccountInfo], instruction_data: &[u8], )
program/src/entrypoint.rs:7
Function
recent_blockhash
()
app/frontend/src/solana_helpers.rs:22
Function
root
()
app/frontend/src/app.rs:61
Function
root
()
app/frontend/src/app/view.rs:4
Method
serialized_size
()
program/src/state/voter_votes.rs:14
Method
serialized_size
()
program/src/state/voting_state.rs:13
Method
serialized_size
()
program/src/state/voter_voted.rs:12
Method
serialized_size
()
program/src/state/party.rs:18
Function
set_fee_payer_private_key
(private_key: String)
app/frontend/src/add_party_page.rs:58
Function
set_party_name
(name: String)
app/frontend/src/add_party_page.rs:62
Function
set_voter_private_key
(private_key: String)
app/frontend/src/parties_page.rs:115
Function
set_voter_pubkey
(pubkey: String)
app/frontend/src/add_voter_page.rs:64
Function
set_voting_owner_private_key
(private_key: String)
app/frontend/src/add_voter_page.rs:60
Method
take_into_cow_str
(&mut self)
app/frontend/src/theme.rs:29
Method
unpack
Unpacks a byte buffer into a [VotingInstruction](enum.VotingInstruction.html).
program/src/instruction.rs:72
Function
view
()
app/frontend/src/add_voter_page.rs:85
Function
view
()
app/frontend/src/add_party_page.rs:82
Function
vote
( voter_pubkey: &Pubkey, voting_state_pubkey: &Pubkey, party_pubkey: &Pubkey, positive: bool,
program/src/instruction.rs:155
← previous
101–125 of 125, ranked by callers