Expand description

Configuration trait of this pallet.

Implement this type for a runtime in order to customize this pallet.

Required Associated Types§

The type of fungible that is being used under the hood.

This is useful for testing and checking.

The account used to check assets being teleported.

A trusted location which we allow teleports from, and the asset we allow to teleport.

A trusted location where reserve assets are stored, and the asset we allow to be reserves.

Required Methods§

Give me a fungible asset that your asset transactor is going to accept.

Implementors§