pub trait TransactionExtensionSchema: Encode + Decode + Debug + Eq + Clone + StaticTypeInfo {
type Payload: Encode + Decode + Debug + Eq + Clone + StaticTypeInfo;
type Implicit: Encode + Decode + Debug + Eq + Clone + StaticTypeInfo;
}
Expand description
Trait that describes some properties of a TransactionExtension
that are needed in order to
send a transaction to the chain.
Required Associated Types§
Object Safety§
This trait is not object safe.