hyperledger / iroha

Iroha - A simple, enterprise-grade decentralized ledger
https://wiki.hyperledger.org/display/iroha
Apache License 2.0
432 stars 276 forks source link

Research transaction fees #1177

Open takemiyamakoto opened 3 years ago

takemiyamakoto commented 3 years ago

I think we can use triggers for this (e.g., post-execute triggers).

e-ivkov commented 2 years ago

In the Trigger RFC we discussed why using triggers for transaction fees might be difficult. And decided to keep it either as a WASM Plugin or just highly configurable at runtime system.