Move point struct to shared primitives
This commit is contained in:
parent
dfe8693fbf
commit
ff8743023b
14 changed files with 53 additions and 104 deletions
|
|
@ -1,12 +1,10 @@
|
|||
use minicbor::data::Cbor;
|
||||
use pallas_localstate::{OneShotClient, Point, Query};
|
||||
use pallas_localstate::{OneShotClient, Query};
|
||||
use pallas_handshake::n2c::{Client, VersionTable};
|
||||
use pallas_handshake::{MAINNET_MAGIC};
|
||||
use pallas_machines::{DecodePayload, EncodePayload, run_agent};
|
||||
use pallas_multiplexer::Multiplexer;
|
||||
use std::net::TcpStream;
|
||||
use std::os::unix::net::UnixStream;
|
||||
use net2::*;
|
||||
|
||||
#[derive(Debug, Clone)]
|
||||
struct BlockQuery {}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue