client/: move RpcClient from rpc_request.rs to rpc_client.rs

This commit is contained in:
Michael Vines
2019-03-16 22:37:20 -07:00
parent 7b314f47f7
commit 73ceaf07b1
11 changed files with 397 additions and 383 deletions

View File

@@ -4,7 +4,7 @@ use reqwest;
use reqwest::header::CONTENT_TYPE;
use serde_json::{json, Value};
use solana::fullnode::new_fullnode_for_tests;
use solana_client::rpc_request::get_rpc_request_str;
use solana_client::rpc_client::get_rpc_request_str;
use solana_sdk::hash::Hash;
use solana_sdk::signature::{Keypair, KeypairUtil};
use solana_sdk::system_transaction::SystemTransaction;