pub type Dest = Account<MultiAddress<AccountId32, ()>>;

Aliased Type§

enum Dest {
    Normal(MultiAddress<AccountId32, ()>),
    Oneshot(MultiAddress<AccountId32, ()>),
}

Variants§

§

Normal(MultiAddress<AccountId32, ()>)

§

Oneshot(MultiAddress<AccountId32, ()>)