ink_primitives::types

Trait AccountIdGuard

source
pub trait AccountIdGuard { }
Expand description

todo remove A trait to enforce that a type should be an Environment::AccountId.

If you have an Environment which uses an Environment::AccountId type other than the ink! provided AccountId you will need to implement this trait for your Environment::AccountId concrete type.

Implementors§