// package: routerprotocol.routerchain.crosschain
// file: routerprotocol/routerchain/crosschain/crosschain_ack_receipt_tx_status.proto

import * as jspb from "google-protobuf";
import * as gogoproto_gogo_pb from "../../../gogoproto/gogo_pb";
import * as google_protobuf_any_pb from "google-protobuf/google/protobuf/any_pb";

export interface CrosschainAckReceiptTxStatusMap {
  CROSSCHAIN_ACK_RECEIPT_TX_CREATED: 0;
  CROSSCHAIN_ACK_RECEIPT_TX_VALIDATED: 1;
  CROSSCHAIN_ACK_RECEIPT_TX_COMPLETED: 2;
}

export const CrosschainAckReceiptTxStatus: CrosschainAckReceiptTxStatusMap;

