@fairmint/canton-node-sdk
Version:
Canton Node SDK
15 lines • 473 B
TypeScript
/**
* Lookup transfer command counter by party
*
* @example
* ```typescript
* const counter = await client.lookupTransferCommandCounterByParty({ party: 'party123' });
*
* ```;
*/
export declare const LookupTransferCommandCounterByParty: new (client: import("../../../../../core").BaseClient) => import("../../../../../core").ApiOperation<{
party: string;
}, {
counter: number;
}>;
//# sourceMappingURL=lookup-transfer-command-counter-by-party.d.ts.map