UNPKG

@firefly-exchange/library-sui

Version:

Sui library housing helper methods, classes to interact with Bluefin protocol(s) deployed on Sui

7 lines (6 loc) 153 B
import { SigStr } from "../../types"; import { RFQuote } from "../quote"; export interface IRfqSwapParams { quote: RFQuote; signature: SigStr; }