pub struct Westend;Trait Implementations§
impl Copy for Westend
Source§impl SubstrateNetwork for Westend
impl SubstrateNetwork for Westend
const NAME: &'static str = "westend"
const BALANCE_PALLET_IDX: u8 = 4
const STAKING_PALLET_IDX: u8 = 6
const PROXY_PALLET_IDX: u8 = 22
type ProxyDelegateType = MultiAddress<AccountId32, ()>
type ProxyTypeType = WestendProxyType
const BALANCE_TRANSFER: u8 = 0
const STAKING_BOND: u8 = 0
const STAKING_BOND_EXTRA: u8 = 1
const STAKING_UNBOND: u8 = 2
const STAKING_WITHDRAW_UNBONDED: u8 = 3
const STAKING_NOMINATE: u8 = 5
const STAKING_CHILL: u8 = 6
const STAKING_REBOND: u8 = 19
const PROXY_ADD_PROXY: u8 = 1
const PROXY_REMOVE_PROXY: u8 = 2
const PROXY_REMOVE_PROXIES: u8 = 3
const IDENTITY_PALLET_IDX: u8 = 7
const IDENTITY_JOIN_AS_KEY: u8 = 5
Auto Trait Implementations§
impl Freeze for Westend
impl RefUnwindSafe for Westend
impl Send for Westend
impl Sync for Westend
impl Unpin for Westend
impl UnsafeUnpin for Westend
impl UnwindSafe for Westend
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
impl<ST, DT> CastableFrom<ST, Initialized, Initialized> for DT
impl<ST, DT> CastableFrom<ST, Uninit, Uninit> for DT
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<T> Instrument for T
impl<T> Instrument for T
Source§fn instrument(self, span: Span) -> Instrumented<Self> ⓘ
fn instrument(self, span: Span) -> Instrumented<Self> ⓘ
Source§fn in_current_span(self) -> Instrumented<Self> ⓘ
fn in_current_span(self) -> Instrumented<Self> ⓘ
Source§impl<T, Outer> IsWrappedBy<Outer> for T
impl<T, Outer> IsWrappedBy<Outer> for T
impl<T> JsonSchemaMaybe for T
impl<T> MaybeDebug for T
impl<T> MaybeRefUnwindSafe for T
impl<T> Read<Exclusive, BecauseExclusive> for Twhere
T: ?Sized,
Source§impl<S, T> UncheckedInto<T> for Swhere
T: UncheckedFrom<S>,
impl<S, T> UncheckedInto<T> for Swhere
T: UncheckedFrom<S>,
Source§fn unchecked_into(self) -> T
fn unchecked_into(self) -> T
The counterpart to
unchecked_from.