Function light_test_utils::assert_epoch::fetch_epoch_and_forester_pdas
source ยท pub async fn fetch_epoch_and_forester_pdas<R: RpcConnection>(
rpc: &mut R,
forester_epoch_pda: &Pubkey,
epoch_pda: &Pubkey,
) -> (ForesterEpochPda, EpochPda)Expand description
Helper function to fetch the forester epoch and epoch account to assert diff after transaction.