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 d666996 commit 5a5f7e2Copy full SHA for 5a5f7e2
runtime/src/precompiles/solidity/staking.sol
@@ -53,5 +53,5 @@ interface IStaking {
53
* @param coldkey The coldkey public key (32 bytes).
54
* @return The current stake amount in uint64 format.
55
*/
56
- function getStake(bytes32 hotkey, bytes32 coldkey) external view returns (uint64);
+ function getStake(bytes32 hotkey, bytes32 coldkey, uint16 netuid) external view returns (uint64);
57
}
0 commit comments