For the complete documentation index, see llms.txt. This page is also available as Markdown.

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);

Last updated