Admission Contro

Admission Control (AC) is the public API endpoint for XMETA and it takes public gRPC requests from clients.

Admission Control (AC) serves two types of requests from clients:

  1. SubmitTransaction - To submit a transaction to the associated validator.

  2. UpdateToLatestLedger - To query storage, e.g., account state, transaction log, proofs,etc.

Last updated