I have a transaction that requires permission from two users. How to use wax js to sign it with the keys that the user has?
Anchor does this, and wax js returns an error: Error: transaction declares authority '{"actor":"userTwo","permission":"active"}', but does not have signatures for it.
I have a transaction that requires permission from two users. How to use wax js to sign it with the keys that the user has? Anchor does this, and wax js returns an error:
Error: transaction declares authority '{"actor":"userTwo","permission":"active"}', but does not have signatures for it
.