Engine Client

A sub-client that interacts with the offchain engine. Can be accessed via the context property on the top level client.

Usage

import { createVertexClient } from '@vertex-protocol/client';

const vertexClient = await createVertexClient('testnet', ...);
const res = await vertexClient.context.engineClient.liquidateSubaccount(...)
pageExecutespageQueries

Last updated