You'd then have a gun psbt sign command to sing it and a gun psbt broadcast to check if it's finalized and try and broadcast it.
This is necessary to use gun as part of a traditional multisig setup where it isn't the initiating signer. i.e. where you just have a gun on a laptop and get PSBTs and sign them from there.
gun send
only allows single address sends but we should allow building arbitrary transactions.I'm not sure what the CLI api should be but something like:
This would output a PSBT.
You'd then have a
gun psbt sign
command to sing it and agun psbt broadcast
to check if it's finalized and try and broadcast it.This is necessary to use gun as part of a traditional multisig setup where it isn't the initiating signer. i.e. where you just have a
gun
on a laptop and get PSBTs and sign them from there.