[][src]Trait substrate_subxt::Runtime

pub trait Runtime: System + Sized + Send + Sync + 'static {
    type Signature: Verify + Encode + Send + Sync + 'static;
    type Extra: SignedExtra<Self> + Send + Sync + 'static;
}

Runtime trait.

Associated Types

type Signature: Verify + Encode + Send + Sync + 'static

Signature type.

type Extra: SignedExtra<Self> + Send + Sync + 'static

Transaction extras.

Loading content...

Implementors

Loading content...