Press n or j to go to the next uncovered block, b, p or k for the previous block.
export enum SupplyChainRequestStatus { NO_REQUEST = 0, REQUESTED = 1, DECLINED = 2, ACCEPTED = 3, }