Interface WSRFQMessage

Hierarchy

  • WSRFQMessage

Properties

Properties

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

Type declaration

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

Generated using TypeDoc