Skip to content

Commit 02dc7ae

Browse files
belopashdzhelezov
authored andcommitted
update hydradx typesBundle
1 parent cb70b15 commit 02dc7ae

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

hydraDX/typesBundle.json

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,22 @@
11
{
22
"spec": {
33
"hydra-dx": {
4+
"alias": {
5+
"tokens": {
6+
"AccountData": "OrmlAccountData"
7+
}
8+
},
49
"types": [
510
{
611
"minmax": [
712
0,
813
null
914
],
1015
"types": {
16+
"AssetPair": {
17+
"asset_in": "AssetId",
18+
"asset_out": "AssetId"
19+
},
1120
"Amount": "i128",
1221
"AmountOf": "Amount",
1322
"Address": "AccountId",

0 commit comments

Comments
 (0)