Expand description

A base trait for all individual pallets

Required Associated Types§

The XCM configurations.

These might affect the execution of XCM messages, such as defining how the TransactAsset is implemented.

A converter between a multi-location to a sovereign account.

Required Methods§

Does any necessary setup to create a valid destination for XCM messages. Returns that destination’s multi-location to be used in benchmarks.

Worst case scenario for a holding account in this runtime.

Implementors§