Trait common::OnPoolCreated
source · pub trait OnPoolCreated {
type AccountId;
type DEXId;
// Required method
fn on_pool_created(
fee_account: Self::AccountId,
dex_id: Self::DEXId,
pool_account: Self::AccountId
) -> DispatchResult;
}