[][src]Enum pallet_plasm_lockdrop::RawEvent

pub enum RawEvent<AccountId, AuthorityId, DollarRate, Balance> {
    ClaimRequest(ClaimId),
    ClaimResponse(ClaimId, AuthorityId, bool),
    ClaimComplete(ClaimId, AccountId, Balance),
    NewDollarRate(DollarRate, DollarRate),
    NewAuthorities(Vec<AuthorityId>),
}

Events for this module.

Variants

ClaimRequest(ClaimId)

Lockdrop token claims requested by user

ClaimResponse(ClaimId, AuthorityId, bool)

Lockdrop token claims response by authority

ClaimComplete(ClaimId, AccountId, Balance)

Lockdrop token claim paid

NewDollarRate(DollarRate, DollarRate)

Dollar rate updated by oracle: BTC, ETH.

NewAuthorities(Vec<AuthorityId>)

New authority list registered

Trait Implementations

impl<AccountId: Clone, AuthorityId: Clone, DollarRate: Clone, Balance: Clone> Clone for RawEvent<AccountId, AuthorityId, DollarRate, Balance>[src]

impl<AccountId, AuthorityId, DollarRate, Balance> Debug for RawEvent<AccountId, AuthorityId, DollarRate, Balance> where
    AccountId: Debug,
    AuthorityId: Debug,
    DollarRate: Debug,
    Balance: Debug
[src]

impl<AccountId, AuthorityId, DollarRate, Balance> Decode for RawEvent<AccountId, AuthorityId, DollarRate, Balance> where
    AuthorityId: Decode,
    AuthorityId: Decode,
    AccountId: Decode,
    AccountId: Decode,
    Balance: Decode,
    Balance: Decode,
    DollarRate: Decode,
    DollarRate: Decode,
    DollarRate: Decode,
    DollarRate: Decode,
    Vec<AuthorityId>: Decode,
    Vec<AuthorityId>: Decode
[src]

impl<AccountId, AuthorityId, DollarRate, Balance> Encode for RawEvent<AccountId, AuthorityId, DollarRate, Balance> where
    AuthorityId: Encode,
    AuthorityId: Encode,
    AccountId: Encode,
    AccountId: Encode,
    Balance: Encode,
    Balance: Encode,
    DollarRate: Encode,
    DollarRate: Encode,
    DollarRate: Encode,
    DollarRate: Encode,
    Vec<AuthorityId>: Encode,
    Vec<AuthorityId>: Encode
[src]

impl<AccountId, AuthorityId, DollarRate, Balance> EncodeLike<RawEvent<AccountId, AuthorityId, DollarRate, Balance>> for RawEvent<AccountId, AuthorityId, DollarRate, Balance> where
    AuthorityId: Encode,
    AuthorityId: Encode,
    AccountId: Encode,
    AccountId: Encode,
    Balance: Encode,
    Balance: Encode,
    DollarRate: Encode,
    DollarRate: Encode,
    DollarRate: Encode,
    DollarRate: Encode,
    Vec<AuthorityId>: Encode,
    Vec<AuthorityId>: Encode
[src]

impl<AccountId: Eq, AuthorityId: Eq, DollarRate: Eq, Balance: Eq> Eq for RawEvent<AccountId, AuthorityId, DollarRate, Balance>[src]

impl<AccountId, AuthorityId, DollarRate, Balance> From<RawEvent<AccountId, AuthorityId, DollarRate, Balance>> for ()[src]

impl<AccountId: PartialEq, AuthorityId: PartialEq, DollarRate: PartialEq, Balance: PartialEq> PartialEq<RawEvent<AccountId, AuthorityId, DollarRate, Balance>> for RawEvent<AccountId, AuthorityId, DollarRate, Balance>[src]

impl<AccountId, AuthorityId, DollarRate, Balance> StructuralEq for RawEvent<AccountId, AuthorityId, DollarRate, Balance>[src]

impl<AccountId, AuthorityId, DollarRate, Balance> StructuralPartialEq for RawEvent<AccountId, AuthorityId, DollarRate, Balance>[src]

Auto Trait Implementations

impl<AccountId, AuthorityId, DollarRate, Balance> RefUnwindSafe for RawEvent<AccountId, AuthorityId, DollarRate, Balance> where
    AccountId: RefUnwindSafe,
    AuthorityId: RefUnwindSafe,
    Balance: RefUnwindSafe,
    DollarRate: RefUnwindSafe

impl<AccountId, AuthorityId, DollarRate, Balance> Send for RawEvent<AccountId, AuthorityId, DollarRate, Balance> where
    AccountId: Send,
    AuthorityId: Send,
    Balance: Send,
    DollarRate: Send

impl<AccountId, AuthorityId, DollarRate, Balance> Sync for RawEvent<AccountId, AuthorityId, DollarRate, Balance> where
    AccountId: Sync,
    AuthorityId: Sync,
    Balance: Sync,
    DollarRate: Sync

impl<AccountId, AuthorityId, DollarRate, Balance> Unpin for RawEvent<AccountId, AuthorityId, DollarRate, Balance> where
    AccountId: Unpin,
    AuthorityId: Unpin,
    Balance: Unpin,
    DollarRate: Unpin

impl<AccountId, AuthorityId, DollarRate, Balance> UnwindSafe for RawEvent<AccountId, AuthorityId, DollarRate, Balance> where
    AccountId: UnwindSafe,
    AuthorityId: UnwindSafe,
    Balance: UnwindSafe,
    DollarRate: UnwindSafe

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> CheckedConversion for T[src]

impl<S> Codec for S where
    S: Encode + Decode
[src]

impl<T, X> Decode for X where
    T: Decode + Into<X>,
    X: WrapperTypeDecode<Wrapped = T>, 
[src]

impl<T> DecodeAll for T where
    T: Decode
[src]

impl<T> DecodeLimit for T where
    T: Decode
[src]

impl<T, X> Encode for X where
    T: Encode + ?Sized,
    X: WrapperTypeEncode<Target = T>, 
[src]

impl<'_, '_, T> EncodeLike<&'_ &'_ T> for T where
    T: Encode
[src]

impl<'_, T> EncodeLike<&'_ T> for T where
    T: Encode
[src]

impl<'_, T> EncodeLike<&'_ mut T> for T where
    T: Encode
[src]

impl<T> EncodeLike<Arc<T>> for T where
    T: Encode
[src]

impl<T> EncodeLike<Box<T>> for T where
    T: Encode
[src]

impl<'a, T> EncodeLike<Cow<'a, T>> for T where
    T: Encode + ToOwned
[src]

impl<T> EncodeLike<Rc<T>> for T where
    T: Encode
[src]

impl<T> From<T> for T[src]

impl<S> FullCodec for S where
    S: Decode + FullEncode
[src]

impl<S> FullEncode for S where
    S: Encode + EncodeLike<S>, 
[src]

impl<T> Hashable for T where
    T: Codec
[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> IsType<T> for T[src]

impl<T, Outer> IsWrappedBy<Outer> for T where
    Outer: AsRef<T> + AsMut<T> + From<T>,
    T: From<Outer>, 
[src]

fn from_ref(outer: &Outer) -> &T[src]

Get a reference to the inner from the outer.

fn from_mut(outer: &mut Outer) -> &mut T[src]

Get a mutable reference to the inner from the outer.

impl<T> KeyedVec for T where
    T: Codec
[src]

impl<T> MaybeDebug for T where
    T: Debug

impl<T> MaybeDebug for T where
    T: Debug

impl<T> MaybeRefUnwindSafe for T where
    T: RefUnwindSafe

impl<T> Member for T where
    T: 'static + Clone + PartialEq<T> + Eq + Send + Sync + Debug
[src]

impl<T> Parameter for T where
    T: Codec + EncodeLike<T> + Clone + Eq + Debug
[src]

impl<T> Same<T> for T

type Output = T

Should always be Self

impl<T> SaturatedConversion for T[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<S, T> UncheckedInto<T> for S where
    T: UncheckedFrom<S>, 
[src]

impl<T, S> UniqueSaturatedInto<T> for S where
    S: TryInto<T>,
    T: Bounded
[src]

impl<V, T> VZip<V> for T where
    V: MultiLane<T>,