MCPcopy Create free account
hub / github.com/solana-program/system / getExternalPrograms

Function getExternalPrograms

scripts/start-validator.mjs:111–117  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

109}
110
111function getExternalPrograms() {
112 const binaryDir = getExternalProgramOutputDir();
113 return getExternalProgramAddresses().map((address) => ({
114 programId: address,
115 deployPath: path.join(binaryDir, `${address}.so`),
116 }));
117}
118
119function getExternalAccounts() {
120 const binaryDir = getExternalProgramOutputDir();

Callers 1

Calls 2

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…