Search Quorum docs

Search pages and sections across all documentation sets.

SDK/APIManual

a step-by-step guide

API reference

Manual v1 API reference for Quorum SDK concepts.

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.

deriveMultisigPda
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.