UNPKG

rubic-sdk

Version:
8 lines (7 loc) 184 B
export interface UniZenCcrTxResponse { srcTxHash: string; dstTxHash: string; srcChainId: number; dstChainId: number; status: 'DELIVERED' | 'INFLIGHT' | 'FAILED'; }