Parallelization
PreviousVirtual machines - EVM, WASM, containers and much more!NextAbstractions - for account, storage and chain
Last updated
Was this helpful?
Last updated
Was this helpful?
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