@fairmint/canton-node-sdk
Version:
Canton Node SDK
9 lines • 504 B
TypeScript
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