[−][src]Struct frame_system::offchain::Account
Details of an account for which a private key is contained in the keystore.
Fields
index: usizeIndex on the provided list of accounts or list of all accounts.
id: T::AccountIdRuntime-specific AccountId.
public: T::PublicA runtime-specific Public key for that key pair.
Implementations
impl<T: SigningTypes> Account<T>[src][−]
pub fn new(index: usize, id: T::AccountId, public: T::Public) -> Self[src][−]
Create a new Account instance
Trait Implementations
impl<T: SigningTypes> Clone for Account<T> where
T::AccountId: Clone,
T::Public: Clone, [src][+]
T::AccountId: Clone,
T::Public: Clone,
impl<T: SigningTypes> Debug for Account<T> where
T: Debug, [src][+]
T: Debug,
impl<T: PartialEq + SigningTypes> PartialEq<Account<T>> for Account<T> where
T::AccountId: PartialEq,
T::Public: PartialEq, [src][+]
T::AccountId: PartialEq,
T::Public: PartialEq,
impl<T: SigningTypes> StructuralPartialEq for Account<T>[src]
Auto Trait Implementations
impl<T> RefUnwindSafe for Account<T> where
<T as Trait>::AccountId: RefUnwindSafe,
<T as SigningTypes>::Public: RefUnwindSafe,
<T as Trait>::AccountId: RefUnwindSafe,
<T as SigningTypes>::Public: RefUnwindSafe,
impl<T> Send for Account<T> where
<T as Trait>::AccountId: Send,
<T as SigningTypes>::Public: Send,
<T as Trait>::AccountId: Send,
<T as SigningTypes>::Public: Send,
impl<T> Sync for Account<T> where
<T as Trait>::AccountId: Sync,
<T as SigningTypes>::Public: Sync,
<T as Trait>::AccountId: Sync,
<T as SigningTypes>::Public: Sync,
impl<T> Unpin for Account<T> where
<T as Trait>::AccountId: Unpin,
<T as SigningTypes>::Public: Unpin,
<T as Trait>::AccountId: Unpin,
<T as SigningTypes>::Public: Unpin,
impl<T> UnwindSafe for Account<T> where
<T as Trait>::AccountId: UnwindSafe,
<T as SigningTypes>::Public: UnwindSafe,
<T as Trait>::AccountId: UnwindSafe,
<T as SigningTypes>::Public: 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,
impl<T> CheckedConversion for T[src][+]
impl<T> From<T> for T[src][+]
impl<T, U> Into<U> for T where
U: From<T>, [src][+]
U: From<T>,
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][+]
Outer: AsRef<T> + AsMut<T> + From<T>,
T: From<Outer>,
impl<T> MaybeDebug for T where
T: Debug, [src]
T: Debug,
impl<T> MaybeDebug for T where
T: Debug, [src]
T: Debug,
impl<T> MaybeRefUnwindSafe for T where
T: RefUnwindSafe, [src]
T: RefUnwindSafe,
impl<T> Same<T> for T[src]
type Output = T
Should always be Self
impl<T> SaturatedConversion for T[src][+]
impl<T> ToOwned for T where
T: Clone, [src][+]
T: Clone,
impl<T, U> TryFrom<U> for T where
U: Into<T>, [src][+]
U: Into<T>,
impl<T, U> TryInto<U> for T where
U: TryFrom<T>, [src][+]
U: TryFrom<T>,
impl<S, T> UncheckedInto<T> for S where
T: UncheckedFrom<S>, [src][+]
T: UncheckedFrom<S>,
impl<T, S> UniqueSaturatedInto<T> for S where
S: TryInto<T>,
T: Bounded, [src][+]
S: TryInto<T>,
T: Bounded,
impl<V, T> VZip<V> for T where
V: MultiLane<T>, [src][+]
V: MultiLane<T>,