Type Alias poke_channel_deposits

poke_channel_deposits: TxDescriptor<{
    recipient: number;
    sender: number;
}>

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.