Parallelization
PreviousAbstractions - for account, storage and chainNextRWX - codeless smart contracts for real world usage
Last updated
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