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

Function getExternalAccounts

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

Source from the content-addressed store, hash-verified

117}
118
119function getExternalAccounts() {
120 const binaryDir = getExternalProgramOutputDir();
121 return getExternalAccountAddresses().map((address) => ({
122 account: address,
123 deployPath: path.join(binaryDir, `${address}.json`),
124 }));
125}

Callers 1

Calls 2

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…