pub type ValidateSigned = GenericTransactionExtensionSchema<(), ()>;
This signed extension is used to ensure that the chain transactions are signed by proper
struct ValidateSigned(/* private fields */);