Decoded SPL Multisig account (355 bytes).
const ms = decodeMultisig(rawBytes);console.log(`Threshold: ${ms.m} of ${ms.n}, Signers: ${ms.signers.length}`); Copy
const ms = decodeMultisig(rawBytes);console.log(`Threshold: ${ms.m} of ${ms.n}, Signers: ${ms.signers.length}`);
1.1.0
Whether the multisig is initialized.
Number of signers required (threshold).
Number of valid signers in the list.
List of valid signer public keys (up to 11).
Decoded SPL Multisig account (355 bytes).
Example
Since
1.1.0