apiEndpoint top-level constant

List<String> const apiEndpoint

List of API endpoints used by the library.

The endpoints are used as the value for the path parameter in http.request.

Implementation

const List<String> apiEndpoint = [
  "transaction/create-transaction",
  "transaction/get-transaction",
  "transaction/update-transaction",
  "transaction/cancel-transaction",
  "transaction/initiate-transaction",
];