Types of transactions
TX
Average address to address transaction
WVM_DEPLOY
Transaction with deployment WASM smart-contract to native Klyntar environment (to WASM virtual machine)
WVM_CALL
Transaction to call WASM vm smart-contract
EVM_CALL
Transaction with interaction with EVM. Might be address to address transaction or contract call
Last updated