MCPcopy Create free account

hub / github.com/MartinKavik/voting-solana-moonzoon / functions

Functions125 in github.com/MartinKavik/voting-solana-moonzoon

Functionpage
(page_id: super::PageId)
app/frontend/src/app/view.rs:48
Functionpage
()
app/frontend/src/add_voter_page/view.rs:4
Functionparty
(party: Arc<super::Party>)
app/frontend/src/parties_page/view.rs:107
Functionprocess
( accounts: &[AccountInfo], program_id: &Pubkey, voter_pubkey: &Pubkey, voter_votes_bump_seed:
program/src/processor/add_voter.rs:17
Functionprocess
( accounts: &[AccountInfo], program_id: &Pubkey, positive: bool, voter_votes_bump_seed: u8, )
program/src/processor/vote.rs:17
Functionprocess
( accounts: &[AccountInfo], program_id: &Pubkey, party_name: String, party_bump_seed: u8, )
program/src/processor/add_party.rs:17
Functionprocess
(accounts: &[AccountInfo], _program_id: &Pubkey)
program/src/processor/init_voting.rs:12
Functionprocess_instruction
( program_id: &Pubkey, accounts: &[AccountInfo], instruction_data: &[u8], )
program/src/entrypoint.rs:7
Functionrecent_blockhash
()
app/frontend/src/solana_helpers.rs:22
Functionroot
()
app/frontend/src/app.rs:61
Functionroot
()
app/frontend/src/app/view.rs:4
Methodserialized_size
()
program/src/state/voter_votes.rs:14
Methodserialized_size
()
program/src/state/voting_state.rs:13
Methodserialized_size
()
program/src/state/voter_voted.rs:12
Methodserialized_size
()
program/src/state/party.rs:18
Functionset_fee_payer_private_key
(private_key: String)
app/frontend/src/add_party_page.rs:58
Functionset_party_name
(name: String)
app/frontend/src/add_party_page.rs:62
Functionset_voter_private_key
(private_key: String)
app/frontend/src/parties_page.rs:115
Functionset_voter_pubkey
(pubkey: String)
app/frontend/src/add_voter_page.rs:64
Functionset_voting_owner_private_key
(private_key: String)
app/frontend/src/add_voter_page.rs:60
Methodtake_into_cow_str
(&mut self)
app/frontend/src/theme.rs:29
Methodunpack
Unpacks a byte buffer into a [VotingInstruction](enum.VotingInstruction.html).
program/src/instruction.rs:72
Functionview
()
app/frontend/src/add_voter_page.rs:85
Functionview
()
app/frontend/src/add_party_page.rs:82
Functionvote
( voter_pubkey: &Pubkey, voting_state_pubkey: &Pubkey, party_pubkey: &Pubkey, positive: bool,
program/src/instruction.rs:155
← previous101–125 of 125, ranked by callers