pub trait Ics20Keeper: ChannelKeeper + BankKeeper<AccountId = Self::AccountId> {
    type AccountId;
}

Required Associated Types

Implementors