mirror of
https://github.com/nspcc-dev/neo-go.git
synced 2024-11-22 09:29:38 +00:00
docs: update vm loadhex example
Update example for Neo Legacy VM to N3. Close #3588 Signed-off-by: Ekaterina Pavlova <ekt@morphbits.io>
This commit is contained in:
parent
e1d5ac8557
commit
0ae098bea2
1 changed files with 5 additions and 5 deletions
10
docs/vm.md
10
docs/vm.md
|
@ -105,13 +105,13 @@ READY: loaded 36 instructions
|
||||||
To make it even more complete, you can directly load hex or base64 strings into the VM:
|
To make it even more complete, you can directly load hex or base64 strings into the VM:
|
||||||
|
|
||||||
```
|
```
|
||||||
NEO-GO-VM > loadhex 54c56b006c766b00527ac46c766b00c391640b006203005a616c756662030000616c7566
|
NEO-GO-VM > loadhex 0c0c48656c6c6f20776f726c6421
|
||||||
READY: loaded 36 instructions
|
READY: loaded 14 instructions
|
||||||
NEO-GO-VM > run
|
NEO-GO-VM 0 > run
|
||||||
[
|
[
|
||||||
{
|
{
|
||||||
"value": 10,
|
"type": "ByteString",
|
||||||
"type": "BigInteger"
|
"value": "SGVsbG8gd29ybGQh"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue