Interface WSRFQRequest

Hierarchy

  • WSRFQRequest

Properties

Properties

body: {
    chainId: string;
    poolAddress: string;
    side: "bid" | "ask";
    size: string;
    taker: string;
}

Type declaration

  • chainId: string
  • poolAddress: string
  • side: "bid" | "ask"
  • size: string
  • taker: string
type: "RFQ"

Generated using TypeDoc