daml-grpc 0.3.0

Daml Ledger GRPC API
Documentation
pub use self::daml_command_completion_service::*;
pub use self::daml_command_inspection_service::*;
pub use self::daml_command_service::*;
pub use self::daml_command_submission_service::*;
pub use self::daml_contract_service::*;
pub use self::daml_event_query_service::*;
pub use self::daml_identity_provider_config_service::*;
pub use self::daml_package_management_service::*;
pub use self::daml_package_service::*;
pub use self::daml_participant_pruning_service::*;
pub use self::daml_party_management_service::*;
pub use self::daml_state_service::*;
pub use self::daml_time_service::*;
pub use self::daml_update_service::*;
pub use self::daml_user_management_service::*;
pub use self::daml_version_service::*;

mod common;
mod daml_command_completion_service;
mod daml_command_inspection_service;
mod daml_command_service;
mod daml_command_submission_service;
mod daml_contract_service;
mod daml_event_query_service;
mod daml_identity_provider_config_service;
mod daml_package_management_service;
mod daml_package_service;
mod daml_participant_pruning_service;
mod daml_party_management_service;
mod daml_state_service;
mod daml_time_service;
mod daml_update_service;
mod daml_user_management_service;
mod daml_version_service;