Generates a multisig account from the passed public keys array and multisig metadata, and stores all of this in the wallet.
Response to POST /v1/multisig/import
POST /v1/multisig/import
const response = await fetch('https://algo.nownodes.io/v1/multisig/import', { method: 'POST', headers: { "Content-Type": "application/json" }, body: JSON.stringify({}), }); const data = await response.json();
{ "address": "text", "error": false, "message": "text" }