{
"version": "eosio::abi/1.1",
"types": [],
"structs": [
{
"name": "account",
"base": "",
"fields": [
{
"name": "key",
"type": "uint64"
},
{
"name": "publickey",
"type": "public_key"
},
{
"name": "balance",
"type": "asset"
},
{
"name": "last_nonce",
"type": "uint64"
}
]
},
{
"name": "create",
"base": "",
"fields": [
{
"name": "token_contract",
"type": "name"
},
{
"name": "ticker",
"type": "symbol"
}
]
},
{
"name": "currstats",
"base": "",
"fields": [
{
"name": "chain_id",
"type": "uint64"
},
{
"name": "supply",
"type": "asset"
},
{
"name": "token_contract",
"type": "name"
},
{
"name": "symbol",
"type": "symbol"
}
]
},
{
"name": "transfer",
"base": "",
"fields": [
{
"name": "chain_id",
"type": "uint64"
},
{
"name": "relayer_account",
"type": "name"
},
{
"name": "relayer",
"type": "public_key"
},
{
"name": "from",
"type": "public_key"
},
{
"name": "to",
"type": "public_key"
},
{
"name": "amount",
"type": "asset"
},
{
"name": "fee",
"type": "asset"
},
{
"name": "nonce",
"type": "uint64"
},
{
"name": "memo",
"type": "string"
},
{
"name": "sig",
"type": "signature"
},
{
"name": "metadata",
"type": "string"
}
]
}
],
"actions": [
{
"name": "create",
"type": "create",
"ricardian_contract": ""
},
{
"name": "transfer",
"type": "transfer",
"ricardian_contract": ""
}
],
"tables": [
{
"name": "accounts",
"index_type": "i64",
"key_names": [],
"key_types": [],
"type": "account"
},
{
"name": "stats",
"index_type": "i64",
"key_names": [],
"key_types": [],
"type": "currstats"
}
],
"ricardian_clauses": [],
"error_messages": [],
"abi_extensions": [],
"variants": [],
"action_results": []
}