Add more APIs for Transaction
XuyangSong opened this issue · 0 comments
XuyangSong commented
From Yulia's feedback, it would be beneficial to add more APIs for Transaction
init()
to create a transaction that is not signed. Then it can add, remove, and update partial transactions.
finalize()
is to sign the transaction if it's balanced and not signed yet.
build()
is to create and sign the tx simultaneously.