Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
/com.daml.ledger.api.v2.testing.TimeService/GetTimecurrent_timeTimestampcom.daml.ledger.api.v2.testing.GetTimeRequest
com.daml.ledger.api.v2.testing.GetTimeResponse
current_timeTimestamp# Add -plaintext if the server is not using TLS.
grpcurl \
-d @ \
<HOST:PORT> \
com.daml.ledger.api.v2.testing.TimeService/GetTime <<'EOF'
{}
EOF
{
"currentTime": "string"
}