sui_rpc_api/grpc/v2/mod.rs
1// Copyright (c) Mysten Labs, Inc.
2// SPDX-License-Identifier: Apache-2.0
3
4pub mod ledger_service;
5pub use ledger_service::protocol_config_to_proto;
6mod move_package_service;
7mod name_service;
8mod signature_verification_service;
9mod state_service;
10mod subscription_service;
11mod transaction_execution_service;
12
13mod render;