UNPKG

@fairmint/canton-node-sdk

Version:
9 lines 504 B
import { SimpleBaseClient, ClientConfig } from '../../core'; import type { GetTransferAgentParams } from './operations/get-transfer-agent'; import type { GetTransferAgentResponse } from './types'; /** Client for interacting with Lighthouse API */ export declare class LighthouseApiClient extends SimpleBaseClient { getTransferAgent: (params: GetTransferAgentParams) => Promise<GetTransferAgentResponse>; constructor(clientConfig: ClientConfig); } //# sourceMappingURL=LighthouseApiClient.d.ts.map