leo42
leo42
I would also like to know about this.
Found it finnaly To extract your signatures : ` console.log(txb.data.inputs[0].partialSig[0].pubkey.toString('hex')) console.log(txb.data.inputs[0].partialSig[0].signature.toString('hex')) ` To import signatures: ` txb.data.inputs[0].partialSig.push({ pubkey: Buffer.from('0305cc4dceb1d8f8ef19f084cfbbc01fc60a91410c4d95617466183b098b781993', 'hex'), signature: Buffer.from('304402207dad5ee98ff738d627d17dd0b4021d45f370caca141a7cd71aacff429891c17d022009c276d1db69e920f6c4857f04cc203bb53f5488f1e121b6baa32b3f8498ead001', 'hex'), });` To extract the Transaction: `txb.toHex()` To...
> > In a MuSig wallet, the public keys need to be aggregated before generating the combined public key. The specific functions for combining public keys may depend on the...
> > > > In a MuSig wallet, the public keys need to be aggregated before generating the combined public key. The specific functions for combining public keys may depend...
> Thanks for the feedback. Can you change the entry in the mapping information file with the correct name, description, and website as well? And then we'll approve and merge...
Just here to throw my support on getting Testnet4 support.