Open eanzhao opened 1 month ago
sendMultiTransaction What is MultiTransaction,Why not TransactionCollection?
sendMultiTransaction What is MultiTransaction,Why not TransactionCollection?
Compared to a collection of transactions, this structure is more like aggregating multiple transactions of the same person into one transaction, which only requires one signature; If it is called a TransactionCollection, each transaction seems to have an independent signature.
Expected Behavior
AElf node will have the ability to handle MultiTransaction message, extract transactions of own chain id, then process these transactions.
Features:
MultiTransaction
sendMultiTransaction
Development Tasks:
MultiTransaction
typesendMultiTransaction
web api