IPFS Log Format

signature : signature by the person executing the transaction as described below

payload : hexadecimal version of the body

body : transaction content (plain text), not including the trader information for reasons described below.

Example of Log

{
    "signature":
        "d1512210eb340959254d78d25496f7b3b4bca40ad29a249fd2fd659fbeb40fab",
    "payload":
        "7b226964223a312c2263757272656e63795f616d6f756e74223a2231353230303030303030303030303030303030303030222c2274726164696e675f666565223a22333830303030303030303030303030303030303030222c227472616e73616374696f6e5f666565223a22313030303030303030303030303030303030303030222c22637265617465645f6174223a22323031392d30332d30375431353a34383a30342e3030302b30393a3030222c226865726f5f6964223a31342c22726f756e64223a317d",
    "body": "{\"id\":5776,\"direction\":2,\"currency_amount\":\"1061320717393474984347\",\"card_amount\":\"3557000000000000000000\",\"created_at\":\"2019-06-23T00:14:49.000+09:00\",\"trading_fee\":\"67743875578306913893\",\"hero_id\":20,\"new_price\":\"310080414140445248\",\"team_trading_fee\":\"50807906683730185420\",\"hero_trading_fee\":\"16935968894576728473\"}"
}

Last updated