Functions§
- build_
xcm_ send_ authorize_ upgrade_ call - Builds a
pallet_xcm::sendcall to authorize an upgrade at the provided location, wrapped in an unpaid XCMTransactwithOriginKind::Superuser. - call_
hash_ of - Encodes a runtime call and returns its H256 hash
- dispatch_
whitelisted_ call_ with_ preimage - Wraps a runtime call in a whitelist preimage call and dispatches it
- fee_
asset - Helper method to get the fee asset used in multiple assets transfer
- find_
all_ mq_ processed_ ids - Helper method to find all
Event::ProcessedIDs from the chain’s events. - find_
mq_ processed_ id - Helper method to find the ID of the first
Event::Processedevent in the chain’s events. - find_
xcm_ sent_ message_ id - Helper method to find the message ID of the first
Event::Sentevent in the chain’s events. - get_
amount_ from_ versioned_ assets - non_
fee_ asset - Helper method to get the non-fee asset used in multiple assets transfer
- xcm_
transact_ paid_ execution - Helper method to build a XCM with a
Transactinstruction and paying for its execution - xcm_
transact_ unpaid_ execution - Helper method to build a XCM with a
Transactinstruction without paying for its execution