pub enum PolymeshEnvironment {}
Trait Implementations
sourceimpl Clone for PolymeshEnvironment
impl Clone for PolymeshEnvironment
sourcefn clone(&self) -> PolymeshEnvironment
fn clone(&self) -> PolymeshEnvironment
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for PolymeshEnvironment
impl Debug for PolymeshEnvironment
sourceimpl Environment for PolymeshEnvironment
impl Environment for PolymeshEnvironment
sourceconst MAX_EVENT_TOPICS: usize = 4usize
const MAX_EVENT_TOPICS: usize = 4usize
The maximum number of supported event topics provided by the runtime. Read more
type AccountId = <DefaultEnvironment as Environment>::AccountId
type AccountId = <DefaultEnvironment as Environment>::AccountId
The address type.
type Balance = <DefaultEnvironment as Environment>::Balance
type Balance = <DefaultEnvironment as Environment>::Balance
The type of balances.
type Hash = <DefaultEnvironment as Environment>::Hash
type Hash = <DefaultEnvironment as Environment>::Hash
The type of hash.
type BlockNumber = <DefaultEnvironment as Environment>::BlockNumber
type BlockNumber = <DefaultEnvironment as Environment>::BlockNumber
The type of block number.
type Timestamp = <DefaultEnvironment as Environment>::Timestamp
type Timestamp = <DefaultEnvironment as Environment>::Timestamp
The type of a timestamp.
type ChainExtension = PolymeshRuntime
type ChainExtension = PolymeshRuntime
The chain extension for the environment. Read more
sourceimpl PartialEq<PolymeshEnvironment> for PolymeshEnvironment
impl PartialEq<PolymeshEnvironment> for PolymeshEnvironment
sourcefn eq(&self, other: &PolymeshEnvironment) -> bool
fn eq(&self, other: &PolymeshEnvironment) -> bool
impl Eq for PolymeshEnvironment
impl StructuralEq for PolymeshEnvironment
impl StructuralPartialEq for PolymeshEnvironment
Auto Trait Implementations
impl RefUnwindSafe for PolymeshEnvironment
impl Send for PolymeshEnvironment
impl Sync for PolymeshEnvironment
impl Unpin for PolymeshEnvironment
impl UnwindSafe for PolymeshEnvironment
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
sourceimpl<T> SaturatedConversion for T
impl<T> SaturatedConversion for T
sourcefn saturated_from<T>(t: T) -> Selfwhere
Self: UniqueSaturatedFrom<T>,
fn saturated_from<T>(t: T) -> Selfwhere
Self: UniqueSaturatedFrom<T>,
sourcefn saturated_into<T>(self) -> Twhere
Self: UniqueSaturatedInto<T>,
fn saturated_into<T>(self) -> Twhere
Self: UniqueSaturatedInto<T>,
Consume self to return an equivalent value of
T
. Read moresourceimpl<T, S> UniqueSaturatedInto<T> for Swhere
T: Bounded,
S: TryInto<T>,
impl<T, S> UniqueSaturatedInto<T> for Swhere
T: Bounded,
S: TryInto<T>,
sourcefn unique_saturated_into(self) -> T
fn unique_saturated_into(self) -> T
Consume self to return an equivalent value of
T
.