feat(router): add attach dispute evidence api (#1070)

Co-authored-by: Sanchith Hegde <22217505+SanchithHegde@users.noreply.github.com>
This commit is contained in:
Sai Harsha Vardhan
2023-05-13 14:59:11 +05:30
committed by GitHub
parent cc121d0feb
commit a5756aaecf
13 changed files with 350 additions and 16 deletions

View File

@ -176,6 +176,8 @@ pub enum Flow {
RetrieveFile,
/// Dispute Evidence submission flow
DisputesEvidenceSubmit,
/// Attach Dispute Evidence flow
AttachDisputeEvidence,
}
///