export interface TryLocateTx {
    source: string;
    destination: string;
    created_lt: number;
}
