API reference
These reference blocks are authored manually for v1. Generated API documentation can come later when the SDK surface settles.
deriveMultisigPda
createSeedUint8ArrayParameterRequired
The 32-byte seed used to derive the stable multisig PDA.
multisigPublicKeyResponse
The program-derived address for the multisig account.
const [multisig, bump] = deriveMultisigPda(createSeed)submitVote
packetVotePacketParameterRequired
Canonical vote payload produced by the SDK.
signatureUint8ArrayParameterRequired
Scheme-specific signature bytes.
signaturestringResponse
The Solana transaction signature when submission succeeds.