Gas Limit

+1 vote
Is there a parameter that allows me to control the amount of resource that a transaction or stream of data can exhaust, something similar to the block gas limit in Ethereum?
asked Mar 6, 2019 by anonymous

1 Answer

0 votes
Gas in Ethereum is based on calculation complexity, and there is no direct equivalent of this in MultiChain, since most MultiChain transactions do not perform these sorts of general purpose calculations.

You can however define fees in your blockchain based on transaction size, and also size of references off-chain data if you're using off-chain stream items. Please see the 'Native blockchain currency' parameters here:

https://www.multichain.com/developers/blockchain-parameters/
answered Mar 8, 2019 by MultiChain
...