@fairmint/canton-node-sdk
Version:
Canton Node SDK
15 lines • 498 B
TypeScript
/**
* Lookup ANS entry by name
*
* @example
* ```typescript
* const entry = await client.lookupAnsEntryByName({ name: 'my-app' });
*
* ```;
*/
export declare const LookupAnsEntryByName: new (client: import("../../../../../core").BaseClient) => import("../../../../../core").ApiOperation<{
name: string;
}, {
entry: import("../../../../../generated/apps/validator/src/main/openapi/scan-proxy").components["schemas"]["AnsEntry"];
}>;
//# sourceMappingURL=lookup-by-name.d.ts.map