Trait common::ReferrerAccountProvider
source · pub trait ReferrerAccountProvider<AccountId> {
// Required method
fn get_referrer_account(who: &AccountId) -> Option<AccountId>;
}
pub trait ReferrerAccountProvider<AccountId> {
// Required method
fn get_referrer_account(who: &AccountId) -> Option<AccountId>;
}