Update Swap Queue
Swap queues that are initiated by
pub fn update_swap_queue(
origin: OriginFor<T>,
id: u32,
new_call: QueuedSwapCall<T::AccountId>,
)Parameters:
pub enum QueuedSwapCall<AccountId> { SwapToSubnetDelegateStake { account_id: AccountId, to_subnet_id: u32, balance: u128, }, SwapToNodeDelegateStake { account_id: AccountId, to_subnet_id: u32, to_subnet_node_id: u32, balance: u128, }, }
Last updated