mirror of
https://github.com/orionprotocol/sdk.git
synced 2026-04-06 13:08:10 +03:00
Added state to bridge
This commit is contained in:
@@ -51,7 +51,7 @@ type AtomicSwapHistoryBaseQuery = {
|
||||
type AtomicSwapHistorySourceQuery = AtomicSwapHistoryBaseQuery & {
|
||||
type?: 'source'
|
||||
expiredLock?: 0 | 1
|
||||
state?: 'LOCKED' | 'CLAIMED' | 'REFUNDED'
|
||||
state?: 'BEFORE-LOCK' | 'LOCKED' | 'CLAIMED' | 'REFUNDED'
|
||||
|
||||
}
|
||||
type AtomicSwapHistoryTargetQuery = AtomicSwapHistoryBaseQuery & {
|
||||
|
||||
Reference in New Issue
Block a user