Subnet Staking
Main logic for subnet node staking
Increase Stake
Parameters
subnet_id: The key of the subnet.
stake_to_be_added: The balance to add to stake towards a specific subnet.
Remove Stake
Parameters
subnet_id: The key of the subnet.
stake_to_be_removed: The balance to remove from stake towards a specific subnet.
Last updated