Function pallet_liquidity_pools::pallet::dispatchables::unfreeze_investor
source · pub fn unfreeze_investor<T: Config>(
pool_id: T::PoolId,
tranche_id: T::TrancheId,
domain_address: DomainAddress
)
Expand description
Unblock a previously locked remote investor from performing investment tasks.
NOTE: Assumes the remote investor’s permissions have been updated to reflect an unfrozen state beforehand.
Origin: Pool admin
§Warning: Doc-Only
This function is an automatically generated, and is doc-only, uncallable
stub. See the real version in
Pallet::unfreeze_investor
.