pub fn transfer_tranche_tokens<T: Config>(
pool_id: T::PoolId,
tranche_id: T::TrancheId,
domain_address: DomainAddress,
amount: T::Balance
)
Expand description
Transfer tranche tokens to a given address.
NOTE: Assumes OutboundQueue
to check whether destination is local.
NOTE: The transferring account is not kept alive as we allow its death.
§Warning: Doc-Only
This function is an automatically generated, and is doc-only, uncallable
stub. See the real version in
Pallet::transfer_tranche_tokens
.