pub fn freeze_investor<T: Config>(
    pool_id: T::PoolId,
    tranche_id: T::TrancheId,
    domain_address: DomainAddress
)
Expand description

Block a remote investor from performing investment tasks until lock is removed.

NOTE: Assumes the remote investor’s permissions have been updated to reflect frozenness 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::freeze_investor.