Interface CelerXtransferStatusResponse

Hierarchy

  • CelerXtransferStatusResponse

Properties

Properties

err: string
txSearchInfo: {
    transfer: {
        dst_tx_hash: string;
        xfer_id: string;
        xfer_status: CelerTransferStatus;
    }[];
}[]

Generated using TypeDoc