Takes several transactions with Signer fields (in object or blob form) and creates a
single transaction with all Signers that then gets signed and returned.
Returns
A single signed Transaction which has all Signers from transactions within it.
Throws
ValidationError if:
There were no transactions given to sign
The SigningPubKey field is not the empty string in any given transaction
Takes several transactions with Signer fields (in object or blob form) and creates a single transaction with all Signers that then gets signed and returned.
Returns
A single signed Transaction which has all Signers from transactions within it.
Throws
ValidationError if: