[][src]Enum pallet_contracts::ContractInfo

pub enum ContractInfo<T: Trait> {
    Alive(AliveContractInfo<T>),
    Tombstone(TombstoneContractInfo<T>),
}

Information for managing an account and its sub trie abstraction. This is the required info to cache for an account

Variants

Tombstone(TombstoneContractInfo<T>)

Implementations

impl<T: Trait> ContractInfo<T>[src]

pub fn get_alive(self) -> Option<AliveContractInfo<T>>[src]

If contract is alive then return some alive info

pub fn as_alive(&self) -> Option<&AliveContractInfo<T>>[src]

If contract is alive then return some reference to alive info

pub fn as_alive_mut(&mut self) -> Option<&mut AliveContractInfo<T>>[src]

If contract is alive then return some mutable reference to alive info

pub fn get_tombstone(self) -> Option<TombstoneContractInfo<T>>[src]

If contract is tombstone then return some tombstone info

pub fn as_tombstone(&self) -> Option<&TombstoneContractInfo<T>>[src]

If contract is tombstone then return some reference to tombstone info

pub fn as_tombstone_mut(&mut self) -> Option<&mut TombstoneContractInfo<T>>[src]

If contract is tombstone then return some mutable reference to tombstone info

Trait Implementations

impl<T: Trait> Debug for ContractInfo<T> where
    T: Debug
[src]

impl<T: Trait> Decode for ContractInfo<T> where
    AliveContractInfo<T>: Decode,
    AliveContractInfo<T>: Decode,
    TombstoneContractInfo<T>: Decode,
    TombstoneContractInfo<T>: Decode
[src]

impl<T: Trait> Encode for ContractInfo<T> where
    AliveContractInfo<T>: Encode,
    AliveContractInfo<T>: Encode,
    TombstoneContractInfo<T>: Encode,
    TombstoneContractInfo<T>: Encode
[src]

impl<T: Trait> EncodeLike<ContractInfo<T>> for ContractInfo<T> where
    AliveContractInfo<T>: Encode,
    AliveContractInfo<T>: Encode,
    TombstoneContractInfo<T>: Encode,
    TombstoneContractInfo<T>: Encode
[src]

impl<T: Trait> From<RawAliveContractInfo<<T as Trait>::Hash, <<T as Trait>::Currency as Currency<<T as Trait>::AccountId>>::Balance, <T as Trait>::BlockNumber>> for ContractInfo<T>[src]

impl<T: Trait> StorageMap<<T as Trait>::AccountId, ContractInfo<T>> for ContractInfoOf<T>[src]

type Query = Option<ContractInfo<T>>

The type that get/take returns.

type Hasher = Twox64Concat

Hasher. Used for generating final key.

impl<T: Trait> StoragePrefixedMap<ContractInfo<T>> for ContractInfoOf<T>[src]

Auto Trait Implementations

impl<T> RefUnwindSafe for ContractInfo<T> where
    <<T as Trait>::Currency as Currency<<T as Trait>::AccountId>>::Balance: RefUnwindSafe,
    <T as Trait>::BlockNumber: RefUnwindSafe,
    <T as Trait>::Currency: Currency<<T as Trait>::AccountId>,
    <T as Trait>::Hash: RefUnwindSafe,
    <T as Trait>::Hashing: RefUnwindSafe

impl<T> Send for ContractInfo<T> where
    <<T as Trait>::Currency as Currency<<T as Trait>::AccountId>>::Balance: Send,
    <T as Trait>::BlockNumber: Send,
    <T as Trait>::Currency: Currency<<T as Trait>::AccountId>,
    <T as Trait>::Hash: Send,
    <T as Trait>::Hashing: Send

impl<T> Sync for ContractInfo<T> where
    <<T as Trait>::Currency as Currency<<T as Trait>::AccountId>>::Balance: Sync,
    <T as Trait>::BlockNumber: Sync,
    <T as Trait>::Currency: Currency<<T as Trait>::AccountId>,
    <T as Trait>::Hash: Sync,
    <T as Trait>::Hashing: Sync

impl<T> Unpin for ContractInfo<T> where
    <<T as Trait>::Currency as Currency<<T as Trait>::AccountId>>::Balance: Unpin,
    <T as Trait>::BlockNumber: Unpin,
    <T as Trait>::Currency: Currency<<T as Trait>::AccountId>,
    <T as Trait>::Hash: Unpin,
    <T as Trait>::Hashing: Unpin

impl<T> UnwindSafe for ContractInfo<T> where
    <<T as Trait>::Currency as Currency<<T as Trait>::AccountId>>::Balance: UnwindSafe,
    <T as Trait>::BlockNumber: UnwindSafe,
    <T as Trait>::Currency: Currency<<T as Trait>::AccountId>,
    <T as Trait>::Hash: UnwindSafe,
    <T as Trait>::Hashing: 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<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> Same<T> for T

type Output = T

Should always be Self

impl<T> SaturatedConversion for T

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

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