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

Get the used amount of the limits

Arguments

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