Trait tp_runtime::traits::BlindCheckable [−][src]
A “checkable” piece of information, used by the standard Tetcore Executive in order to check the validity of a piece of extrinsic information, usually by verifying the signature. Implement for pieces of information that don’t require additional context in order to be checked.
Associated Types
Loading content...Required methods
fn check(self) -> Result<Self::Checked, TransactionValidityError>[src]
Check self.