Skip to content

Commit

Permalink
feat: partial GetStatusRequest properties -- fromChain and toChain
Browse files Browse the repository at this point in the history
  • Loading branch information
myz1237 committed Mar 8, 2023
1 parent d9a1b9c commit 132ac7a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/api.ts
Original file line number Diff line number Diff line change
Expand Up @@ -223,8 +223,8 @@ export interface ConnectionsResponse {
export interface GetStatusRequest {
txHash: string
bridge?: string
fromChain: number | string
toChain: number | string
fromChain?: number | string
toChain?: number | string
}

export interface TransactionInfo {
Expand Down

0 comments on commit 132ac7a

Please sign in to comment.