Staking
Add To Stake
pub fn add_to_stake(
origin: OriginFor<T>,
subnet_id: u32,
subnet_node_id: u32,
hotkey: T::AccountId,
stake_to_be_added: u128,
)Remove Stake
pub fn remove_stake(
origin: OriginFor<T>,
subnet_id: u32,
hotkey: T::AccountId,
stake_to_be_removed: u128
)Last updated