MCPcopy Create free account
hub / github.com/MeteoraAg/cpi-examples / assert_eq_admin

Function assert_eq_admin

programs/cpi-example/src/lib.rs:16–18  ·  view source on GitHub ↗
(_key: Pubkey)

Source from the content-addressed store, hash-verified

14use crate::dynamic_amm_swap::*;
15
16fn assert_eq_admin(_key: Pubkey) -> bool {
17 true
18}
19
20declare_id!("4JTNRRQpgLusbEhGnzTuE9kgPgMLXQX1wqBzU52GduqH");
21

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected