{
"version": "eosio::abi/1.0",
"types": [
{
"new_type_name": "account_name",
"type": "name"
}
],
"structs": [
{
"name": "transfer",
"base": "",
"fields": [
{
"name": "from",
"type": "account_name"
},
{
"name": "to",
"type": "account_name"
},
{
"name": "quantity",
"type": "asset"
},
{
"name": "memo",
"type": "string"
}
]
},
{
"name": "create",
"base": "",
"fields": [
{
"name": "issuer",
"type": "account_name"
},
{
"name": "maximum_supply",
"type": "asset"
}
]
},
{
"name": "issue",
"base": "",
"fields": [
{
"name": "to",
"type": "account_name"
},
{
"name": "quantity",
"type": "asset"
},
{
"name": "memo",
"type": "string"
}
]
},
{
"name": "confirm",
"base": "",
"fields": [
{
"name": "from",
"type": "account_name"
},
{
"name": "to",
"type": "account_name"
},
{
"name": "key",
"type": "string"
},
{
"name": "executer",
"type": "account_name"
}
]
},
{
"name": "account",
"base": "",
"fields": [
{
"name": "balance",
"type": "asset"
}
]
},
{
"name": "currency_stats",
"base": "",
"fields": [
{
"name": "supply",
"type": "asset"
},
{
"name": "max_supply",
"type": "asset"
},
{
"name": "issuer",
"type": "account_name"
}
]
},
{
"name": "lockaccounts",
"base": "",
"fields": [
{
"name": "from",
"type": "account_name"
},
{
"name": "quantity",
"type": "int64"
},
{
"name": "memo",
"type": "string"
},
{
"name": "reverse",
"type": "int64"
},
{
"name": "lastupdate",
"type": "int64"
}
]
},
{
"name": "timelocks",
"base": "",
"fields": [
{
"name": "timeout",
"type": "int64"
},
{
"name": "quantity",
"type": "int64"
},
{
"name": "from",
"type": "int64"
}
]
},
{
"name": "hashlocks",
"base": "",
"fields": [
{
"name": "mix",
"type": "int64"
},
{
"name": "from",
"type": "account_name"
},
{
"name": "to",
"type": "account_name"
},
{
"name": "quantity",
"type": "int64"
},
{
"name": "hash",
"type": "checksum256"
},
{
"name": "timeout",
"type": "int64"
},
{
"name": "memo",
"type": "string"
}
]
},
{
"name": "hashlist",
"base": "",
"fields": [
{
"name": "timeout",
"type": "int64"
},
{
"name": "hash",
"type": "checksum256"
},
{
"name": "key",
"type": "string"
}
]
},
{
"name": "news",
"base": "",
"fields": [
{
"name": "to",
"type": "name"
},
{
"name": "msg",
"type": "string"
}
]
}
],
"actions": [
{
"name": "transfer",
"type": "transfer",
"ricardian_contract": ""
},
{
"name": "issue",
"type": "issue",
"ricardian_contract": ""
},
{
"name": "create",
"type": "create",
"ricardian_contract": ""
},
{
"name": "confirm",
"type": "confirm",
"ricardian_contract": ""
},
{
"name": "news",
"type": "news",
"ricardian_contract": ""
}
],
"tables": [
{
"name": "accounts",
"index_type": "i64",
"key_names": [
"currency"
],
"key_types": [
"uint64"
],
"type": "account"
},
{
"name": "stat",
"index_type": "i64",
"key_names": [
"currency"
],
"key_types": [
"uint64"
],
"type": "currency_stats"
},
{
"name": "timelockss",
"index_type": "i64",
"key_names": [
"timeout"
],
"key_types": [
"uint64"
],
"type": "timelocks"
},
{
"name": "lockss",
"index_type": "i64",
"key_names": [
"from"
],
"key_types": [
"uint64"
],
"type": "lockaccounts"
},
{
"name": "hashlockss",
"index_type": "i64",
"key_names": [
"mix"
],
"key_types": [
"uint64"
],
"type": "hashlocks"
},
{
"name": "depositss",
"index_type": "i64",
"key_names": [
"from"
],
"key_types": [
"uint64"
],
"type": "lockaccounts"
},
{
"name": "hashss",
"index_type": "i64",
"key_names": [
"timeout"
],
"key_types": [
"uint64"
],
"type": "hashlist"
}
],
"ricardian_clauses": [],
"error_messages": [],
"abi_extensions": [],
"variants": [],
"action_results": []
}