This repository has been archived by the owner on Nov 3, 2024. It is now read-only.
What's Changed
- Feature/deposits by @DenisCarriere in #15
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"
}