MCPcopy Create free account
hub / github.com/ChorusOne/solido / ProgramAddresses

Interface ProgramAddresses

js/src/types.ts:8–12  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6 * Program addresses for the program deployment
7 */
8export interface ProgramAddresses {
9 solidoProgramId: PublicKey;
10 solidoInstanceId: PublicKey;
11 stSolMintAddress: PublicKey;
12}
13
14/**
15 * Balance of SOL account

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected