-
Notifications
You must be signed in to change notification settings - Fork 0
/
blueprint.json
51 lines (51 loc) · 1.11 KB
/
blueprint.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
{
"metadata": {
"name": "tangle-avs",
"description": "Tangle Avs",
"author": "Webb Tools",
"category": null,
"code_repository": "https://github.com/webb-tools/tangle-avs",
"logo": null,
"website": "https://tangle.tools",
"license": "Unlicense"
},
"jobs": [
{
"metadata": {
"name": "register_to_tangle",
"description": "Listens for a balance transfer into the specified account, after which it registers as\nan operator with the provided user information."
},
"params": [
{
"Struct": [
"Transfer",
[]
]
}
],
"result": [
"Uint64"
],
"verifier": "None"
}
],
"registration_hook": "None",
"registration_params": [],
"request_hook": "None",
"request_params": [],
"gadget": {
"Native": {
"sources": [
{
"fetcher": {
"Testing": {
"cargo_package": "tangle-avs",
"cargo_bin": "main",
"base_path": "/home/tjemmmic/webb/avs"
}
}
}
]
}
}
}