pub type MessageSourceId = u64;
Expand description

Message Source Id or msaId is the unique identifier for Message Source Accounts

Trait Implementations§

source§

impl From<DelegatorId> for MessageSourceId

source§

fn from(t: DelegatorId) -> MessageSourceId

Converts to this type from the input type.
source§

impl From<ProviderId> for MessageSourceId

source§

fn from(t: ProviderId) -> MessageSourceId

Converts to this type from the input type.