kaspa-grpc-core 0.0.2

Kaspa gRPC core
1
2
3
4
5
6
7
8
9
10
11
pub mod channel;
pub mod convert;
pub mod ext;
pub mod macros;

/// Maximum decoded gRPC message size to send and receive
pub const RPC_MAX_MESSAGE_SIZE: usize = 1024 * 1024 * 1024; // 1GB

pub mod protowire {
    tonic::include_proto!("protowire");
}