Useful advices & FAQ
Last updated
Last updated
TxID is a unique identifier of transaction. For our native tx format the tx id is a
BLAKE3 hash of transaction signature - 256 bit in length, hex-encoded
Code snippet:
See also
See:
πKLY-WVM - deploy and interact with the smart-contract to WASM vmSometimes it may happen that you will see a red Failed status next to your transaction. Like this:
To find out the reason - click VIEW RAW DETAILS. From here it will be possible to check why your transaction failed:
Remember that Klyntar has a sharded structure, so the full ID of your account should also have prefix with shard.
For example: you have account `
`To find it on shard 0, try to search for:
In general - to find account on shard_x
- just use template:
See