Crate ethportal_api
source ·Expand description
ethportal-api
ethportal_api is a collection of Portal Network APIs and types.
Re-exports
pub use types::accumulator::EpochAccumulator;pub use types::block_body::BlockBody;pub use types::block_header::BlockHeaderWithProof;pub use types::content_item::HistoryContentItem;pub use types::content_key::HistoryContentKey;pub use types::receipts::BlockReceipts;pub use jsonrpsee;
Modules
Traits
- Client implementation for the
Discv5ApiRPC API. - Server trait implementation for the
Discv5ApiRPC API. - Client implementation for the
HistoryNetworkApiRPC API. - Server trait implementation for the
HistoryNetworkApiRPC API. - Client implementation for the
Web3ApiRPC API. - Server trait implementation for the
Web3ApiRPC API.