pub async fn limits(
    env: DACEnv,
    client_sender: &mut Sender<RequestMessage>
) -> Result<CommandResponse<DACUsageResponse>, Error>
Expand description

Get the usage limits

Arguments

  • env - The DAC environment to query
  • client_sender - Reference to the tokio channel into the client