OrderStatus$json top-level constant
Implementation
@$core.Deprecated('Use orderStatusDescriptor instead')
const OrderStatus$json = {
'1': 'OrderStatus',
'2': [
{'1': 'ORDER_STATUS_UNSPECIFIED', '2': 0},
{'1': 'PENDING', '2': 1},
{'1': 'ACCEPTED', '2': 2},
{'1': 'TOKEN_LOCKED', '2': 3},
{'1': 'USER_CONFIRMED', '2': 4},
{'1': 'LP_CONFIRMED', '2': 5},
{'1': 'TRANSFERING_TOKEN', '2': 6},
{'1': 'SUCCESS', '2': 7},
{'1': 'FAILED', '2': 8},
{'1': 'CANCELED', '2': 9},
{'1': 'UNKNOWN', '2': 10},
{'1': 'WAIT_TAG', '2': 11},
{'1': 'DEPOSIT_FULFILLED', '2': 12},
],
};