MCPcopy 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

4use crate::instruction::Instruction;
5
6pub struct Processor;
7impl 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