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