github.com/number571/tendermint@v0.34.11-gost/abci/tests/test_cli/ex2.abci.out (about)

     1  > check_tx 0x00
     2  -> code: OK
     3  
     4  > check_tx 0xff
     5  -> code: OK
     6  
     7  > deliver_tx 0x00
     8  -> code: OK
     9  
    10  > check_tx 0x00
    11  -> code: OK
    12  
    13  > deliver_tx 0x01
    14  -> code: OK
    15  
    16  > deliver_tx 0x04
    17  -> code: OK
    18  
    19  > info 
    20  -> code: OK
    21  -> data: {"hashes":0,"txs":3}
    22  -> data.hex: 0x7B22686173686573223A302C22747873223A337D
    23