Variable DEFAULT_PROGRAMSConst

DEFAULT_PROGRAMS: {
    associatedTokenProgram: PublicKey;
    clock: PublicKey;
    rent: PublicKey;
    systemProgram: PublicKey;
    tokenProgram: PublicKey;
} = ...

Type declaration

  • associatedTokenProgram: PublicKey
  • clock: PublicKey
  • rent: PublicKey
  • systemProgram: PublicKey
  • tokenProgram: PublicKey

Generated using TypeDoc