-
Notifications
You must be signed in to change notification settings - Fork 332
Expand file tree
/
Copy pathmeta.json
More file actions
91 lines (91 loc) · 2 KB
/
Copy pathmeta.json
File metadata and controls
91 lines (91 loc) · 2 KB
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
{
"title": "Transactions",
"pages": [
"index",
"---AdminUtils---",
"set-hyperparameter",
"set-mechanism-count",
"set-subnet-emission-enabled",
"trim-subnet",
"---Balances---",
"fund-evm-key",
"transfer",
"transfer-all",
"---Crowdloan---",
"contribute-crowdloan",
"create-crowdloan",
"dissolve-crowdloan",
"finalize-crowdloan",
"refund-crowdloan",
"set-crowdloan-max-contribution",
"update-crowdloan-cap",
"update-crowdloan-end",
"update-crowdloan-min-contribution",
"withdraw-crowdloan",
"---EVM---",
"evm-withdraw",
"---Multisig---",
"multisig-approve",
"multisig-cancel",
"multisig-execute",
"multisig-threshold-1",
"---Proxy---",
"add-proxy",
"create-pure-proxy",
"execute-proxy-announced",
"kill-pure-proxy",
"remove-proxies",
"remove-proxy",
"---SubtensorModule---",
"add-collateral",
"add-stake",
"add-stake-limit",
"announce-coldkey-swap",
"associate-evm-key",
"associate-hotkey",
"burned-register",
"claim-root",
"claim-root-with-hotkey",
"clear-coldkey-swap-announcement",
"commit-weights",
"decrease-take",
"dispute-coldkey-swap",
"increase-take",
"lock-stake",
"move-lock",
"move-stake",
"register-leased-network",
"register-subnet",
"remove-stake",
"remove-stake-limit",
"reset-axon",
"reveal-weights",
"root-register",
"serve-axon",
"serve-axon-tls",
"serve-prometheus",
"set-auto-stake",
"set-childkey-take",
"set-children",
"set-identity",
"set-min-collateral",
"set-perpetual-lock",
"set-root-claim-threshold",
"set-root-weights",
"set-subnet-identity",
"set-take",
"set-weights",
"stake-burn",
"start-call",
"swap-coldkey-announced",
"swap-hotkey",
"swap-stake",
"terminate-lease",
"transfer-stake",
"unstake-all",
"unstake-all-alpha",
"update-symbol",
"---Utility---",
"batch"
]
}