Signs a transaction using the provided signer, calculating total energy cost and creating a _finalized transaction.
This is the same as doing Transaction.finalize(await Transaction.sign(transaction))
Transaction.finalize(await Transaction.sign(transaction))
a promise resolving to the signed transaction
if too many signatures are included in the transaction
the unsigned transaction to sign
the account signer containing keys and signature logic
Generated using TypeDoc
Signs a transaction using the provided signer, calculating total energy cost and creating a _finalized transaction.
This is the same as doing
Transaction.finalize(await Transaction.sign(transaction))Returns
a promise resolving to the signed transaction
Throws
if too many signatures are included in the transaction