Interface ListenProgramStatic<Self, Accounts, IDL>
Type Parameters
-
Self
-
Accounts extends Record<string, Account>
-
IDL extends Idl
Methods
buildProgram
- buildProgram(programId, provider?, coder?): ProgramMethods<IDL>
-
Parameters
-
programId: PublicKey
-
Optional
provider: default
-
Optional
coder: Coder<string, string>