Author Topic: Bitsuperlab Transaction list question  (Read 1441 times)

0 Members and 1 Guest are viewing this topic.

Offline alt

  • Hero Member
  • *****
  • Posts: 2821
    • View Profile
  • BitShares: baozi
 :P
for now, just  support 3 transaction types: register account, transfer, register asset
I will try to support  transaction about marketing soon.

Offline bytemaster

That is a cancel order.  Subtracting balance from ask. 


Sent from my iPhone using Tapatalk
For the latest updates checkout my blog: http://bytemaster.bitshares.org
Anything said on these forums does not constitute an intent to create a legal obligation or contract between myself and anyone else.   These are merely my opinions and I reserve the right to change them at any time.

Offline xeroc

  • Board Moderator
  • Hero Member
  • *****
  • Posts: 12922
  • ChainSquad GmbH
    • View Profile
    • ChainSquad GmbH
  • BitShares: xeroc
  • GitHub: xeroc
Code: [Select]
[[
    "545ce0090855e277de0f1e05ada1a46f3d27cc04",{
      "trx": {
        "expiration": "20140823T225641",
        "delegate_slate_id": null,
        "operations": [{
            "type": "ask_op_type",
            "data": {
              "amount": -3999000,
              "ask_index": {
                "order_price": {
                  "ratio": "0.05",
                  "quote_asset_id": 14,
                  "base_asset_id": 0
                },
                "owner": "BTSX3k2EAJtsvJcvGb4MdCe2uudUqRvTBiYGq"
              }
            }
          },{
            "type": "deposit_op_type",
            "data": {
              "amount": 3949000,
              "condition": {
                "asset_id": 0,
                "delegate_slate_id": 0,
                "type": "withdraw_signature_type",
                "data": {
                  "owner": "BTSX3k2EAJtsvJcvGb4MdCe2uudUqRvTBiYGq",
                  "memo": null
                }
              }
            }
          }
        ],
        "signatures": [
          "1fe91052741af9626bf160882f529adc18894dbfe878c0872202a8604786ebdef2aaacfe12f3fed65e9b96376991ca70b6d935d8ce9f379d1486a530196a8715d7"
        ]
      },
      "signed_keys": [ 
        "BTSXALceNDbwRtkwzcfdCHsGLndbbYoGxcGhT",
        "BTSX3k2EAJtsvJcvGb4MdCe2uudUqRvTBiYGq",
        "BTSX9V8RhCXmb7jK4UFFBRdTdRYfGxAThgZv6",
        "BTSXJaz61CuCNFQTN25r4RT7gJ5rjMxFkHDTA",
        "BTSX9ZWQ2eTqkpxBVmcLNTWxDYdVCKfWZrhWH"
      ],
      "validation_error": null,
      "required_deposits": [],
      "provided_deposits": [[
          "BTSX44HATDf52n3iopY41kcK8kaEH6CvLtPVb",{
            "amount": 3949000,
            "asset_id": 0
          }
        ]
      ],
      "deposits": [[
          0,{
            "amount": 3949000,
            "asset_id": 0
          }
        ]
      ],
      "withdraws": [[
          0,{
            "amount": 3999000,
            "asset_id": 0
          }
        ]
      ],
      "balance": [[
          0,
          50000
        ]
      ],
      "net_delegate_votes": [],
      "chain_location": {
        "block_num": 299632,
        "trx_num": 0
      }
    }
  ]
]

To me .. withdraws and deposits look fine ..

Ah: This Transaction is an ASK in a market
Code: [Select]
            "type": "ask_op_type",

I guess thats the reson for this 'wired' transaction .. maybe your transaction
parser on the site does not know about that op_type yet?


I cannot (yet) interpret those numbers either ...
maybe BM can enlighten us

Offline emski

  • Hero Member
  • *****
  • Posts: 1282
    • View Profile
    • http://lnkd.in/nPbhxG
Why do we have negative transaction fees?
Why do we have transaction fees without transferred amount?
I've seen some transactions with fees >1000 and no amount transferred.