tswapOrderUpdate

Arguments

slug: string

Request

socket.send(JSON.stringify({
  "event": "tswapOrderUpdate",
  "payload": {
		collId: ""
  }
}));

Response

{
  status: 'ok',
  type: 'tswapOrderUpdate',
  data: { tx: { tx: [Object], mint: [Object], instr: null } }
}