UNPKG

rubic-sdk-next

Version:
5 lines (4 loc) 184 B
import { SwapRequestInterface } from '@cryptorubic/core'; export interface TransferSwapRequestInterface extends Omit<SwapRequestInterface, 'fromAddress'> { fromAddress?: string; }