
The data structures defined by this contract.
- { "name": "feed", "base": "", "fields": [ { "name": "price_id", "type": "uint64" }, { "name": "price", "type": "uint64" } ] }
- { "name": "feedcoin", "base": "", "fields": [ { "name": "contract", "type": "name" }, { "name": "coin", "type": "symbol_code" }, { "name": "price", "type": "uint64" } ] }
- { "name": "st_feed", "base": "", "fields": [ { "name": "timestamp", "type": "uint32" }, { "name": "last_price", "type": "uint64" }, { "name": "acc_price", "type": "uint64" } ] }