MCPcopy Create free account
hub / github.com/Bonfida/dex-v4 / Processor

Class Processor

program/src/processor.rs:54–54  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

52pub mod update_royalties;
53
54pub struct Processor {}
55
56// We add an offset larger than 1 to keep the instruction's internal arguments aligned
57pub(crate) const INSTRUCTION_TAG_OFFSET: usize = 8;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected