Add getConfirmedBlock test to rpc (#7120)

automerge
This commit is contained in:
Tyera Eulberg
2019-11-25 12:08:03 -07:00
committed by Grimes
parent 686aa3a150
commit 0f66e5e49b
3 changed files with 121 additions and 49 deletions

View File

@ -22,7 +22,7 @@ pub struct Response<T> {
pub value: T,
}
#[derive(Debug, Default, PartialEq, Serialize)]
#[derive(Debug, Default, PartialEq, Serialize, Deserialize)]
#[serde(rename_all = "camelCase")]
pub struct RpcConfirmedBlock {
pub previous_blockhash: Hash,