pub trait WeightInfo {
    fn lock_and_remote_issue() -> Weight;
    fn unlock_from_remote() -> Weight;
    fn set_secure_limited_period() -> Weight;
    fn set_security_limitation_ring_amount() -> Weight;
    fn set_remote_mapping_token_factory_account() -> Weight;
}
Expand description

Weight functions needed for to_parachain_backing.

Required Methods

Implementations on Foreign Types

Implementors