[−][src]Trait substrate_subxt::SignedExtra
Trait for implementing transaction extras for a runtime.
Associated Types
type Extra: SignedExtension
The type the extras.
Required methods
fn new(version: u32, nonce: T::Index, genesis_hash: T::Hash) -> Self
Creates a new SignedExtra.
fn extra(&self) -> Self::Extra
Returns the transaction extra.