Function light_test_utils::create_and_send_transaction

source ยท
pub async fn create_and_send_transaction(
    context: &mut ProgramTestContext,
    instruction: &[Instruction],
    payer: &Pubkey,
    signers: &[&Keypair]
) -> Result<Signature, BanksClientError>