Trait substrate_subxt::Runtime[][src]

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[src]

Signature type.

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

Transaction extras.

Loading content...

Implementors

Loading content...