Builds attestation grpc implemention

This commit is contained in:
Age Manning
2019-03-30 18:14:04 +11:00
parent 145cabc427
commit d12ddae247
6 changed files with 8 additions and 246 deletions

View File

@@ -7,6 +7,7 @@ use ssz::{ssz_encode, Decodable};
use std::sync::Arc;
use types::{BeaconBlock, Signature, Slot};
//TODO: Remove this new type. Do not need to wrap
/// A newtype designed to wrap the gRPC-generated service so the `BeaconNode` trait may be
/// implemented upon it.
pub struct BeaconBlockGrpcClient {