Skip to content
This repository has been archived by the owner on Nov 3, 2024. It is now read-only.

v0.3.0

Latest
Compare
Choose a tag to compare
@DenisCarriere DenisCarriere released this 02 Dec 03:41
· 1 commit to main since this release
0a3e48e

What's Changed

Full Changelog: v0.2.9...v0.3.0

TABLE deposits

scope: {name} bount_id

params

  • {uint64_t} id - (primary key) deposit ID
  • {name} from - sender account (EOSN Login ID or EOS account)
  • {asset} quantity - token quantity
  • {time_point_sec} timestamp - timestamp
  • {checksum256} trx_id - transaction ID

example

{
    "id": 1,
    "from": "1111234.eosn",
    "quantity": "5.0000 USDT",
    "timestamp": "2023-12-01T00:00:00",
    "trx_id": "33916e02c5fdc40c7c7d08598a606e51bcd93fc0003316fd85a335eedf58d26b"
}