referrerpolicy=no-referrer-when-downgrade
pub fn force_transfer_native_from_agent<T: Config>(
    location: Box<VersionedLocation>,
    recipient: H160,
    amount: u128,
)
Expand description

Sends a message to the Gateway contract to transfer ether from an agent to recipient.

Privileged. Can only be called by root.

Fee required: No

  • origin: Must be root
  • location: Location used to resolve the agent
  • recipient: Recipient of funds
  • amount: Amount to transfer

§Warning: Doc-Only

This function is an automatically generated, and is doc-only, uncallable stub. See the real version in Pallet::force_transfer_native_from_agent.