referrerpolicy=no-referrer-when-downgrade

Type Alias snowbridge_pallet_system::PricingParametersOf

source ·
pub type PricingParametersOf<T> = PricingParameters<BalanceOf<T>>;

Aliased Type§

struct PricingParametersOf<T> {
    pub exchange_rate: FixedU128,
    pub rewards: Rewards<<<T as Config>::Token as Inspect<<T as Config>::AccountId>>::Balance>,
    pub fee_per_gas: U256,
    pub multiplier: FixedU128,
}

Fields§

§exchange_rate: FixedU128

ETH/DOT exchange rate

§rewards: Rewards<<<T as Config>::Token as Inspect<<T as Config>::AccountId>>::Balance>

Relayer rewards

§fee_per_gas: U256

Ether (wei) fee per gas unit

§multiplier: FixedU128

Fee multiplier