Send BanksClient RPC requests before returning futures (#13539)

* Send RPC requests before returning futures

* Add process_transactions()
This commit is contained in:
Greg Fitzgerald
2020-11-11 18:56:26 -07:00
committed by GitHub
parent eb306da148
commit dadea873a9
3 changed files with 87 additions and 65 deletions

View File

@ -13,6 +13,9 @@ serde = { version = "1.0.112", features = ["derive"] }
solana-sdk = { path = "../sdk", version = "1.5.0" }
tarpc = { version = "0.23.0", features = ["full"] }
[dev-dependencies]
tokio = { version = "0.3", features = ["full"] }
[lib]
crate-type = ["lib"]
name = "solana_banks_interface"