@glideco/squads-encoder
v0.1.0
Published
Squads v4 multisig instruction encoders — propose, approve, execute, and config-action operations on Solana. Pure functions; on-chain submission injected by caller.
Downloads
109
Maintainers
Readme
@glideco/squads-encoder
Squads v4 multisig instruction encoders for Solana.
Pairs with @glideco/recovery (which covers Zodiac Delay + Squads
recovery-specific encoders); this package covers the operational
instructions: propose, approve, execute, and config-action.
import {
composeProposalCreateInstruction,
composeProposalApproveInstruction,
composeVaultTransactionExecuteInstruction,
composeConfigTransactionCreateInstruction,
} from '@glideco/squads-encoder';Each function returns an EncodedInstruction (programId + keys + data
bytes) that any Solana transaction builder can consume. On-chain
submission is the caller's responsibility.
License
MIT
