You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

46 lines
650 B

  1. > echo hello
  2. -> code: OK
  3. -> data: hello
  4. -> data.hex: 0x68656C6C6F
  5. > info
  6. -> code: OK
  7. -> data: {"size":0}
  8. -> data.hex: 0x7B2273697A65223A307D
  9. > commit
  10. -> code: OK
  11. > deliver_tx "abc"
  12. -> code: OK
  13. > info
  14. -> code: OK
  15. -> data: {"size":1}
  16. -> data.hex: 0x7B2273697A65223A317D
  17. > commit
  18. -> code: OK
  19. -> data.hex: 0x49DFD15CCDACDEAE9728CB01FBB5E8688CA58B91
  20. > query "abc"
  21. -> code: OK
  22. -> log: exists
  23. -> height: 0
  24. -> value: abc
  25. -> value.hex: 616263
  26. > deliver_tx "def=xyz"
  27. -> code: OK
  28. > commit
  29. -> code: OK
  30. -> data.hex: 0x70102DB32280373FBF3F9F89DA2A20CE2CD62B0B
  31. > query "def"
  32. -> code: OK
  33. -> log: exists
  34. -> height: 0
  35. -> value: xyz
  36. -> value.hex: 78797A