Utilities to build Websocket messages as expected by the server.
import { createVertexClient } from '@vertex-protocol/client'; const vertexClient = await createVertexClient('testnet', ...); const res = await vertexClient.ws.execute.buildPlaceOrderMsg(...);
Last updated 1 year ago