pub type TransactInfoWithWeightLimit<T: Config> = StorageMap<_GeneratedPrefixForStorageTransactInfoWithWeightLimit<T>, Blake2_128Concat, Location, RemoteTransactInfoWithMaxWeight>;
Expand description

Stores the transact info of a Location. This defines how much extra weight we need to add when we want to transact in the destination chain and maximum amount of weight allowed by the destination chain

Storage type is [StorageMap] with key type Location and value type RemoteTransactInfoWithMaxWeight.

Aliased Type§

struct TransactInfoWithWeightLimit<T: Config>(/* private fields */);