pub fn poke_channel_deposits<T: Config>(sender: Id, recipient: Id)
Expand description
Update the deposits held for an HRMP channel to the latest Configuration
. Channels
with system chains do not require a deposit.
Arguments:
sender
: A chain,ParaId
.recipient
: A chain,ParaId
.
Any signed origin can call this function.
§Warning: Doc-Only
This function is an automatically generated, and is doc-only, uncallable
stub. See the real version in
Pallet::poke_channel_deposits
.