Overview
Build with the Squads v4 Typescript SDK
This section is made for developers wanting to integrate Squads Protocol into their own projects by interacting with v4.
It is structured as straightforward as possible with two sections, with the first being how to read data from the v4 program and the second being how to interact with it. In each section you will be able to find a detailed list of every account and instruction included in the Squads v4 SDK and Crate.
Program ID
The Squads V4 program is deployed on the Solana mainnet-beta cluster.
Interacting
Here are different ways to use the SDK:
multisig.instructions
: This will return selected instructions, to be processed and sent by your client.multisig.rpc
: This will build selected instructions, put it in a transaction, and send immediately.multisig.transactions
: This will create selected instructions, and return a VersionedTransaction with the instruction added.multisig.accounts
: Various account types within the Squads program, and utility methods for working with themmultisig.utils
: Provides helper functions for working with Squadsmultisig.types
: Various types related to Squads
Table of Contents
Here is a list of the different categories this section contains.
Reading data from Squads (Accounts)
Interact with the Squads program (Instructions)
Last updated