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