@fioprotocol/fiojs
Version:
FioJS is a Utility SDK for packing, signing and encryption functionality for the FIO blockchain. It is used by the FIO TypeScript SDK
33 lines (32 loc) • 1.18 kB
JSON
{
"version": "eosio::abi/1.0",
"types": [],
"structs": [{
"name": "new_funds_content",
"base": "",
"fields": [
{"name": "payee_public_address", "type": "string"},
{"name": "amount", "type": "string"},
{"name": "chain_code", "type": "string"},
{"name": "token_code", "type": "string"},
{"name": "memo", "type": "string?"},
{"name": "hash", "type": "string?"},
{"name": "offline_url", "type": "string?"}
]
}, {
"name": "record_obt_data_content",
"base": "",
"fields": [
{"name": "payer_public_address", "type": "string"},
{"name": "payee_public_address", "type": "string"},
{"name": "amount", "type": "string"},
{"name": "chain_code", "type": "string"},
{"name": "token_code", "type": "string"},
{"name": "status", "type": "string"},
{"name": "obt_id", "type": "string"},
{"name": "memo", "type": "string?"},
{"name": "hash", "type": "string?"},
{"name": "offline_url", "type": "string?"}
]
}]
}