We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 14093cc commit af7a541Copy full SHA for af7a541
runtime/src/precompiles/solidity/staking.abi
@@ -17,30 +17,6 @@
17
"stateMutability": "payable",
18
"type": "function"
19
},
20
- {
21
- inputs: [
22
23
- internalType: "bytes32",
24
- name: "hotkey",
25
- type: "bytes32",
26
- },
27
28
29
- name: "coldkey",
30
31
32
- ],
33
- name: "getStake",
34
- outputs: [
35
36
- internalType: "uint64",
37
- name: "",
38
- type: "uint64",
39
40
41
- stateMutability: "view",
42
- type: "function",
43
44
{
45
"inputs": [
46
0 commit comments