pub fn with_test_keyed_account<F>(lamports: u64, signer: bool, f: F) where
    F: Fn(&KeyedAccount<'_>), 
Expand description

Convenience function for working with keyed accounts in tests