Cashmere
  • 💡Getting Started
  • Reference
    • IDL Methods
      • Program Client
      • Create Transaction
      • Approve Transaction
      • Execute Transaction
Powered by GitBook
On this page
  1. Reference
  2. IDL Methods

Program Client

You can generate a program client from the on-chain Cashmere IDL with the following code:

const multisigProgram = await Program.at(multisigProgramId, provider);
PreviousIDL MethodsNextCreate Transaction

Last updated 3 years ago