[−][src]Enum pallet_contracts::ContractInfo
Information for managing an account and its sub trie abstraction. This is the required info to cache for an account
Variants
Alive(AliveContractInfo<T>)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]
T: Debug,
impl<T: Trait> Decode for ContractInfo<T> where
AliveContractInfo<T>: Decode,
AliveContractInfo<T>: Decode,
TombstoneContractInfo<T>: Decode,
TombstoneContractInfo<T>: Decode, [src]
AliveContractInfo<T>: Decode,
AliveContractInfo<T>: Decode,
TombstoneContractInfo<T>: Decode,
TombstoneContractInfo<T>: Decode,
fn decode<__CodecInputEdqy: Input>(
__codec_input_edqy: &mut __CodecInputEdqy
) -> Result<Self, Error>[src]
__codec_input_edqy: &mut __CodecInputEdqy
) -> Result<Self, Error>
impl<T: Trait> Encode for ContractInfo<T> where
AliveContractInfo<T>: Encode,
AliveContractInfo<T>: Encode,
TombstoneContractInfo<T>: Encode,
TombstoneContractInfo<T>: Encode, [src]
AliveContractInfo<T>: Encode,
AliveContractInfo<T>: Encode,
TombstoneContractInfo<T>: Encode,
TombstoneContractInfo<T>: Encode,
fn encode_to<__CodecOutputEdqy: Output>(
&self,
__codec_dest_edqy: &mut __CodecOutputEdqy
)[src]
&self,
__codec_dest_edqy: &mut __CodecOutputEdqy
)
fn size_hint(&self) -> usize[src]
fn encode(&self) -> Vec<u8>[src]
fn using_encoded<R, F>(&self, f: F) -> R where
F: FnOnce(&[u8]) -> R, [src]
F: FnOnce(&[u8]) -> R,
impl<T: Trait> EncodeLike<ContractInfo<T>> for ContractInfo<T> where
AliveContractInfo<T>: Encode,
AliveContractInfo<T>: Encode,
TombstoneContractInfo<T>: Encode,
TombstoneContractInfo<T>: Encode, [src]
AliveContractInfo<T>: Encode,
AliveContractInfo<T>: Encode,
TombstoneContractInfo<T>: Encode,
TombstoneContractInfo<T>: Encode,
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]
fn from(alive_info: AliveContractInfo<T>) -> Self[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.
fn module_prefix() -> &'static [u8][src]
fn storage_prefix() -> &'static [u8][src]
fn from_optional_value_to_query(v: Option<ContractInfo<T>>) -> Self::Query[src]
fn from_query_to_optional_value(v: Self::Query) -> Option<ContractInfo<T>>[src]
fn prefix_hash() -> Vec<u8>[src]
fn storage_map_final_key<KeyArg>(key: KeyArg) -> Vec<u8> where
KeyArg: EncodeLike<K>, [src]
KeyArg: EncodeLike<K>,
impl<T: Trait> StoragePrefixedMap<ContractInfo<T>> for ContractInfoOf<T>[src]
fn module_prefix() -> &'static [u8][src]
fn storage_prefix() -> &'static [u8][src]
fn final_prefix() -> [u8; 32][src]
fn remove_all()[src]
fn iter_values() -> PrefixIterator<Value>[src]
fn translate_values<OldValue, F>(f: F) where
F: Fn(OldValue) -> Option<Value>,
OldValue: Decode, [src]
F: Fn(OldValue) -> Option<Value>,
OldValue: Decode,
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,
<<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,
<<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,
<<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,
<<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,
<<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]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T[src]
impl<T> CheckedConversion for T[src]
fn checked_from<T>(t: T) -> Option<Self> where
Self: TryFrom<T>, [src]
Self: TryFrom<T>,
fn checked_into<T>(self) -> Option<T> where
Self: TryInto<T>, [src]
Self: TryInto<T>,
impl<S> Codec for S where
S: Encode + Decode, [src]
S: Encode + Decode,
impl<T, X> Decode for X where
T: Decode + Into<X>,
X: WrapperTypeDecode<Wrapped = T>, [src]
T: Decode + Into<X>,
X: WrapperTypeDecode<Wrapped = T>,
impl<T> DecodeAll for T where
T: Decode, [src]
T: Decode,
impl<T> DecodeLimit for T where
T: Decode, [src]
T: Decode,
fn decode_all_with_depth_limit(limit: u32, input: &[u8]) -> Result<T, Error>[src]
fn decode_with_depth_limit(limit: u32, input: &[u8]) -> Result<T, Error>[src]
impl<T, X> Encode for X where
T: Encode + ?Sized,
X: WrapperTypeEncode<Target = T>, [src]
T: Encode + ?Sized,
X: WrapperTypeEncode<Target = T>,
fn size_hint(&self) -> usize[src]
fn using_encoded<R, F>(&self, f: F) -> R where
F: FnOnce(&[u8]) -> R, [src]
F: FnOnce(&[u8]) -> R,
fn encode(&self) -> Vec<u8>[src]
fn encode_to<W>(&self, dest: &mut W) where
W: Output, [src]
W: Output,
impl<'_, '_, T> EncodeLike<&'_ &'_ T> for T where
T: Encode, [src]
T: Encode,
impl<'_, T> EncodeLike<&'_ T> for T where
T: Encode, [src]
T: Encode,
impl<'_, T> EncodeLike<&'_ mut T> for T where
T: Encode, [src]
T: Encode,
impl<T> EncodeLike<Arc<T>> for T where
T: Encode, [src]
T: Encode,
impl<T> EncodeLike<Box<T>> for T where
T: Encode, [src]
T: Encode,
impl<T> EncodeLike<Rc<T>> for T where
T: Encode, [src]
T: Encode,
impl<T> From<T> for T[src]
impl<S> FullCodec for S where
S: Decode + FullEncode, [src]
S: Decode + FullEncode,
impl<S> FullEncode for S where
S: Encode + EncodeLike<S>, [src]
S: Encode + EncodeLike<S>,
impl<T> Hashable for T where
T: Codec, [src]
T: Codec,
fn blake2_128(&self) -> [u8; 16][src]
fn blake2_256(&self) -> [u8; 32][src]
fn blake2_128_concat(&self) -> Vec<u8>[src]
fn twox_128(&self) -> [u8; 16][src]
fn twox_256(&self) -> [u8; 32][src]
fn twox_64_concat(&self) -> Vec<u8>[src]
fn identity(&self) -> Vec<u8>[src]
impl<T, U> Into<U> for T where
U: From<T>, [src]
U: From<T>,
impl<T> IsType<T> for T[src]
fn from_ref(t: &T) -> &T[src]
fn into_ref(&self) -> &T[src]
fn from_mut(t: &mut T) -> &mut T[src]
fn into_mut(&mut self) -> &mut T[src]
impl<T, Outer> IsWrappedBy<Outer> for T where
Outer: AsRef<T> + AsMut<T> + From<T>,
T: From<Outer>, [src]
Outer: AsRef<T> + AsMut<T> + From<T>,
T: From<Outer>,
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]
T: Codec,
impl<T> MaybeDebug for T where
T: Debug,
T: Debug,
impl<T> MaybeDebug for T where
T: Debug,
T: Debug,
impl<T> MaybeRefUnwindSafe for T where
T: RefUnwindSafe,
T: RefUnwindSafe,
impl<T> Same<T> for T
type Output = T
Should always be Self
impl<T> SaturatedConversion for T
fn saturated_from<T>(t: T) -> Self where
Self: UniqueSaturatedFrom<T>,
Self: UniqueSaturatedFrom<T>,
fn saturated_into<T>(self) -> T where
Self: UniqueSaturatedInto<T>,
Self: UniqueSaturatedInto<T>,
impl<T, U> TryFrom<U> for T where
U: Into<T>, [src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,
type Error = <U as TryFrom<T>>::Error
The type returned in the event of a conversion error.
fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>[src]
impl<S, T> UncheckedInto<T> for S where
T: UncheckedFrom<S>, [src]
T: UncheckedFrom<S>,
fn unchecked_into(self) -> T[src]
impl<T, S> UniqueSaturatedInto<T> for S where
S: TryInto<T>,
T: Bounded,
S: TryInto<T>,
T: Bounded,
fn unique_saturated_into(self) -> T
impl<V, T> VZip<V> for T where
V: MultiLane<T>,
V: MultiLane<T>,