Parallel execution
Learn how to speed up your transaction in EVM / WASM
Last updated
Learn how to speed up your transaction in EVM / WASM
Last updated
Klyntar was created to implement best practices. That is why parallel transaction execution was implemented.
We have 4 types of transactions available below. Currently, parallel transaction execution is supported for:
TX
Default address to address coins transfer
WVM_DEPLOY
Contract deployment to WASM vm
WVM_CALL
Call smart-contract in WASM vm
EVM_CALL
Interaction with EVM
In the interface of explorer you can see the execution type of transaction. This is example of parallel transaction:
And this transaction is not parallel - it was executed in a sync way
See
See