Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ExtropyIO/SolanaBootcamp
/ Processor
Class
Processor
examples_baremetal/example6-pda/rust/src/processor.rs:6–6 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
4
use crate::instruction::Instruction;
5
6
pub struct Processor;
7
impl Processor {
8
pub fn process_program_call(
9
program_id: &Pubkey,
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected