Variable SQUIDROUTER_TRANSFER_STATUSConst

SQUIDROUTER_TRANSFER_STATUS: {
    DEST_ERROR: "error";
    DEST_EXECUTED: "destination_executed";
    DEST_GATEWAY_APPROVED: "destination_gateway_approved";
    ERROR_FETCHING_STATUS: "error_fetching_status";
    EXPRESS_EXECUTED: "express_executed";
    SRC_GATEWAY_CALLED: "source_gateway_called";
} = ...

Type declaration

  • Readonly DEST_ERROR: "error"
  • Readonly DEST_EXECUTED: "destination_executed"
  • Readonly DEST_GATEWAY_APPROVED: "destination_gateway_approved"
  • Readonly ERROR_FETCHING_STATUS: "error_fetching_status"
  • Readonly EXPRESS_EXECUTED: "express_executed"
  • Readonly SRC_GATEWAY_CALLED: "source_gateway_called"

Generated using TypeDoc