pub type ExtractSignerResult<Block> = Vec<(Option<AccountId>, ExtrinsicFor<Block>)>;
struct ExtractSignerResult<Block> { /* private fields */ }