Trait tetcore_subxt::session::Session[][src]

pub trait Session: System + Balances {
    type ValidatorId: Parameter + Debug + Ord + Default + Send + Sync + 'static;
    type Keys: OpaqueKeys + Member + Parameter + Default;
}

The trait needed for this module.

Associated Types

type ValidatorId: Parameter + Debug + Ord + Default + Send + Sync + 'static[src]

The validator account identifier type for the runtime.

type Keys: OpaqueKeys + Member + Parameter + Default[src]

The keys.

Loading content...

Implementors

Loading content...