-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathoption_bind_airbloc.json
105 lines (105 loc) · 2.56 KB
/
option_bind_airbloc.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
{
"ABL": {
"Methods": {
"transfer": true,
"transferFrom": true,
"approve": true,
"mint": true,
"balanceOf": true
}
},
"MassTransfer": {
"Structs": {
"(address,uint256)": "types.TransferData",
"(address,uint256)[]": "[]types.TransferData"
},
"Methods": {
"transferMany": true,
"withdrawToken": true,
"withdrawAllToken": true,
"isOwner": true,
"renounceOwnership": true,
"transferOwnership": true
}
},
"Users": {
"Structs": {
"(address,address,uint8)": "types.User"
},
"Methods": {
"create": true,
"createTemporary": true,
"unlockTemporary": true,
"setController": true,
"get": true,
"getByIdentityHash": true,
"getId": true,
"getIdByIdentityHash": true,
"isTemporary": true,
"isControllerOf": true,
"exists": true
}
},
"AppRegistry": {
"Structs": {
"(string,address)": "types.App"
},
"Methods": {
"register": true,
"unregister": true,
"get": true,
"getId": true,
"exists": true,
"isOwner": true,
"transferAppOwner": true
}
},
"ControllerRegistry": {
"Methods": {
"register": true,
"unregister": true,
"isController": true
}
},
"Consents": {
"Structs": {
"(uint8,string,bool)": "types.ConsentData",
"(uint8,string,bool)[]": "[]types.ConsentData"
},
"Methods": {
"consent": true,
"consentMany": true,
"isAllowed": true,
"isAllowedAt": true
}
},
"DataTypeRegistry": {
"Structs": {
"(string,address,bytes32)": "types.DataType"
},
"Methods": {
"register": true,
"unregister": true,
"get": true,
"exists": true,
"isOwner": true
}
},
"Exchange": {
"Structs": {
"(string,address,bytes20[],uint256,uint256,(address,bytes4,bytes),uint8)": "types.Offer",
"(address,bytes4,bytes)": "types.Escrow"
},
"Methods": {
"prepare": true,
"addDataIds": true,
"order": true,
"cancel": true,
"settle": true,
"reject": true,
"offerExists": true,
"getOffer": true,
"getOfferMembers": true
}
}
}