UNPKG

rubic-sdk

Version:
5 lines (4 loc) 103 B
export interface AcrossTxStatus { status: 'pending' | 'filled' | 'expired'; fillTx?: string; }