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 rootlocation
: Location used to resolve the agentrecipient
: Recipient of fundsamount
: 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
.